Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FileSystem.Builder |
FileSystem.Builder.cloneAttachStatus(FileSystem.CloneAttachStatus cloneAttachStatus)
Specifies whether the file system is attached to its parent file system.
|
Constructor and 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,
String kmsKeyId,
SourceDetails sourceDetails,
Boolean isCloneParent,
Boolean isHydrated,
Integer cloneCount,
FileSystem.CloneAttachStatus cloneAttachStatus,
List<ResourceLock> locks,
String lifecycleDetails,
Boolean isTargetable,
String replicationTargetId,
String filesystemSnapshotPolicyId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.