maxDistance property

String? maxDistance
getter/setter pair

When specified, causes the job to fail if more than max_distance logical switches are required between VMs.

Batch uses the most compact possible placement of VMs even when max_distance is not specified. An explicit max_distance makes that level of compactness a strict requirement. Not yet implemented

Implementation

core.String? maxDistance;