Package | Description |
---|---|
com.oracle.bmc.databasemigration | |
com.oracle.bmc.databasemigration.model | |
com.oracle.bmc.databasemigration.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAgentRequest,GetAgentResponse> |
DatabaseMigrationWaiters.forAgent(GetAgentRequest request,
LifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAgentRequest,GetAgentResponse> |
DatabaseMigrationWaiters.forAgent(GetAgentRequest request,
LifecycleStates targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAgentRequest,GetAgentResponse> |
DatabaseMigrationWaiters.forAgent(GetAgentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetConnectionRequest,GetConnectionResponse> |
DatabaseMigrationWaiters.forConnection(GetConnectionRequest request,
LifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetConnectionRequest,GetConnectionResponse> |
DatabaseMigrationWaiters.forConnection(GetConnectionRequest request,
LifecycleStates targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetConnectionRequest,GetConnectionResponse> |
DatabaseMigrationWaiters.forConnection(GetConnectionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LifecycleStates |
LifecycleStates.create(String key) |
LifecycleStates |
AgentSummary.getLifecycleState()
The current state of the ODMS on-premises Agent.
|
LifecycleStates |
Connection.getLifecycleState()
The current state of the Connection resource.
|
LifecycleStates |
Agent.getLifecycleState()
The current state of the ODMS on-premises Agent.
|
LifecycleStates |
ConnectionSummary.getLifecycleState()
The current state of the Connection resource.
|
static LifecycleStates |
LifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleStates[] |
LifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AgentSummary.Builder |
AgentSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the ODMS on-premises Agent.
|
Connection.Builder |
Connection.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the Connection resource.
|
Agent.Builder |
Agent.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the ODMS on-premises Agent.
|
ConnectionSummary.Builder |
ConnectionSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the Connection resource.
|
Constructor and Description |
---|
Agent(String id,
String displayName,
String compartmentId,
String streamId,
String publicKey,
String version,
Date timeCreated,
Date timeUpdated,
LifecycleStates lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
AgentSummary(String id,
String displayName,
String compartmentId,
String streamId,
String version,
Date timeCreated,
Date timeUpdated,
LifecycleStates lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Connection(String id,
String compartmentId,
DatabaseConnectionTypes databaseType,
DatabaseManualConnectionSubTypes manualDatabaseSubType,
Boolean isDedicated,
String displayName,
String databaseId,
ConnectDescriptor connectDescriptor,
String credentialsSecretId,
String certificateTdn,
SshDetails sshDetails,
AdminCredentials adminCredentials,
PrivateEndpointDetails privateEndpoint,
VaultDetails vaultDetails,
LifecycleStates lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<String> nsgIds)
Deprecated.
|
ConnectionSummary(String id,
String compartmentId,
DatabaseConnectionTypes databaseType,
DatabaseManualConnectionSubTypes manualDatabaseSubType,
Boolean isDedicated,
String displayName,
String databaseId,
Date timeCreated,
Date timeUpdated,
LifecycleStates lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<String> nsgIds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleStates |
ListConnectionsRequest.getLifecycleState()
The current state of the Database Migration Deployment.
|
LifecycleStates |
ListAgentsRequest.getLifecycleState()
The current state of the Database Migration Deployment.
|
Modifier and Type | Method and Description |
---|---|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the Database Migration Deployment.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the Database Migration Deployment.
|
Copyright © 2016–2023. All rights reserved.