type property

String? type
getter/setter pair

The type of placement. Possible string values are:

  • "TYPE_UNSPECIFIED" : TYPE_UNSPECIFIED specifies no requirements on nodes placement.
  • "COMPACT" : COMPACT specifies node placement in the same availability domain to ensure low communication latency.

Implementation

core.String? type;