public enum ResourcePolicyWorkloadPolicy.AcceleratorTopologyMode extends Enum<ResourcePolicyWorkloadPolicy.AcceleratorTopologyMode> implements ProtocolMessageEnumSpecifies the connection mode for the accelerator topology. If not specified, the default is AUTO_CONNECT.
Protobuf enum
google.cloud.compute.v1.ResourcePolicyWorkloadPolicy.AcceleratorTopologyMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUTO_CONNECT |
The interconnected chips are pre-configured at the time of VM creation. |
AUTO_CONNECT_VALUE |
The interconnected chips are pre-configured at the time of VM creation. |
PROVISION_ONLY |
The interconnected chips are connected on demand. At the time of VM creation, the chips are not connected. |
PROVISION_ONLY_VALUE |
The interconnected chips are connected on demand. At the time of VM creation, the chips are not connected. |
UNDEFINED_ACCELERATOR_TOPOLOGY_MODE |
A value indicating that the enum field is not set. |
UNDEFINED_ACCELERATOR_TOPOLOGY_MODE_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() |
|