@Generated(value="OracleSDKGenerator", comments="API Version: 20210224") public enum VersionStage extends Enum<VersionStage> implements BmcEnum
A list of possible rotation states for the certificate version. A certificate version marked
CURRENT
is currently in use. A certificate version marked PENDING
is staged and
available for use, but has not been applied on the target system and, therefore, has not been
rotated into current, active use. The certificate most recently uploaded to the service is always
marked LATEST
. (The first version of a certificate is always marked as both CURRENT
and LATEST
.) A certificate version marked PREVIOUS
is the certificate
version that was most recently marked CURRENT
, before the last certificate version
rotation. A certificate version marked DEPRECATED
is neither current, pending, nor the
previous one in use. Only certificate versions marked DEPRECATED
can be scheduled for
deletion.
Enum Constant and Description |
---|
Current |
Deprecated |
Failed |
Latest |
Pending |
Previous |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static VersionStage |
create(String key) |
String |
getValue() |
static VersionStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionStage Current
public static final VersionStage Pending
public static final VersionStage Latest
public static final VersionStage Previous
public static final VersionStage Deprecated
public static final VersionStage Failed
public static final VersionStage UnknownEnumValue
public static VersionStage[] values()
for (VersionStage c : VersionStage.values()) System.out.println(c);
public static VersionStage 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 VersionStage create(String key)
Copyright © 2016–2024. All rights reserved.