maxTopologyDistance property

String? maxTopologyDistance
getter/setter pair

Specifies the maximum distance between instances. Possible string values are:

  • "BLOCK" : VMs must be provisioned in the same block.
  • "CLUSTER" : VMs must be provisioned in the same cluster.
  • "SUBBLOCK" : VMs must be provisioned in the same subblock.

Implementation

core.String? maxTopologyDistance;