public static enum UpdateCertificateConfigDetails.Stage extends Enum<UpdateCertificateConfigDetails.Stage> implements BmcEnum
The rotation state of the certificate. The default is CURRENT
, meaning that the
certificate is currently in use. A certificate version that you mark as PENDING
is
staged and available for use, but you don’t yet want to rotate it into current, active use.
For example, you might update a certificate 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 UpdateCertificateConfigDetails.Stage |
create(String key) |
String |
getValue() |
static UpdateCertificateConfigDetails.Stage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateCertificateConfigDetails.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateCertificateConfigDetails.Stage Current
public static final UpdateCertificateConfigDetails.Stage Pending
public static UpdateCertificateConfigDetails.Stage[] values()
for (UpdateCertificateConfigDetails.Stage c : UpdateCertificateConfigDetails.Stage.values()) System.out.println(c);
public static UpdateCertificateConfigDetails.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 UpdateCertificateConfigDetails.Stage create(String key)
Copyright © 2016–2024. All rights reserved.