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