Package | Description |
---|---|
com.oracle.bmc.applicationmigration | |
com.oracle.bmc.applicationmigration.model | |
com.oracle.bmc.applicationmigration.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSourceRequest,GetSourceResponse> |
ApplicationMigrationWaiters.forSource(GetSourceRequest request,
SourceLifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSourceRequest,GetSourceResponse> |
ApplicationMigrationWaiters.forSource(GetSourceRequest request,
SourceLifecycleStates targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSourceRequest,GetSourceResponse> |
ApplicationMigrationWaiters.forSource(GetSourceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
SourceLifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static SourceLifecycleStates |
SourceLifecycleStates.create(String key) |
SourceLifecycleStates |
Source.getLifecycleState()
The current state of the source.
|
SourceLifecycleStates |
SourceSummary.getLifecycleState()
The current state of the source.
|
static SourceLifecycleStates |
SourceLifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceLifecycleStates[] |
SourceLifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Source.Builder |
Source.Builder.lifecycleState(SourceLifecycleStates lifecycleState)
The current state of the source.
|
SourceSummary.Builder |
SourceSummary.Builder.lifecycleState(SourceLifecycleStates lifecycleState)
The current state of the source.
|
Constructor and Description |
---|
Source(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
SourceLifecycleStates lifecycleState,
String lifecycleDetails,
SourceDetails sourceDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
SourceSummary(String id,
SourceTypes type,
String compartmentId,
String displayName,
String description,
Date timeCreated,
SourceLifecycleStates lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SourceLifecycleStates |
ListSourcesRequest.getLifecycleState()
Retrieves details of sources in the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.lifecycleState(SourceLifecycleStates lifecycleState)
Retrieves details of sources in the specified lifecycle state.
|
Copyright © 2016–2023. All rights reserved.