Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
CredentialRotationStatus(Date timeAutoCompletionScheduled,
CredentialRotationStatus.Status status,
CredentialRotationStatus.StatusDetails statusDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.