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