Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
KafkaBootstrapServer |
KafkaBootstrapServer.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<KafkaBootstrapServer> |
CreateKafkaConnectionDetails.getBootstrapServers()
Kafka bootstrap.
|
List<KafkaBootstrapServer> |
UpdateKafkaConnectionDetails.getBootstrapServers()
Kafka bootstrap.
|
List<KafkaBootstrapServer> |
KafkaConnectionSummary.getBootstrapServers()
Kafka bootstrap.
|
List<KafkaBootstrapServer> |
KafkaConnection.getBootstrapServers()
Kafka bootstrap.
|
Modifier and Type | Method and Description |
---|---|
KafkaBootstrapServer.Builder |
KafkaBootstrapServer.Builder.copy(KafkaBootstrapServer model) |
Modifier and Type | Method and Description |
---|---|
CreateKafkaConnectionDetails.Builder |
CreateKafkaConnectionDetails.Builder.bootstrapServers(List<KafkaBootstrapServer> bootstrapServers)
Kafka bootstrap.
|
UpdateKafkaConnectionDetails.Builder |
UpdateKafkaConnectionDetails.Builder.bootstrapServers(List<KafkaBootstrapServer> bootstrapServers)
Kafka bootstrap.
|
KafkaConnectionSummary.Builder |
KafkaConnectionSummary.Builder.bootstrapServers(List<KafkaBootstrapServer> bootstrapServers)
Kafka bootstrap.
|
KafkaConnection.Builder |
KafkaConnection.Builder.bootstrapServers(List<KafkaBootstrapServer> bootstrapServers)
Kafka bootstrap.
|
Constructor and Description |
---|
CreateKafkaConnectionDetails(String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<AddResourceLockDetails> locks,
String vaultId,
String keyId,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
KafkaConnection.TechnologyType technologyType,
String streamPoolId,
List<KafkaBootstrapServer> bootstrapServers,
KafkaConnection.SecurityProtocol securityProtocol,
String username,
String password,
String trustStore,
String trustStorePassword,
String keyStore,
String keyStorePassword,
String sslKeyPassword,
String consumerProperties,
String producerProperties)
Deprecated.
|
KafkaConnection(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,
List<ResourceLock> locks,
String vaultId,
String keyId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
KafkaConnection.TechnologyType technologyType,
String streamPoolId,
List<KafkaBootstrapServer> bootstrapServers,
KafkaConnection.SecurityProtocol securityProtocol,
String username)
Deprecated.
|
KafkaConnectionSummary(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,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
List<ResourceLock> locks,
KafkaConnection.TechnologyType technologyType,
String streamPoolId,
List<KafkaBootstrapServer> bootstrapServers,
KafkaConnection.SecurityProtocol securityProtocol,
String username)
Deprecated.
|
UpdateKafkaConnectionDetails(String displayName,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String vaultId,
String keyId,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
String streamPoolId,
List<KafkaBootstrapServer> bootstrapServers,
KafkaConnection.SecurityProtocol securityProtocol,
String username,
String password,
String trustStore,
String trustStorePassword,
String keyStore,
String keyStorePassword,
String sslKeyPassword,
String consumerProperties,
String producerProperties)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.