public enum LicenseCode.State extends Enum<LicenseCode.State> implements ProtocolMessageEnumOutput only. [Output Only] Current state of this License Code.
Protobuf enum google.cloud.compute.v1.LicenseCode.State
Implements
ProtocolMessageEnumStatic 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. |
DISABLED_VALUE |
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. |
ENABLED_VALUE |
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. |
RESTRICTED_VALUE |
Use of this license is limited to a project whitelist. |
STATE_UNSPECIFIED |
|
STATE_UNSPECIFIED_VALUE |
|
TERMINATED |
Reserved state. |
TERMINATED_VALUE |
Reserved state. |
UNDEFINED_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_STATE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|