Uses of Class
com.oracle.bmc.containerengine.model.CredentialRotationStatus.StatusDetails
-
Packages that use CredentialRotationStatus.StatusDetails Package Description com.oracle.bmc.containerengine.model -
-
Uses of CredentialRotationStatus.StatusDetails in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return CredentialRotationStatus.StatusDetails Modifier and Type Method Description static CredentialRotationStatus.StatusDetails
CredentialRotationStatus.StatusDetails. create(String key)
CredentialRotationStatus.StatusDetails
CredentialRotationStatus. getStatusDetails()
Details of a kuberenetes cluster credential rotation status: ISSUING_NEW_CREDENTIALS: Credential rotation is in progress.static CredentialRotationStatus.StatusDetails
CredentialRotationStatus.StatusDetails. valueOf(String name)
Returns the enum constant of this type with the specified name.static CredentialRotationStatus.StatusDetails[]
CredentialRotationStatus.StatusDetails. 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.StatusDetails Modifier and Type Method Description CredentialRotationStatus.Builder
CredentialRotationStatus.Builder. statusDetails(CredentialRotationStatus.StatusDetails statusDetails)
Details of a kuberenetes cluster credential rotation status: ISSUING_NEW_CREDENTIALS: Credential rotation is in progress.Constructors in com.oracle.bmc.containerengine.model with parameters of type CredentialRotationStatus.StatusDetails Constructor Description CredentialRotationStatus(Date timeAutoCompletionScheduled, CredentialRotationStatus.Status status, CredentialRotationStatus.StatusDetails statusDetails)
Deprecated.
-