- 2.49.0 (latest)
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
FAILED_PERMANENT | All renewal attempts have been exhausted, likely due to an invalid DNS setup. |
FAILED_PERMANENT_VALUE | All renewal attempts have been exhausted, likely due to an invalid DNS setup. |
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_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_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_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_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_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. |
MANAGEMENT_STATUS_UNSPECIFIED |
|
MANAGEMENT_STATUS_UNSPECIFIED_VALUE |
|
OK | Certificate was successfully obtained and inserted into the serving system. |
OK_VALUE | Certificate was successfully obtained and inserted into the serving system. |
PENDING | Certificate is under active attempts to acquire or renew. |
PENDING_VALUE | Certificate is under active attempts to acquire or renew. |
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() |