Reference documentation and code samples for the Google Cloud License Manager V1 Client class ActivationState.
State of the License Key activation on the instance.
Protobuf type google.cloud.licensemanager.v1.ActivationState
Namespace
Google \ Cloud \ LicenseManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ACTIVATION_STATE_UNSPECIFIED
Value: 0The Status of the activation is unspecified
Generated from protobuf enum ACTIVATION_STATE_UNSPECIFIED = 0;
ACTIVATION_STATE_KEY_REQUESTED
Value: 1Activation key (MAK) requested for the instance.
Generated from protobuf enum ACTIVATION_STATE_KEY_REQUESTED = 1;
ACTIVATION_STATE_ACTIVATING
Value: 2License activation process is running on the instance.
Generated from protobuf enum ACTIVATION_STATE_ACTIVATING = 2;
ACTIVATION_STATE_ACTIVATED
Value: 3License activation is complete on the instance.
Generated from protobuf enum ACTIVATION_STATE_ACTIVATED = 3;
ACTIVATION_STATE_DEACTIVATING
Value: 4License Key is deactivating on the instance.
Generated from protobuf enum ACTIVATION_STATE_DEACTIVATING = 4;
ACTIVATION_STATE_DEACTIVATED
Value: 5License Key is deactivated on the instance.
Generated from protobuf enum ACTIVATION_STATE_DEACTIVATED = 5;
ACTIVATION_STATE_TERMINATED
Value: 6License Key activation failed on the instance.
Generated from protobuf enum ACTIVATION_STATE_TERMINATED = 6;