Package | Description |
---|---|
com.oracle.bmc.opensearch.model |
Modifier and Type | Method and Description |
---|---|
static BackupState |
BackupState.create(String key) |
BackupState |
BackupEventDetails.getBackupState()
The result of the cluster backup operation.
|
static BackupState |
BackupState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupState[] |
BackupState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BackupEventDetails.Builder |
BackupEventDetails.Builder.backupState(BackupState backupState)
The result of the cluster backup operation.
|
Constructor and Description |
---|
BackupEventDetails(String clusterId,
BackupState backupState,
String snapshotName,
Date timeStarted,
Date timeEnded,
Double backupSize)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.