Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetBootVolumeRequest,GetBootVolumeResponse> |
BlockstorageWaiters.forBootVolume(GetBootVolumeRequest request,
BootVolume.LifecycleState... targetStates)
Creates a new
Waiter using default configuration. |
Waiter<GetBootVolumeRequest,GetBootVolumeResponse> |
BlockstorageWaiters.forBootVolume(GetBootVolumeRequest request,
BootVolume.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBootVolumeRequest,GetBootVolumeResponse> |
BlockstorageWaiters.forBootVolume(GetBootVolumeRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
BootVolume.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static BootVolume.LifecycleState |
BootVolume.LifecycleState.create(String key) |
BootVolume.LifecycleState |
BootVolume.getLifecycleState()
The current state of a boot volume.
|
static BootVolume.LifecycleState |
BootVolume.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootVolume.LifecycleState[] |
BootVolume.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BootVolume.Builder |
BootVolume.Builder.lifecycleState(BootVolume.LifecycleState lifecycleState) |
Constructor and Description |
---|
BootVolume(String availabilityDomain,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
String imageId,
Boolean isHydrated,
BootVolume.LifecycleState lifecycleState,
Long sizeInGBs,
Long sizeInMBs,
BootVolumeSourceDetails sourceDetails,
Date timeCreated,
String volumeGroupId,
String kmsKeyId)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.