Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static SnapshotSummary.LifecycleState |
SnapshotSummary.LifecycleState.create(String key) |
SnapshotSummary.LifecycleState |
SnapshotSummary.getLifecycleState()
The current state of the snapshot.
|
static SnapshotSummary.LifecycleState |
SnapshotSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotSummary.LifecycleState[] |
SnapshotSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SnapshotSummary.Builder |
SnapshotSummary.Builder.lifecycleState(SnapshotSummary.LifecycleState lifecycleState)
The current state of the snapshot.
|
Constructor and Description |
---|
SnapshotSummary(String fileSystemId,
String id,
SnapshotSummary.LifecycleState lifecycleState,
String name,
Date timeCreated,
List<ResourceLock> locks,
SnapshotSummary.SnapshotType snapshotType,
Date snapshotTime,
Date expirationTime,
String provenanceId,
Boolean isCloneSource,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.