Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CreateFileSystemDetails.Builder |
CreateFileSystemDetails.Builder.cloneAttachStatus(CreateFileSystemDetails.CloneAttachStatus cloneAttachStatus)
Specifies whether the clone file system is attached to its parent file system.
|
Constructor and 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)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.