maxDistance property

  1. @TagNumber(2)
Int64 get maxDistance

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

@$pb.TagNumber(2)
$fixnum.Int64 get maxDistance => $_getI64(1);
  1. @TagNumber(2)
set maxDistance (Int64 v)

Implementation

@$pb.TagNumber(2)
set maxDistance($fixnum.Int64 v) { $_setInt64(1, v); }