Module: Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::State
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
State of the managed certificate resource.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is unspecified.
0
- PROVISIONING =
Certificate Manager attempts to provision or renew the certificate. If the process takes longer than expected, consult the
provisioning_issue
field. 1
- FAILED =
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. 2
- ACTIVE =
The certificate management is working, and a certificate has been provisioned.
3