type property

String? type
getter/setter pair

Type specifies which type of origin is set. Possible string values are:

  • "TYPE_UNSPECIFIED" : Type is unknown or not set.
  • "FLEET" : Per-Membership spec was inherited from the fleet-level default.
  • "FLEET_OUT_OF_SYNC" : Per-Membership spec was inherited from the fleet-level default but is now out of sync with the current default.
  • "USER" : Per-Membership spec was inherited from a user specification.

Implementation

core.String? type;