Reference documentation and code samples for the Google Cloud License Manager V1 Client class State.
State of the configuration.
Protobuf type google.cloud.licensemanager.v1.Configuration.State
Namespace
Google \ Cloud \ LicenseManager \ V1 \ ConfigurationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The Status of the configuration is unspecified
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STATE_ACTIVE
Value: 1Configuration is in active state.
Generated from protobuf enum STATE_ACTIVE = 1;
STATE_SUSPENDED
Value: 2Configuration is in deactivated state.
Generated from protobuf enum STATE_SUSPENDED = 2;
STATE_DELETED
Value: 3Configuration is in deleted state.
Generated from protobuf enum STATE_DELETED = 3;