Enum ResourcePolicyWorkloadPolicy.MaxTopologyDistance (1.74.0)

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
BLOCK

VMs must be provisioned in the same block.

BLOCK = 63294573;

BLOCK_VALUE

VMs must be provisioned in the same block.

BLOCK = 63294573;

CLUSTER

VMs must be provisioned in the same cluster.

CLUSTER = 516333018;

CLUSTER_VALUE

VMs must be provisioned in the same cluster.

CLUSTER = 516333018;

SUBBLOCK

VMs must be provisioned in the same subblock.

SUBBLOCK = 316202573;

SUBBLOCK_VALUE

VMs must be provisioned in the same subblock.

SUBBLOCK = 316202573;

UNDEFINED_MAX_TOPOLOGY_DISTANCE

A value indicating that the enum field is not set.

UNDEFINED_MAX_TOPOLOGY_DISTANCE = 0;

UNDEFINED_MAX_TOPOLOGY_DISTANCE_VALUE

A value indicating that the enum field is not set.

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