Uses of Class
com.oracle.bmc.databasemigration.model.IngressIpDetails
-
Packages that use IngressIpDetails Package Description com.oracle.bmc.databasemigration.model -
-
Uses of IngressIpDetails in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return IngressIpDetails Modifier and Type Method Description IngressIpDetails
IngressIpDetails.Builder. build()
Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type IngressIpDetails Modifier and Type Method Description List<IngressIpDetails>
Connection. getIngressIps()
List of ingress IP addresses from where to connect to this connection’s privateIp.List<IngressIpDetails>
ConnectionSummary. getIngressIps()
List of ingress IP addresses from where to connect to this connection’s privateIp.Methods in com.oracle.bmc.databasemigration.model with parameters of type IngressIpDetails Modifier and Type Method Description IngressIpDetails.Builder
IngressIpDetails.Builder. copy(IngressIpDetails model)
Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type IngressIpDetails Modifier and Type Method Description MysqlConnection.Builder
MysqlConnection.Builder. ingressIps(List<IngressIpDetails> ingressIps)
MysqlConnectionSummary.Builder
MysqlConnectionSummary.Builder. ingressIps(List<IngressIpDetails> ingressIps)
OracleConnection.Builder
OracleConnection.Builder. ingressIps(List<IngressIpDetails> ingressIps)
OracleConnectionSummary.Builder
OracleConnectionSummary.Builder. ingressIps(List<IngressIpDetails> ingressIps)
Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type IngressIpDetails Constructor 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.
-