Uses of Class
com.oracle.bmc.bds.model.NodeBackup.LifecycleState
-
Packages that use NodeBackup.LifecycleState Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model com.oracle.bmc.bds.requests -
-
Uses of NodeBackup.LifecycleState in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type NodeBackup.LifecycleState Modifier and Type Method Description Waiter<GetNodeBackupRequest,GetNodeBackupResponse>
BdsWaiters. forNodeBackup(GetNodeBackupRequest request, NodeBackup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetNodeBackupRequest,GetNodeBackupResponse>
BdsWaiters. forNodeBackup(GetNodeBackupRequest request, NodeBackup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetNodeBackupRequest,GetNodeBackupResponse>
BdsWaiters. forNodeBackup(GetNodeBackupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, NodeBackup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of NodeBackup.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return NodeBackup.LifecycleState Modifier and Type Method Description static NodeBackup.LifecycleState
NodeBackup.LifecycleState. create(String key)
NodeBackup.LifecycleState
NodeBackup. getLifecycleState()
The state of the NodeBackup.NodeBackup.LifecycleState
NodeBackupSummary. getLifecycleState()
The state of 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.Methods in com.oracle.bmc.bds.model with parameters of type NodeBackup.LifecycleState Modifier and Type Method Description NodeBackup.Builder
NodeBackup.Builder. lifecycleState(NodeBackup.LifecycleState lifecycleState)
The state of the NodeBackup.NodeBackupSummary.Builder
NodeBackupSummary.Builder. lifecycleState(NodeBackup.LifecycleState lifecycleState)
The state of NodeBackup.Constructors in com.oracle.bmc.bds.model with parameters of type NodeBackup.LifecycleState Constructor 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. -
Uses of NodeBackup.LifecycleState in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return NodeBackup.LifecycleState Modifier and Type Method Description NodeBackup.LifecycleState
ListNodeBackupsRequest. getLifecycleState()
The state of the Node’s Backup.Methods in com.oracle.bmc.bds.requests with parameters of type NodeBackup.LifecycleState Modifier and Type Method Description ListNodeBackupsRequest.Builder
ListNodeBackupsRequest.Builder. lifecycleState(NodeBackup.LifecycleState lifecycleState)
The state of the Node’s Backup.
-