Package | Description |
---|---|
com.oracle.bmc.bds | |
com.oracle.bmc.bds.model | |
com.oracle.bmc.bds.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetNodeBackupRequest,GetNodeBackupResponse> |
BdsWaiters.forNodeBackup(GetNodeBackupRequest request,
NodeBackup.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetNodeBackupRequest,GetNodeBackupResponse> |
BdsWaiters.forNodeBackup(GetNodeBackupRequest request,
NodeBackup.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetNodeBackupRequest,GetNodeBackupResponse> |
BdsWaiters.forNodeBackup(GetNodeBackupRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
NodeBackup.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static NodeBackup.LifecycleState |
NodeBackup.LifecycleState.create(String key) |
NodeBackup.LifecycleState |
NodeBackupSummary.getLifecycleState()
The state of NodeBackup.
|
NodeBackup.LifecycleState |
NodeBackup.getLifecycleState()
The state of the NodeBackup.
|
static NodeBackup.LifecycleState |
NodeBackup.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeBackup.LifecycleState[] |
NodeBackup.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NodeBackupSummary.Builder |
NodeBackupSummary.Builder.lifecycleState(NodeBackup.LifecycleState lifecycleState)
The state of NodeBackup.
|
NodeBackup.Builder |
NodeBackup.Builder.lifecycleState(NodeBackup.LifecycleState lifecycleState)
The state of the NodeBackup.
|
Constructor and Description |
---|
NodeBackup(String id,
String displayName,
String nodeInstanceId,
String nodeHostName,
NodeBackup.BackupTriggerType backupTriggerType,
String nodeBackupConfigId,
NodeBackup.BackupType backupType,
NodeBackup.LifecycleState lifecycleState,
Date timeCreated)
Deprecated.
|
NodeBackupSummary(String id,
String displayName,
String nodeInstanceId,
String nodeHostName,
NodeBackup.BackupTriggerType backupTriggerType,
NodeBackup.BackupType backupType,
NodeBackup.LifecycleState lifecycleState,
Date timeCreated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NodeBackup.LifecycleState |
ListNodeBackupsRequest.getLifecycleState()
The state of the Node’s Backup.
|
Modifier and Type | Method and Description |
---|---|
ListNodeBackupsRequest.Builder |
ListNodeBackupsRequest.Builder.lifecycleState(NodeBackup.LifecycleState lifecycleState)
The state of the Node’s Backup.
|
Copyright © 2016–2024. All rights reserved.