state property
Current state of this License Code.
Output only. Possible string values are:
- "DISABLED" : Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected.
- "ENABLED" : Use is allowed for anyone with USE_READ_ONLY access to this License Code.
- "RESTRICTED" : Use of this license is limited to a project whitelist.
- "STATE_UNSPECIFIED"
- "TERMINATED" : Reserved state.
Implementation
core.String? state;