Reference documentation and code samples for the Compute V1 Client class State.
[Output Only] Current state of this License Code.
Protobuf type google.cloud.compute.v1.LicenseCode.State
Namespace
Google \ Cloud \ Compute \ V1 \ LicenseCodeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
DISABLED
Value: 516696700
Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected.
Generated from protobuf enum DISABLED = 516696700;
ENABLED
Value: 182130465
Use is allowed for anyone with USE_READ_ONLY access to this License Code.
Generated from protobuf enum ENABLED = 182130465;
RESTRICTED
Value: 261551195
Use of this license is limited to a project whitelist.
Generated from protobuf enum RESTRICTED = 261551195;
STATE_UNSPECIFIED
Value: 470755401
Generated from protobuf enum STATE_UNSPECIFIED = 470755401;
TERMINATED
Value: 250018339
Reserved state.
Generated from protobuf enum TERMINATED = 250018339;