public static enum UpdateCertificateAuthorityConfigDetails.Stage extends Enum<UpdateCertificateAuthorityConfigDetails.Stage> implements BmcEnum
The rotation state of the CA. The default is PENDING
, meaning that the CA is staged
and available for use. A CA version that you mark as CURRENT
is currently in use, but
you don’t yet want to rotate it into current, active use. For example, you might create or
update a CA and mark its rotation state as PENDING
if you haven’t yet updated the
certificate on the target system.
Modifier and Type | Method and Description |
---|---|
static UpdateCertificateAuthorityConfigDetails.Stage |
create(String key) |
String |
getValue() |
static UpdateCertificateAuthorityConfigDetails.Stage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateCertificateAuthorityConfigDetails.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateCertificateAuthorityConfigDetails.Stage Current
public static final UpdateCertificateAuthorityConfigDetails.Stage Pending
public static UpdateCertificateAuthorityConfigDetails.Stage[] values()
for (UpdateCertificateAuthorityConfigDetails.Stage c : UpdateCertificateAuthorityConfigDetails.Stage.values()) System.out.println(c);
public static UpdateCertificateAuthorityConfigDetails.Stage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static UpdateCertificateAuthorityConfigDetails.Stage create(String key)
Copyright © 2016–2024. All rights reserved.