Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static AutoKeyRotationDetails.LastRotationStatus |
AutoKeyRotationDetails.LastRotationStatus.create(String key) |
AutoKeyRotationDetails.LastRotationStatus |
AutoKeyRotationDetails.getLastRotationStatus()
The status of last execution of auto key rotation.
|
static AutoKeyRotationDetails.LastRotationStatus |
AutoKeyRotationDetails.LastRotationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoKeyRotationDetails.LastRotationStatus[] |
AutoKeyRotationDetails.LastRotationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutoKeyRotationDetails.Builder |
AutoKeyRotationDetails.Builder.lastRotationStatus(AutoKeyRotationDetails.LastRotationStatus lastRotationStatus)
The status of last execution of auto key rotation.
|
Constructor and Description |
---|
AutoKeyRotationDetails(Integer rotationIntervalInDays,
Date timeOfScheduleStart,
Date timeOfNextRotation,
Date timeOfLastRotation,
AutoKeyRotationDetails.LastRotationStatus lastRotationStatus,
String lastRotationMessage)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.