public enum LicenseCode.Types.StateReference documentation and code samples for the Compute Engine v1 API enum LicenseCode.Types.State.
Output only. [Output Only] Current state of this License Code.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |
Terminated |
Reserved state. |
UndefinedState |
A value indicating that the enum field is not set. |
Unspecified |
|