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: 0
The Status of the configuration is unspecified
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STATE_ACTIVE
Value: 1
Configuration is in active state.
Generated from protobuf enum STATE_ACTIVE = 1;
STATE_SUSPENDED
Value: 2
Configuration is in deactivated state.
Generated from protobuf enum STATE_SUSPENDED = 2;
STATE_DELETED
Value: 3
Configuration is in deleted state.
Generated from protobuf enum STATE_DELETED = 3;