- 0.72.0 (latest)
- 0.70.0
- 0.69.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.64.0
- 0.62.0
- 0.61.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class AutoscalingSettings.AutoscalingPolicy.Builder extends GeneratedMessageV3.Builder<AutoscalingSettings.AutoscalingPolicy.Builder> implements AutoscalingSettings.AutoscalingPolicyOrBuilderAutoscaling policy describes the behavior of the autoscaling with respect to the resource utilization. The scale-out operation is initiated if the utilization exceeds ANY of the respective thresholds. The scale-in operation is initiated if the utilization is below ALL of the respective thresholds.
 Protobuf type google.cloud.vmwareengine.v1.AutoscalingSettings.AutoscalingPolicy
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AutoscalingSettings.AutoscalingPolicy.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AutoscalingSettings.AutoscalingPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
build()
public AutoscalingSettings.AutoscalingPolicy build()| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy | |
buildPartial()
public AutoscalingSettings.AutoscalingPolicy buildPartial()| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy | |
clear()
public AutoscalingSettings.AutoscalingPolicy.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
clearConsumedMemoryThresholds()
public AutoscalingSettings.AutoscalingPolicy.Builder clearConsumedMemoryThresholds()Optional. Utilization thresholds pertaining to amount of consumed memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds consumed_memory_thresholds = 13 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
clearCpuThresholds()
public AutoscalingSettings.AutoscalingPolicy.Builder clearCpuThresholds()Optional. Utilization thresholds pertaining to CPU utilization.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds cpu_thresholds = 11 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
clearField(Descriptors.FieldDescriptor field)
public AutoscalingSettings.AutoscalingPolicy.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
clearGrantedMemoryThresholds()
public AutoscalingSettings.AutoscalingPolicy.Builder clearGrantedMemoryThresholds()Optional. Utilization thresholds pertaining to amount of granted memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds granted_memory_thresholds = 12 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
clearNodeTypeId()
public AutoscalingSettings.AutoscalingPolicy.Builder clearNodeTypeId() Required. The canonical identifier of the node type to add or remove.
 Corresponds to the NodeType.
 string node_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public AutoscalingSettings.AutoscalingPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
clearScaleOutSize()
public AutoscalingSettings.AutoscalingPolicy.Builder clearScaleOutSize()Required. Number of nodes to add to a cluster during a scale-out operation. Must be divisible by 2 for stretched clusters. During a scale-in operation only one node (or 2 for stretched clusters) are removed in a single iteration.
 int32 scale_out_size = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | This builder for chaining. | 
clearStorageThresholds()
public AutoscalingSettings.AutoscalingPolicy.Builder clearStorageThresholds()Optional. Utilization thresholds pertaining to amount of consumed storage.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds storage_thresholds = 14 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
clone()
public AutoscalingSettings.AutoscalingPolicy.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
getConsumedMemoryThresholds()
public AutoscalingSettings.Thresholds getConsumedMemoryThresholds()Optional. Utilization thresholds pertaining to amount of consumed memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds consumed_memory_thresholds = 13 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.Thresholds | The consumedMemoryThresholds. | 
getConsumedMemoryThresholdsBuilder()
public AutoscalingSettings.Thresholds.Builder getConsumedMemoryThresholdsBuilder()Optional. Utilization thresholds pertaining to amount of consumed memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds consumed_memory_thresholds = 13 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.Thresholds.Builder | |
getConsumedMemoryThresholdsOrBuilder()
public AutoscalingSettings.ThresholdsOrBuilder getConsumedMemoryThresholdsOrBuilder()Optional. Utilization thresholds pertaining to amount of consumed memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds consumed_memory_thresholds = 13 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.ThresholdsOrBuilder | |
getCpuThresholds()
public AutoscalingSettings.Thresholds getCpuThresholds()Optional. Utilization thresholds pertaining to CPU utilization.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds cpu_thresholds = 11 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.Thresholds | The cpuThresholds. | 
getCpuThresholdsBuilder()
public AutoscalingSettings.Thresholds.Builder getCpuThresholdsBuilder()Optional. Utilization thresholds pertaining to CPU utilization.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds cpu_thresholds = 11 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.Thresholds.Builder | |
getCpuThresholdsOrBuilder()
public AutoscalingSettings.ThresholdsOrBuilder getCpuThresholdsOrBuilder()Optional. Utilization thresholds pertaining to CPU utilization.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds cpu_thresholds = 11 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.ThresholdsOrBuilder | |
getDefaultInstanceForType()
public AutoscalingSettings.AutoscalingPolicy getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getGrantedMemoryThresholds()
public AutoscalingSettings.Thresholds getGrantedMemoryThresholds()Optional. Utilization thresholds pertaining to amount of granted memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds granted_memory_thresholds = 12 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.Thresholds | The grantedMemoryThresholds. | 
getGrantedMemoryThresholdsBuilder()
public AutoscalingSettings.Thresholds.Builder getGrantedMemoryThresholdsBuilder()Optional. Utilization thresholds pertaining to amount of granted memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds granted_memory_thresholds = 12 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.Thresholds.Builder | |
getGrantedMemoryThresholdsOrBuilder()
public AutoscalingSettings.ThresholdsOrBuilder getGrantedMemoryThresholdsOrBuilder()Optional. Utilization thresholds pertaining to amount of granted memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds granted_memory_thresholds = 12 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.ThresholdsOrBuilder | |
getNodeTypeId()
public String getNodeTypeId() Required. The canonical identifier of the node type to add or remove.
 Corresponds to the NodeType.
 string node_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The nodeTypeId. | 
