Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVolumeRequest,GetVolumeResponse> |
BlockstorageWaiters.forVolume(GetVolumeRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Volume.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVolumeRequest,GetVolumeResponse> |
BlockstorageWaiters.forVolume(GetVolumeRequest request,
Volume.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVolumeRequest,GetVolumeResponse> |
BlockstorageWaiters.forVolume(GetVolumeRequest request,
Volume.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Volume.LifecycleState |
Volume.LifecycleState.create(String key) |
Volume.LifecycleState |
Volume.getLifecycleState()
The current state of a volume.
|
static Volume.LifecycleState |
Volume.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Volume.LifecycleState[] |
Volume.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Volume.Builder |
Volume.Builder.lifecycleState(Volume.LifecycleState lifecycleState)
The current state of a volume.
|
Constructor and Description |
---|
Volume(String availabilityDomain,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
String id,
Boolean isHydrated,
String kmsKeyId,
Volume.LifecycleState lifecycleState,
Long vpusPerGB,
String clusterPlacementGroupId,
Long sizeInGBs,
Long sizeInMBs,
VolumeSourceDetails sourceDetails,
Date timeCreated,
String volumeGroupId,
Boolean isAutoTuneEnabled,
Long autoTunedVpusPerGB,
List<BlockVolumeReplicaInfo> blockVolumeReplicas,
List<AutotunePolicy> autotunePolicies)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Volume.LifecycleState |
ListVolumesRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListVolumesRequest.Builder |
ListVolumesRequest.Builder.lifecycleState(Volume.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.