Uses of Class
com.oracle.bmc.filestorage.model.FileSystem.CloneAttachStatus
-
Packages that use FileSystem.CloneAttachStatus Package Description com.oracle.bmc.filestorage.model -
-
Uses of FileSystem.CloneAttachStatus in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return FileSystem.CloneAttachStatus Modifier and Type Method Description static FileSystem.CloneAttachStatus
FileSystem.CloneAttachStatus. create(String key)
FileSystem.CloneAttachStatus
FileSystem. getCloneAttachStatus()
Specifies whether the file system is attached to its parent file system.static FileSystem.CloneAttachStatus
FileSystem.CloneAttachStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileSystem.CloneAttachStatus[]
FileSystem.CloneAttachStatus. 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.CloneAttachStatus Modifier and Type Method Description FileSystem.Builder
FileSystem.Builder. cloneAttachStatus(FileSystem.CloneAttachStatus cloneAttachStatus)
Specifies whether the file system is attached to its parent file system.Constructors in com.oracle.bmc.filestorage.model with parameters of type FileSystem.CloneAttachStatus 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.
-