Module: Google::Cloud::LicenseManager::V1::ActivationState
- Defined in:
- proto_docs/google/cloud/licensemanager/v1/api_entities.rb
Overview
State of the License Key activation on the instance.
Constant Summary collapse
- ACTIVATION_STATE_UNSPECIFIED =
The Status of the activation is unspecified
0- ACTIVATION_STATE_KEY_REQUESTED =
Activation key (MAK) requested for the instance.
1- ACTIVATION_STATE_ACTIVATING =
License activation process is running on the instance.
2- ACTIVATION_STATE_ACTIVATED =
License activation is complete on the instance.
3- ACTIVATION_STATE_DEACTIVATING =
License Key is deactivating on the instance.
4- ACTIVATION_STATE_DEACTIVATED =
License Key is deactivated on the instance.
5- ACTIVATION_STATE_TERMINATED =
License Key activation failed on the instance.
6