status property

String? status
getter/setter pair

Draining status of the additional subnet. Possible string values are:

  • "STATUS_UNSPECIFIED" : Not set, same as ACTIVE.
  • "ACTIVE" : ACTIVE status indicates that the subnet is available for new node pool creation.
  • "DRAINING" : DRAINING status indicates that the subnet is not used for new node pool creation.

Implementation

core.String? status;