Uses of Class
com.oracle.bmc.core.model.BootVolume.LifecycleState
-
Packages that use BootVolume.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of BootVolume.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type BootVolume.LifecycleState Modifier and Type Method Description Waiter<GetBootVolumeRequest,GetBootVolumeResponse>
BlockstorageWaiters. forBootVolume(GetBootVolumeRequest request, BootVolume.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBootVolumeRequest,GetBootVolumeResponse>
BlockstorageWaiters. forBootVolume(GetBootVolumeRequest request, BootVolume.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBootVolumeRequest,GetBootVolumeResponse>
BlockstorageWaiters. forBootVolume(GetBootVolumeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BootVolume.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of BootVolume.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return BootVolume.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.core.model with parameters of type BootVolume.LifecycleState Modifier and Type Method Description BootVolume.Builder
BootVolume.Builder. lifecycleState(BootVolume.LifecycleState lifecycleState)
The current state of a boot volume.Constructors in com.oracle.bmc.core.model with parameters of type BootVolume.LifecycleState Constructor Description BootVolume(String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String displayName, Map<String,String> freeformTags, String id, String imageId, Boolean isHydrated, String clusterPlacementGroupId, Long vpusPerGB, BootVolume.LifecycleState lifecycleState, Long sizeInGBs, Long sizeInMBs, BootVolumeSourceDetails sourceDetails, Date timeCreated, String volumeGroupId, String kmsKeyId, Boolean isAutoTuneEnabled, Long autoTunedVpusPerGB, List<BootVolumeReplicaInfo> bootVolumeReplicas, List<AutotunePolicy> autotunePolicies)
Deprecated.
-