Certificate Manager V1 API - Module Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::State (v0.4.2)

Reference documentation and code samples for the Certificate Manager V1 API module Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::State.

State of the managed certificate resource.

Constants

STATE_UNSPECIFIED

value: 0
State is unspecified.

PROVISIONING

value: 1
Certificate Manager attempts to provision or renew the certificate. If the process takes longer than expected, consult the provisioning_issue field.

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.

ACTIVE

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