Uses of Class
com.oracle.bmc.filestorage.model.MountTarget.LifecycleState
-
Packages that use MountTarget.LifecycleState Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model -
-
Uses of MountTarget.LifecycleState in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type MountTarget.LifecycleState Modifier and Type Method Description Waiter<GetMountTargetRequest,GetMountTargetResponse>
FileStorageWaiters. forMountTarget(GetMountTargetRequest request, MountTarget.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMountTargetRequest,GetMountTargetResponse>
FileStorageWaiters. forMountTarget(GetMountTargetRequest request, MountTarget.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMountTargetRequest,GetMountTargetResponse>
FileStorageWaiters. forMountTarget(GetMountTargetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MountTarget.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of MountTarget.LifecycleState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return MountTarget.LifecycleState Modifier and Type Method Description static MountTarget.LifecycleState
MountTarget.LifecycleState. create(String key)
MountTarget.LifecycleState
MountTarget. getLifecycleState()
The current state of the mount target.static MountTarget.LifecycleState
MountTarget.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MountTarget.LifecycleState[]
MountTarget.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type MountTarget.LifecycleState Modifier and Type Method Description MountTarget.Builder
MountTarget.Builder. lifecycleState(MountTarget.LifecycleState lifecycleState)
The current state of the mount target.Constructors in com.oracle.bmc.filestorage.model with parameters of type MountTarget.LifecycleState Constructor Description MountTarget(String availabilityDomain, String compartmentId, String displayName, String exportSetId, String id, String lifecycleDetails, MountTarget.LifecycleState lifecycleState, List<String> privateIpIds, String subnetId, MountTarget.IdmapType idmapType, LdapIdmap ldapIdmap, List<String> nsgIds, Kerberos kerberos, Date timeBillingCycleEnd, Long observedThroughput, Long requestedThroughput, Long reservedStorageCapacity, Date timeCreated, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-