Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVolumeBackupRequest,GetVolumeBackupResponse> |
BlockstorageWaiters.forVolumeBackup(GetVolumeBackupRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
VolumeBackup.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVolumeBackupRequest,GetVolumeBackupResponse> |
BlockstorageWaiters.forVolumeBackup(GetVolumeBackupRequest request,
VolumeBackup.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVolumeBackupRequest,GetVolumeBackupResponse> |
BlockstorageWaiters.forVolumeBackup(GetVolumeBackupRequest request,
VolumeBackup.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static VolumeBackup.LifecycleState |
VolumeBackup.LifecycleState.create(String key) |
VolumeBackup.LifecycleState |
VolumeBackup.getLifecycleState()
The current state of a volume backup.
|
static VolumeBackup.LifecycleState |
VolumeBackup.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeBackup.LifecycleState[] |
VolumeBackup.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VolumeBackup.Builder |
VolumeBackup.Builder.lifecycleState(VolumeBackup.LifecycleState lifecycleState)
The current state of a volume backup.
|
Constructor and Description |
---|
VolumeBackup(String compartmentId,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String displayName,
Date expirationTime,
Map<String,String> freeformTags,
String id,
String kmsKeyId,
VolumeBackup.LifecycleState lifecycleState,
Long sizeInGBs,
Long sizeInMBs,
VolumeBackup.SourceType sourceType,
String sourceVolumeBackupId,
Date timeCreated,
Date timeRequestReceived,
VolumeBackup.Type type,
Long uniqueSizeInGBs,
Long uniqueSizeInMbs,
String volumeId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VolumeBackup.LifecycleState |
ListVolumeBackupsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListVolumeBackupsRequest.Builder |
ListVolumeBackupsRequest.Builder.lifecycleState(VolumeBackup.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.