Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSnapshotRequest,GetSnapshotResponse> |
FileStorageWaiters.forSnapshot(GetSnapshotRequest request,
Snapshot.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSnapshotRequest,GetSnapshotResponse> |
FileStorageWaiters.forSnapshot(GetSnapshotRequest request,
Snapshot.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSnapshotRequest,GetSnapshotResponse> |
FileStorageWaiters.forSnapshot(GetSnapshotRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Snapshot.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Snapshot.LifecycleState |
Snapshot.LifecycleState.create(String key) |
Snapshot.LifecycleState |
Snapshot.getLifecycleState()
The current state of the snapshot.
|
static Snapshot.LifecycleState |
Snapshot.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Snapshot.LifecycleState[] |
Snapshot.LifecycleState.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.lifecycleState(Snapshot.LifecycleState lifecycleState)
The current state 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,
Date expirationTime,
String filesystemSnapshotPolicyId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.