collocation property

  1. @TagNumber(1)
String get collocation

UNSPECIFIED vs. COLLOCATED (default UNSPECIFIED). Use COLLOCATED when you want VMs to be located close to each other for low network latency between the VMs. No placement policy will be generated when collocation is UNSPECIFIED.

Implementation

@$pb.TagNumber(1)
$core.String get collocation => $_getSZ(0);
  1. @TagNumber(1)
set collocation (String v)

Implementation

@$pb.TagNumber(1)
set collocation($core.String v) { $_setString(0, v); }