Uses of Class
com.oracle.bmc.core.model.Volume.LifecycleState
-
Packages that use Volume.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of Volume.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type Volume.LifecycleState Modifier and Type Method Description Waiter<GetVolumeRequest,GetVolumeResponse>
BlockstorageWaiters. forVolume(GetVolumeRequest request, Volume.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVolumeRequest,GetVolumeResponse>
BlockstorageWaiters. forVolume(GetVolumeRequest request, Volume.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVolumeRequest,GetVolumeResponse>
BlockstorageWaiters. forVolume(GetVolumeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Volume.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Volume.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Volume.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.core.model with parameters of type Volume.LifecycleState Modifier and Type Method Description Volume.Builder
Volume.Builder. lifecycleState(Volume.LifecycleState lifecycleState)
The current state of a volume.Constructors in com.oracle.bmc.core.model with parameters of type Volume.LifecycleState Constructor 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, Boolean isReservationsEnabled)
Deprecated. -
Uses of Volume.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return Volume.LifecycleState Modifier and Type Method Description Volume.LifecycleState
ListVolumesRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type Volume.LifecycleState Modifier and Type Method Description ListVolumesRequest.Builder
ListVolumesRequest.Builder. lifecycleState(Volume.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-