Enum SslCertificateManagedSslCertificate.Status (1.53.0)

public enum SslCertificateManagedSslCertificate.Status extends Enum<SslCertificateManagedSslCertificate.Status> implements ProtocolMessageEnum

[Output only] Status of the managed certificate resource.

Protobuf enum google.cloud.compute.v1.SslCertificateManagedSslCertificate.Status

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

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

ACTIVE = 314733318;

ACTIVE_VALUE

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

ACTIVE = 314733318;

MANAGED_CERTIFICATE_STATUS_UNSPECIFIED

MANAGED_CERTIFICATE_STATUS_UNSPECIFIED = 474800850;

MANAGED_CERTIFICATE_STATUS_UNSPECIFIED_VALUE

MANAGED_CERTIFICATE_STATUS_UNSPECIFIED = 474800850;

PROVISIONING

The certificate management is working. GCP will attempt to provision the first certificate.

PROVISIONING = 290896621;

PROVISIONING_FAILED

Certificate provisioning failed due to an issue with the DNS or load balancing configuration. For details of which domain failed, consult domain_status field.

PROVISIONING_FAILED = 76813775;

PROVISIONING_FAILED_PERMANENTLY

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.

PROVISIONING_FAILED_PERMANENTLY = 275036203;

PROVISIONING_FAILED_PERMANENTLY_VALUE

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.

PROVISIONING_FAILED_PERMANENTLY = 275036203;

PROVISIONING_FAILED_VALUE

Certificate provisioning failed due to an issue with the DNS or load balancing configuration. For details of which domain failed, consult domain_status field.

PROVISIONING_FAILED = 76813775;

PROVISIONING_VALUE

The certificate management is working. GCP will attempt to provision the first certificate.

PROVISIONING = 290896621;

RENEWAL_FAILED

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.

RENEWAL_FAILED = 434659076;

RENEWAL_FAILED_VALUE

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.

RENEWAL_FAILED = 434659076;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()