Enum ManagementStatus (2.1.10)

public enum ManagementStatus extends Enum<ManagementStatus> implements ProtocolMessageEnum

State of certificate management. Refers to the most recent certificate acquisition or renewal attempt.

Protobuf enum google.appengine.v1.ManagementStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILED_PERMANENT

All renewal attempts have been exhausted, likely due to an invalid DNS setup.

FAILED_PERMANENT = 6;

FAILED_PERMANENT_VALUE

All renewal attempts have been exhausted, likely due to an invalid DNS setup.

FAILED_PERMANENT = 6;

FAILED_RETRYING_CAA_CHECKING

Most recent renewal failed due to a CAA retrieval failure. This means that the domain's DNS provider does not properly handle CAA records, failing requests for CAA records when no CAA records are defined. Renewals will continue to fail until the DNS provider is changed or a CAA record is added for the given domain. The last successfully provisioned certificate may still be serving.

FAILED_RETRYING_CAA_CHECKING = 8;

FAILED_RETRYING_CAA_CHECKING_VALUE

Most recent renewal failed due to a CAA retrieval failure. This means that the domain's DNS provider does not properly handle CAA records, failing requests for CAA records when no CAA records are defined. Renewals will continue to fail until the DNS provider is changed or a CAA record is added for the given domain. The last successfully provisioned certificate may still be serving.

FAILED_RETRYING_CAA_CHECKING = 8;

FAILED_RETRYING_CAA_FORBIDDEN

Most recent renewal failed due to an explicit CAA record that does not include one of the in-use CAs (Google CA and Let's Encrypt). Renewals will continue to fail until the CAA is reconfigured. The last successfully provisioned certificate may still be serving.

FAILED_RETRYING_CAA_FORBIDDEN = 7;

FAILED_RETRYING_CAA_FORBIDDEN_VALUE

Most recent renewal failed due to an explicit CAA record that does not include one of the in-use CAs (Google CA and Let's Encrypt). Renewals will continue to fail until the CAA is reconfigured. The last successfully provisioned certificate may still be serving.

FAILED_RETRYING_CAA_FORBIDDEN = 7;

FAILED_RETRYING_NOT_VISIBLE

Most recent renewal failed due to an invalid DNS setup and will be retried. Renewal attempts will continue to fail until the certificate domain's DNS configuration is fixed. The last successfully provisioned certificate may still be serving.

FAILED_RETRYING_NOT_VISIBLE = 4;

FAILED_RETRYING_NOT_VISIBLE_VALUE

Most recent renewal failed due to an invalid DNS setup and will be retried. Renewal attempts will continue to fail until the certificate domain's DNS configuration is fixed. The last successfully provisioned certificate may still be serving.

FAILED_RETRYING_NOT_VISIBLE = 4;

MANAGEMENT_STATUS_UNSPECIFIED

MANAGEMENT_STATUS_UNSPECIFIED = 0;

MANAGEMENT_STATUS_UNSPECIFIED_VALUE

MANAGEMENT_STATUS_UNSPECIFIED = 0;

OK

Certificate was successfully obtained and inserted into the serving system.

OK = 1;

OK_VALUE

Certificate was successfully obtained and inserted into the serving system.

OK = 1;

PENDING

Certificate is under active attempts to acquire or renew.

PENDING = 2;

PENDING_VALUE

Certificate is under active attempts to acquire or renew.

PENDING = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()