Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetExportSetRequest,GetExportSetResponse> |
FileStorageWaiters.forExportSet(GetExportSetRequest request,
ExportSet.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetExportSetRequest,GetExportSetResponse> |
FileStorageWaiters.forExportSet(GetExportSetRequest request,
ExportSet.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetExportSetRequest,GetExportSetResponse> |
FileStorageWaiters.forExportSet(GetExportSetRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ExportSet.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ExportSet.LifecycleState |
ExportSet.LifecycleState.create(String key) |
ExportSet.LifecycleState |
ExportSet.getLifecycleState()
The current state of the export set.
|
static ExportSet.LifecycleState |
ExportSet.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportSet.LifecycleState[] |
ExportSet.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExportSet.Builder |
ExportSet.Builder.lifecycleState(ExportSet.LifecycleState lifecycleState)
The current state of the export set.
|
Constructor and Description |
---|
ExportSet(String availabilityDomain,
String compartmentId,
String displayName,
String id,
ExportSet.LifecycleState lifecycleState,
Long maxFsStatBytes,
Long maxFsStatFiles,
Date timeCreated,
String vcnId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.