public static enum CredentialRotationStatus.Status extends Enum<CredentialRotationStatus.Status> implements BmcEnum
Credential rotation status of a kubernetes cluster IN_PROGRESS: Issuing new credentials to kubernetes cluster control plane and worker nodes or retiring old credentials from kubernetes cluster control plane and worker nodes. WAITING: Waiting for customer to invoke the complete rotation action or the automcatic complete rotation action. COMPLETED: New credentials are functional on kuberentes cluster.
Enum Constant and Description |
---|
Completed |
InProgress |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Waiting |
Modifier and Type | Method and Description |
---|---|
static CredentialRotationStatus.Status |
create(String key) |
String |
getValue() |
static CredentialRotationStatus.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CredentialRotationStatus.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CredentialRotationStatus.Status InProgress
public static final CredentialRotationStatus.Status Waiting
public static final CredentialRotationStatus.Status Completed
public static final CredentialRotationStatus.Status UnknownEnumValue
public static CredentialRotationStatus.Status[] values()
for (CredentialRotationStatus.Status c : CredentialRotationStatus.Status.values()) System.out.println(c);
public static CredentialRotationStatus.Status 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 CredentialRotationStatus.Status create(String key)
Copyright © 2016–2024. All rights reserved.