state property

String? state
getter/setter pair

ServiceProjectAttachment state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "CREATING" : The ServiceProjectAttachment is being created.
  • "ACTIVE" : The ServiceProjectAttachment is ready. This means Services and Workloads under the corresponding ServiceProjectAttachment is ready for registration.
  • "DELETING" : The ServiceProjectAttachment is being deleted.

Implementation

core.String? state;