Uses of Class
com.oracle.bmc.containerengine.model.CredentialRotationStatus.Status
-
Packages that use CredentialRotationStatus.Status Package Description com.oracle.bmc.containerengine.model -
-
Uses of CredentialRotationStatus.Status in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return CredentialRotationStatus.Status Modifier and Type Method 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.Methods in com.oracle.bmc.containerengine.model with parameters of type CredentialRotationStatus.Status Modifier and Type Method 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.Constructors in com.oracle.bmc.containerengine.model with parameters of type CredentialRotationStatus.Status Constructor Description CredentialRotationStatus(Date timeAutoCompletionScheduled, CredentialRotationStatus.Status status, CredentialRotationStatus.StatusDetails statusDetails)
Deprecated.
-