Interface AutoscalingSettings.ThresholdsOrBuilder (0.43.0)

public static interface AutoscalingSettings.ThresholdsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getScaleIn()

public abstract int getScaleIn()

Required. The utilization triggering the scale-in operation in percent.

int32 scale_in = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The scaleIn.

getScaleOut()

public abstract int getScaleOut()

Required. The utilization triggering the scale-out operation in percent.

int32 scale_out = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The scaleOut.