Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
static CredentialRotationStatus.Status |
CredentialRotationStatus.Status.create(String key) |
CredentialRotationStatus.Status |
CredentialRotationStatus.getStatus()
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.
|
static CredentialRotationStatus.Status |
CredentialRotationStatus.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CredentialRotationStatus.Status[] |
CredentialRotationStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CredentialRotationStatus.Builder |
CredentialRotationStatus.Builder.status(CredentialRotationStatus.Status status)
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.
|
Constructor and Description |
---|
CredentialRotationStatus(Date timeAutoCompletionScheduled,
CredentialRotationStatus.Status status,
CredentialRotationStatus.StatusDetails statusDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.