public enum CertificateAuthority.State extends Enum<CertificateAuthority.State> implements ProtocolMessageEnumThe state of a CertificateAuthority, indicating if it can be used.
Protobuf enum google.cloud.security.privateca.v1beta1.CertificateAuthority.State
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| DISABLED | Certificates cannot be issued from this CA. CRLs will still be generated. |
| DISABLED_VALUE | Certificates cannot be issued from this CA. CRLs will still be generated. |
| ENABLED | Certificates can be issued from this CA. CRLs will be generated for this CA. |
| ENABLED_VALUE | Certificates can be issued from this CA. CRLs will be generated for this CA. |
| PENDING_ACTIVATION | Certificates cannot be issued from this CA. CRLs will not be generated. |
| PENDING_ACTIVATION_VALUE | Certificates cannot be issued from this CA. CRLs will not be generated. |
| PENDING_DELETION | Certificates cannot be issued from this CA. CRLs will not be generated. |
| PENDING_DELETION_VALUE | Certificates cannot be issued from this CA. CRLs will not be generated. |
| STATE_UNSPECIFIED | Not specified. |
| STATE_UNSPECIFIED_VALUE | Not specified. |
| 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() |