Reference documentation and code samples for the Google Cloud Channel V1 Client class ProvisioningState.
Indicates the current provisioning state of the entitlement.
Protobuf type google.cloud.channel.v1.Entitlement.ProvisioningState
Namespace
Google \ Cloud \ Channel \ V1 \ EntitlementMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PROVISIONING_STATE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum PROVISIONING_STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
The entitlement is currently active.
Generated from protobuf enum ACTIVE = 1;
SUSPENDED
Value: 5
The entitlement is currently suspended.
Generated from protobuf enum SUSPENDED = 5;