Uses of Class
com.oracle.bmc.filestorage.model.CreateFileSystemDetails.CloneAttachStatus
-
Packages that use CreateFileSystemDetails.CloneAttachStatus Package Description com.oracle.bmc.filestorage.model -
-
Uses of CreateFileSystemDetails.CloneAttachStatus in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return CreateFileSystemDetails.CloneAttachStatus Modifier and Type Method Description static CreateFileSystemDetails.CloneAttachStatus
CreateFileSystemDetails.CloneAttachStatus. create(String key)
CreateFileSystemDetails.CloneAttachStatus
CreateFileSystemDetails. getCloneAttachStatus()
Specifies whether the clone file system is attached to its parent file system.static CreateFileSystemDetails.CloneAttachStatus
CreateFileSystemDetails.CloneAttachStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateFileSystemDetails.CloneAttachStatus[]
CreateFileSystemDetails.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 CreateFileSystemDetails.CloneAttachStatus Modifier and Type Method Description CreateFileSystemDetails.Builder
CreateFileSystemDetails.Builder. cloneAttachStatus(CreateFileSystemDetails.CloneAttachStatus cloneAttachStatus)
Specifies whether the clone file system is attached to its parent file system.Constructors in com.oracle.bmc.filestorage.model with parameters of type CreateFileSystemDetails.CloneAttachStatus Constructor Description CreateFileSystemDetails(String availabilityDomain, String compartmentId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<ResourceLock> locks, String kmsKeyId, String sourceSnapshotId, CreateFileSystemDetails.CloneAttachStatus cloneAttachStatus, String filesystemSnapshotPolicyId, Boolean areQuotaRulesEnabled)
Deprecated.
-