Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
IngressIpDetails |
IngressIpDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<IngressIpDetails> |
ConnectionSummary.getIngressIps()
List of ingress IP addresses from where to connect to this connection’s privateIp.
|
List<IngressIpDetails> |
Connection.getIngressIps()
List of ingress IP addresses from where to connect to this connection’s privateIp.
|
Modifier and Type | Method and Description |
---|---|
IngressIpDetails.Builder |
IngressIpDetails.Builder.copy(IngressIpDetails model) |
Modifier and Type | Method and Description |
---|---|
OracleConnection.Builder |
OracleConnection.Builder.ingressIps(List<IngressIpDetails> ingressIps) |
OracleConnectionSummary.Builder |
OracleConnectionSummary.Builder.ingressIps(List<IngressIpDetails> ingressIps) |
MysqlConnection.Builder |
MysqlConnection.Builder.ingressIps(List<IngressIpDetails> ingressIps) |
MysqlConnectionSummary.Builder |
MysqlConnectionSummary.Builder.ingressIps(List<IngressIpDetails> ingressIps) |
Constructor and Description |
---|
Connection(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String username,
String password,
String replicationUsername,
String replicationPassword,
String secretId,
String privateEndpointId)
Deprecated.
|
ConnectionSummary(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds)
Deprecated.
|
MysqlConnection(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String username,
String password,
String replicationUsername,
String replicationPassword,
String secretId,
String privateEndpointId,
MysqlConnection.TechnologyType technologyType,
String host,
Integer port,
String databaseName,
MysqlConnection.SecurityProtocol securityProtocol,
MysqlConnection.SslMode sslMode,
List<NameValuePair> additionalAttributes,
String dbSystemId)
Deprecated.
|
MysqlConnectionSummary(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
MysqlConnection.TechnologyType technologyType,
String host,
Integer port,
String databaseName,
MysqlConnection.SecurityProtocol securityProtocol,
MysqlConnection.SslMode sslMode,
List<NameValuePair> additionalAttributes,
String dbSystemId)
Deprecated.
|
OracleConnection(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String username,
String password,
String replicationUsername,
String replicationPassword,
String secretId,
String privateEndpointId,
OracleConnection.TechnologyType technologyType,
String connectionString,
String databaseId,
String sshHost,
String sshKey,
String sshUser,
String sshSudoLocation)
Deprecated.
|
OracleConnectionSummary(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
OracleConnection.TechnologyType technologyType,
String connectionString,
String databaseId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.