getNodeTypeIdBytes()
public ByteString getNodeTypeIdBytes() Required. The canonical identifier of the node type to add or remove.
 Corresponds to the NodeType.
 string node_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for nodeTypeId. | 
getScaleOutSize()
public int getScaleOutSize()Required. Number of nodes to add to a cluster during a scale-out operation. Must be divisible by 2 for stretched clusters. During a scale-in operation only one node (or 2 for stretched clusters) are removed in a single iteration.
 int32 scale_out_size = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| int | The scaleOutSize. | 
getStorageThresholds()
public AutoscalingSettings.Thresholds getStorageThresholds()Optional. Utilization thresholds pertaining to amount of consumed storage.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds storage_thresholds = 14 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.Thresholds | The storageThresholds. | 
getStorageThresholdsBuilder()
public AutoscalingSettings.Thresholds.Builder getStorageThresholdsBuilder()Optional. Utilization thresholds pertaining to amount of consumed storage.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds storage_thresholds = 14 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.Thresholds.Builder | |
getStorageThresholdsOrBuilder()
public AutoscalingSettings.ThresholdsOrBuilder getStorageThresholdsOrBuilder()Optional. Utilization thresholds pertaining to amount of consumed storage.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds storage_thresholds = 14 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.ThresholdsOrBuilder | |
hasConsumedMemoryThresholds()
public boolean hasConsumedMemoryThresholds()Optional. Utilization thresholds pertaining to amount of consumed memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds consumed_memory_thresholds = 13 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the consumedMemoryThresholds field is set. | 
hasCpuThresholds()
public boolean hasCpuThresholds()Optional. Utilization thresholds pertaining to CPU utilization.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds cpu_thresholds = 11 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the cpuThresholds field is set. | 
hasGrantedMemoryThresholds()
public boolean hasGrantedMemoryThresholds()Optional. Utilization thresholds pertaining to amount of granted memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds granted_memory_thresholds = 12 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the grantedMemoryThresholds field is set. | 
hasStorageThresholds()
public boolean hasStorageThresholds()Optional. Utilization thresholds pertaining to amount of consumed storage.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds storage_thresholds = 14 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the storageThresholds field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeConsumedMemoryThresholds(AutoscalingSettings.Thresholds value)
public AutoscalingSettings.AutoscalingPolicy.Builder mergeConsumedMemoryThresholds(AutoscalingSettings.Thresholds value)Optional. Utilization thresholds pertaining to amount of consumed memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds consumed_memory_thresholds = 13 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | AutoscalingSettings.Thresholds | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
mergeCpuThresholds(AutoscalingSettings.Thresholds value)
public AutoscalingSettings.AutoscalingPolicy.Builder mergeCpuThresholds(AutoscalingSettings.Thresholds value)Optional. Utilization thresholds pertaining to CPU utilization.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds cpu_thresholds = 11 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | AutoscalingSettings.Thresholds | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
mergeFrom(AutoscalingSettings.AutoscalingPolicy other)
public AutoscalingSettings.AutoscalingPolicy.Builder mergeFrom(AutoscalingSettings.AutoscalingPolicy other)| Parameter | |
|---|---|
| Name | Description | 
| other | AutoscalingSettings.AutoscalingPolicy | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AutoscalingSettings.AutoscalingPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public AutoscalingSettings.AutoscalingPolicy.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
mergeGrantedMemoryThresholds(AutoscalingSettings.Thresholds value)
public AutoscalingSettings.AutoscalingPolicy.Builder mergeGrantedMemoryThresholds(AutoscalingSettings.Thresholds value)Optional. Utilization thresholds pertaining to amount of granted memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds granted_memory_thresholds = 12 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | AutoscalingSettings.Thresholds | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
mergeStorageThresholds(AutoscalingSettings.Thresholds value)
public AutoscalingSettings.AutoscalingPolicy.Builder mergeStorageThresholds(AutoscalingSettings.Thresholds value)Optional. Utilization thresholds pertaining to amount of consumed storage.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds storage_thresholds = 14 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | AutoscalingSettings.Thresholds | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AutoscalingSettings.AutoscalingPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
setConsumedMemoryThresholds(AutoscalingSettings.Thresholds value)
public AutoscalingSettings.AutoscalingPolicy.Builder setConsumedMemoryThresholds(AutoscalingSettings.Thresholds value)Optional. Utilization thresholds pertaining to amount of consumed memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds consumed_memory_thresholds = 13 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | AutoscalingSettings.Thresholds | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
setConsumedMemoryThresholds(AutoscalingSettings.Thresholds.Builder builderForValue)
public AutoscalingSettings.AutoscalingPolicy.Builder setConsumedMemoryThresholds(AutoscalingSettings.Thresholds.Builder builderForValue)Optional. Utilization thresholds pertaining to amount of consumed memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds consumed_memory_thresholds = 13 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | AutoscalingSettings.Thresholds.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
setCpuThresholds(AutoscalingSettings.Thresholds value)
public AutoscalingSettings.AutoscalingPolicy.Builder setCpuThresholds(AutoscalingSettings.Thresholds value)Optional. Utilization thresholds pertaining to CPU utilization.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds cpu_thresholds = 11 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | AutoscalingSettings.Thresholds | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
setCpuThresholds(AutoscalingSettings.Thresholds.Builder builderForValue)
public AutoscalingSettings.AutoscalingPolicy.Builder setCpuThresholds(AutoscalingSettings.Thresholds.Builder builderForValue)Optional. Utilization thresholds pertaining to CPU utilization.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds cpu_thresholds = 11 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | AutoscalingSettings.Thresholds.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public AutoscalingSettings.AutoscalingPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
setGrantedMemoryThresholds(AutoscalingSettings.Thresholds value)
public AutoscalingSettings.AutoscalingPolicy.Builder setGrantedMemoryThresholds(AutoscalingSettings.Thresholds value)Optional. Utilization thresholds pertaining to amount of granted memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds granted_memory_thresholds = 12 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | AutoscalingSettings.Thresholds | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
setGrantedMemoryThresholds(AutoscalingSettings.Thresholds.Builder builderForValue)
public AutoscalingSettings.AutoscalingPolicy.Builder setGrantedMemoryThresholds(AutoscalingSettings.Thresholds.Builder builderForValue)Optional. Utilization thresholds pertaining to amount of granted memory.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds granted_memory_thresholds = 12 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | AutoscalingSettings.Thresholds.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
setNodeTypeId(String value)
public AutoscalingSettings.AutoscalingPolicy.Builder setNodeTypeId(String value) Required. The canonical identifier of the node type to add or remove.
 Corresponds to the NodeType.
 string node_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe nodeTypeId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | This builder for chaining. | 
