Uses of Class
com.oracle.bmc.filestorage.model.FileSystem.LifecycleState
-
Packages that use FileSystem.LifecycleState Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model -
-
Uses of FileSystem.LifecycleState in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type FileSystem.LifecycleState Modifier and Type Method Description Waiter<GetFileSystemRequest,GetFileSystemResponse>
FileStorageWaiters. forFileSystem(GetFileSystemRequest request, FileSystem.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFileSystemRequest,GetFileSystemResponse>
FileStorageWaiters. forFileSystem(GetFileSystemRequest request, FileSystem.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFileSystemRequest,GetFileSystemResponse>
FileStorageWaiters. forFileSystem(GetFileSystemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, FileSystem.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of FileSystem.LifecycleState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return FileSystem.LifecycleState Modifier and Type Method Description static FileSystem.LifecycleState
FileSystem.LifecycleState. create(String key)
FileSystem.LifecycleState
FileSystem. getLifecycleState()
The current state of the file system.static FileSystem.LifecycleState
FileSystem.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileSystem.LifecycleState[]
FileSystem.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 FileSystem.LifecycleState Modifier and Type Method Description FileSystem.Builder
FileSystem.Builder. lifecycleState(FileSystem.LifecycleState lifecycleState)
The current state of the file system.Constructors in com.oracle.bmc.filestorage.model with parameters of type FileSystem.LifecycleState Constructor Description FileSystem(String availabilityDomain, Long meteredBytes, String compartmentId, String displayName, String id, FileSystem.LifecycleState lifecycleState, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String kmsKeyId, SourceDetails sourceDetails, Boolean isCloneParent, Boolean isHydrated, Integer cloneCount, FileSystem.CloneAttachStatus cloneAttachStatus, List<ResourceLock> locks, String lifecycleDetails, Boolean isTargetable, String replicationTargetId, String filesystemSnapshotPolicyId, Boolean areQuotaRulesEnabled, FileSystem.QuotaEnforcementState quotaEnforcementState, Integer replicationSourceCount)
Deprecated.
-