acceleratorTopologyMode property

String? acceleratorTopologyMode
getter/setter pair

Specifies the connection mode for the accelerator topology.

If not specified, the default is AUTO_CONNECT. Possible string values are:

  • "AUTO_CONNECT" : 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.

Implementation

core.String? acceleratorTopologyMode;