Enum ResourcePolicyGroupPlacementPolicy.AcceleratorTopologyMode (1.101.0)

public enum ResourcePolicyGroupPlacementPolicy.AcceleratorTopologyMode extends Enum<ResourcePolicyGroupPlacementPolicy.AcceleratorTopologyMode> implements ProtocolMessageEnum

Specifies the connection mode for the accelerator topology. If not specified, the default is AUTO_CONNECT.

Protobuf enum google.cloud.compute.v1.ResourcePolicyGroupPlacementPolicy.AcceleratorTopologyMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTO_CONNECT

The interconnected chips are pre-configured at the time of VM creation.

AUTO_CONNECT = 491872826;

AUTO_CONNECT_VALUE

The interconnected chips are pre-configured at the time of VM creation.

AUTO_CONNECT = 491872826;

PROVISION_ONLY

The interconnected chips are connected on demand. At the time of VM creation, the chips are not connected.

PROVISION_ONLY = 399134966;

PROVISION_ONLY_VALUE

The interconnected chips are connected on demand. At the time of VM creation, the chips are not connected.

PROVISION_ONLY = 399134966;

UNDEFINED_ACCELERATOR_TOPOLOGY_MODE

A value indicating that the enum field is not set.

UNDEFINED_ACCELERATOR_TOPOLOGY_MODE = 0;

UNDEFINED_ACCELERATOR_TOPOLOGY_MODE_VALUE

A value indicating that the enum field is not set.

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