setNodeTypeIdBytes(ByteString value)
public AutoscalingSettings.AutoscalingPolicy.Builder setNodeTypeIdBytes(ByteString value) Required. The canonical identifier of the node type to add or remove.
 Corresponds to the NodeType.
 string node_type_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for nodeTypeId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AutoscalingSettings.AutoscalingPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
setScaleOutSize(int value)
public AutoscalingSettings.AutoscalingPolicy.Builder setScaleOutSize(int value)Required. Number of nodes to add to a cluster during a scale-out operation. Must be divisible by 2 for stretched clusters. During a scale-in operation only one node (or 2 for stretched clusters) are removed in a single iteration.
 int32 scale_out_size = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe scaleOutSize to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | This builder for chaining. | 
setStorageThresholds(AutoscalingSettings.Thresholds value)
public AutoscalingSettings.AutoscalingPolicy.Builder setStorageThresholds(AutoscalingSettings.Thresholds value)Optional. Utilization thresholds pertaining to amount of consumed storage.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds storage_thresholds = 14 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | AutoscalingSettings.Thresholds | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
setStorageThresholds(AutoscalingSettings.Thresholds.Builder builderForValue)
public AutoscalingSettings.AutoscalingPolicy.Builder setStorageThresholds(AutoscalingSettings.Thresholds.Builder builderForValue)Optional. Utilization thresholds pertaining to amount of consumed storage.
 
 .google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds storage_thresholds = 14 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | AutoscalingSettings.Thresholds.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final AutoscalingSettings.AutoscalingPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| AutoscalingSettings.AutoscalingPolicy.Builder | |