Reference documentation and code samples for the Google Cloud License Manager V1 Client class State.
State of the product.
Protobuf type google.cloud.licensemanager.v1.Product.State
Namespace
Google \ Cloud \ LicenseManager \ V1 \ ProductMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The Status of the product is unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STATE_PROVISIONING
Value: 1Product is under provisioning stage.
Generated from protobuf enum STATE_PROVISIONING = 1;
STATE_RUNNING
Value: 2Product is ok to run on instances.
Generated from protobuf enum STATE_RUNNING = 2;
STATE_TERMINATING
Value: 3The product is about to terminate or has been announced for termination.
Generated from protobuf enum STATE_TERMINATING = 3;
STATE_TERMINATED
Value: 4The product has been terminated.
Generated from protobuf enum STATE_TERMINATED = 4;