Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class ServingState.
Defines set of serving states associated with a resource.
Protobuf type google.cloud.certificatemanager.v1.ServingState
Namespace
Google \ Cloud \ CertificateManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SERVING_STATE_UNSPECIFIED
Value: 0The status is undefined.
Generated from protobuf enum SERVING_STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1The configuration is serving.
Generated from protobuf enum ACTIVE = 1;
PENDING
Value: 2Update is in progress. Some frontends may serve this configuration.
Generated from protobuf enum PENDING = 2;