The certificate management is working, and a certificate has been provisioned.
ManagedCertificateStatusUnspecified
Provisioning
The certificate management is working. GCP will attempt to provision the first certificate.
ProvisioningFailed
Certificate provisioning failed due to an issue with the DNS or load balancing configuration. For details of which domain failed, consult domain_status field.
ProvisioningFailedPermanently
Certificate provisioning failed due to an issue with the DNS or load balancing configuration. It won't be retried. To try again delete and create a new managed SslCertificate resource. For details of which domain failed, consult domain_status field.
RenewalFailed
Renewal of the certificate has failed due to an issue with the DNS or load balancing configuration. The existing cert is still serving; however, it will expire shortly. To provision a renewed certificate, delete and create a new managed SslCertificate resource. For details on which domain failed, consult domain_status field.
UndefinedStatus
A value indicating that the enum field is not set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This webpage provides documentation for the `Status` enum within the `Google.Cloud.Compute.V1.SslCertificateManagedSslCertificate.Types` namespace, specifically for the Google Cloud Compute .NET library, spanning from version 1.0.0 to the latest version, 3.6.0."],["The `Status` enum defines the possible states of a managed SSL certificate resource, including `Active`, `Provisioning`, `ProvisioningFailed`, `ProvisioningFailedPermanently`, `RenewalFailed`, `UndefinedStatus`, and `ManagedCertificateStatusUnspecified`."],["The documentation for each version is accessible through links, enabling users to navigate through the historical changes and specific details for each library release."],["The `Status` enum provides insights into the operational state of managed certificates, including whether provisioning or renewal has succeeded or failed and what actions need to be taken if there is a problem, such as checking the DNS or load balancing configuration."],["The fields table describes all of the possible `Status` values along with detailed descriptions for each, such as whether the cert is working, in the process of provisioning, failed to provision, or failed to renew."]]],[]]