Enum ResourcePolicyWorkloadPolicy.Type (1.74.0)

public enum ResourcePolicyWorkloadPolicy.Type extends Enum<ResourcePolicyWorkloadPolicy.Type> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.ResourcePolicyWorkloadPolicy.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
HIGH_AVAILABILITY

VMs will be provisioned in such a way which provides high availability.

HIGH_AVAILABILITY = 409487576;

HIGH_AVAILABILITY_VALUE

VMs will be provisioned in such a way which provides high availability.

HIGH_AVAILABILITY = 409487576;

HIGH_THROUGHPUT

VMs will be provisioned in such a way which provides high throughput.

HIGH_THROUGHPUT = 146499815;

HIGH_THROUGHPUT_VALUE

VMs will be provisioned in such a way which provides high throughput.

HIGH_THROUGHPUT = 146499815;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

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()