public enum ResourcePolicyWorkloadPolicy.Type extends Enum<ResourcePolicyWorkloadPolicy.Type> implements ProtocolMessageEnumSpecifies the intent of the instance placement in the MIG.
Protobuf enum google.cloud.compute.v1.ResourcePolicyWorkloadPolicy.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
HIGH_AVAILABILITY |
MIG spreads out the instances as much as possible for high availability. |
HIGH_AVAILABILITY_VALUE |
MIG spreads out the instances as much as possible for high availability. |
HIGH_THROUGHPUT |
MIG provisions instances as close to each other as possible for high throughput. |
HIGH_THROUGHPUT_VALUE |
MIG provisions instances as close to each other as possible for high throughput. |
UNDEFINED_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_TYPE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|