public static interface AutoscalingConfig.AutoscalingTargetsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHighPriorityCpuUtilizationPercent()
public abstract int getHighPriorityCpuUtilizationPercent()
Required. The target high priority cpu utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 90] inclusive.
int32 high_priority_cpu_utilization_percent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int | The highPriorityCpuUtilizationPercent. |
getStorageUtilizationPercent()
public abstract int getStorageUtilizationPercent()
Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 100] inclusive.
int32 storage_utilization_percent = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int | The storageUtilizationPercent. |