Uses of Class
com.oracle.bmc.core.model.VolumeGroup.LifecycleState
-
Packages that use VolumeGroup.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of VolumeGroup.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type VolumeGroup.LifecycleState Modifier and Type Method Description Waiter<GetVolumeGroupRequest,GetVolumeGroupResponse>
BlockstorageWaiters. forVolumeGroup(GetVolumeGroupRequest request, VolumeGroup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVolumeGroupRequest,GetVolumeGroupResponse>
BlockstorageWaiters. forVolumeGroup(GetVolumeGroupRequest request, VolumeGroup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVolumeGroupRequest,GetVolumeGroupResponse>
BlockstorageWaiters. forVolumeGroup(GetVolumeGroupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VolumeGroup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of VolumeGroup.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return VolumeGroup.LifecycleState Modifier and Type Method Description static VolumeGroup.LifecycleState
VolumeGroup.LifecycleState. create(String key)
VolumeGroup.LifecycleState
VolumeGroup. getLifecycleState()
The current state of a volume group.static VolumeGroup.LifecycleState
VolumeGroup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VolumeGroup.LifecycleState[]
VolumeGroup.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 VolumeGroup.LifecycleState Modifier and Type Method Description VolumeGroup.Builder
VolumeGroup.Builder. lifecycleState(VolumeGroup.LifecycleState lifecycleState)
The current state of a volume group.Constructors in com.oracle.bmc.core.model with parameters of type VolumeGroup.LifecycleState Constructor Description VolumeGroup(String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, VolumeGroup.LifecycleState lifecycleState, Long sizeInMBs, Long sizeInGBs, VolumeGroupSourceDetails sourceDetails, Date timeCreated, List<String> volumeIds, Boolean isHydrated, List<VolumeGroupReplicaInfo> volumeGroupReplicas)
Deprecated. -
Uses of VolumeGroup.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return VolumeGroup.LifecycleState Modifier and Type Method Description VolumeGroup.LifecycleState
ListVolumeGroupsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type VolumeGroup.LifecycleState Modifier and Type Method Description ListVolumeGroupsRequest.Builder
ListVolumeGroupsRequest.Builder. lifecycleState(VolumeGroup.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-