Google Cloud Certificate Manager V1 Client - Class State (0.5.2)

Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class State.

State of the managed certificate resource.

Protobuf type google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.State

Namespace

Google \ Cloud \ CertificateManager \ V1 \ Certificate \ ManagedCertificate

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PROVISIONING

Value: 1

Certificate Manager attempts to provision or renew the certificate.

If the process takes longer than expected, consult the provisioning_issue field.

Generated from protobuf enum PROVISIONING = 1;

FAILED

Value: 2

Multiple certificate provisioning attempts failed and Certificate Manager gave up. To try again, delete and create a new managed Certificate resource.

For details see the provisioning_issue field.

Generated from protobuf enum FAILED = 2;

ACTIVE

Value: 3

The certificate management is working, and a certificate has been provisioned.

Generated from protobuf enum ACTIVE = 3;