Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetBootVolumeBackupRequest,GetBootVolumeBackupResponse> |
BlockstorageWaiters.forBootVolumeBackup(GetBootVolumeBackupRequest request,
BootVolumeBackup.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetBootVolumeBackupRequest,GetBootVolumeBackupResponse> |
BlockstorageWaiters.forBootVolumeBackup(GetBootVolumeBackupRequest request,
BootVolumeBackup.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBootVolumeBackupRequest,GetBootVolumeBackupResponse> |
BlockstorageWaiters.forBootVolumeBackup(GetBootVolumeBackupRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
BootVolumeBackup.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static BootVolumeBackup.LifecycleState |
BootVolumeBackup.LifecycleState.create(String key) |
BootVolumeBackup.LifecycleState |
BootVolumeBackup.getLifecycleState()
The current state of a boot volume backup.
|
static BootVolumeBackup.LifecycleState |
BootVolumeBackup.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootVolumeBackup.LifecycleState[] |
BootVolumeBackup.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BootVolumeBackup.Builder |
BootVolumeBackup.Builder.lifecycleState(BootVolumeBackup.LifecycleState lifecycleState)
The current state of a boot volume backup.
|
Constructor and Description |
---|
BootVolumeBackup(String bootVolumeId,
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 imageId,
String kmsKeyId,
BootVolumeBackup.LifecycleState lifecycleState,
Long sizeInGBs,
String sourceBootVolumeBackupId,
BootVolumeBackup.SourceType sourceType,
Date timeCreated,
Date timeRequestReceived,
BootVolumeBackup.Type type,
Long uniqueSizeInGBs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BootVolumeBackup.LifecycleState |
ListBootVolumeBackupsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.lifecycleState(BootVolumeBackup.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2025. All rights reserved.