Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static FileSystemSummary.LifecycleState |
FileSystemSummary.LifecycleState.create(String key) |
FileSystemSummary.LifecycleState |
FileSystemSummary.getLifecycleState()
The current state of the file system.
|
static FileSystemSummary.LifecycleState |
FileSystemSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSystemSummary.LifecycleState[] |
FileSystemSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FileSystemSummary.Builder |
FileSystemSummary.Builder.lifecycleState(FileSystemSummary.LifecycleState lifecycleState)
The current state of the file system.
|
Constructor and Description |
---|
FileSystemSummary(String availabilityDomain,
Long meteredBytes,
String compartmentId,
String displayName,
String id,
FileSystemSummary.LifecycleState lifecycleState,
Date timeCreated,
List<ResourceLock> locks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String kmsKeyId,
SourceDetails sourceDetails,
Boolean isCloneParent,
Boolean isHydrated,
String lifecycleDetails,
FileSystemSummary.CloneAttachStatus cloneAttachStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.