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,
Boolean doesUseSecretIds,
KafkaConnection.TechnologyType technologyType,
String streamPoolId,
List<KafkaBootstrapServer> bootstrapServers,
KafkaConnection.SecurityProtocol securityProtocol,
String username,
String password,
String passwordSecretId,
String trustStore,
String trustStoreSecretId,
String trustStorePassword,
String trustStorePasswordSecretId,
String keyStore,
String keyStoreSecretId,
String keyStorePassword,
String keyStorePasswordSecretId,
String sslKeyPassword,
String sslKeyPasswordSecretId,
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,
Boolean doesUseSecretIds,
KafkaConnection.TechnologyType technologyType,
String streamPoolId,
List<KafkaBootstrapServer> bootstrapServers,
KafkaConnection.SecurityProtocol securityProtocol,
String username,
String passwordSecretId,
String trustStoreSecretId,
String trustStorePasswordSecretId,
String keyStoreSecretId,
String keyStorePasswordSecretId,
String sslKeyPasswordSecretId,
String consumerProperties,
String producerProperties)
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,
Boolean doesUseSecretIds,
KafkaConnection.TechnologyType technologyType,
String streamPoolId,
List<KafkaBootstrapServer> bootstrapServers,
KafkaConnection.SecurityProtocol securityProtocol,
String username,
String passwordSecretId,
String trustStoreSecretId,
String trustStorePasswordSecretId,
String keyStoreSecretId,
String keyStorePasswordSecretId,
String sslKeyPasswordSecretId)
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,
Boolean doesUseSecretIds,
String streamPoolId,
List<KafkaBootstrapServer> bootstrapServers,
KafkaConnection.SecurityProtocol securityProtocol,
String username,
String password,
String passwordSecretId,
String trustStore,
String trustStoreSecretId,
String trustStorePassword,
String trustStorePasswordSecretId,
String keyStore,
String keyStoreSecretId,
String keyStorePassword,
String keyStorePasswordSecretId,
String sslKeyPassword,
String sslKeyPasswordSecretId,
String consumerProperties,
String producerProperties)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.