state property

String? state
getter/setter pair

State of the endpoint attachment.

Values other than ACTIVE mean the resource is not ready to use.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Resource is in an unspecified state.
  • "CREATING" : Resource is being created.
  • "ACTIVE" : Resource is provisioned and ready to use.
  • "DELETING" : The resource is being deleted.
  • "UPDATING" : The resource is being updated.

Implementation

core.String? state;