code property
The current state of the MembershipBinding resource.
Output only. Possible string values are:
- "CODE_UNSPECIFIED" : The code is not set.
- "CREATING" : The membershipbinding is being created.
- "READY" : The membershipbinding active.
- "DELETING" : The membershipbinding is being deleted.
- "UPDATING" : The membershipbinding is being updated.
Implementation
core.String? code;