Google Cloud Certificate Manager V1 Client - Class ServingState (0.3.7)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

SERVING_STATE_UNSPECIFIED

Value: 0

The status is undefined.

Generated from protobuf enum SERVING_STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The configuration is serving.

Generated from protobuf enum ACTIVE = 1;

PENDING

Value: 2

Update is in progress. Some frontends may serve this configuration.

Generated from protobuf enum PENDING = 2;