Reference documentation and code samples for the Compute V1 Client class AcceleratorTopologyMode.
Specifies the connection mode for the accelerator topology. If not specified, the default is AUTO_CONNECT.
Protobuf type google.cloud.compute.v1.ResourcePolicyGroupPlacementPolicy.AcceleratorTopologyMode
Namespace
Google \ Cloud \ Compute \ V1 \ ResourcePolicyGroupPlacementPolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_ACCELERATOR_TOPOLOGY_MODE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ACCELERATOR_TOPOLOGY_MODE = 0;
AUTO_CONNECT
Value: 491872826The interconnected chips are pre-configured at the time of VM creation.
Generated from protobuf enum AUTO_CONNECT = 491872826;
PROVISION_ONLY
Value: 399134966The interconnected chips are connected on demand. At the time of VM creation, the chips are not connected.
Generated from protobuf enum PROVISION_ONLY = 399134966;