Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static KafkaConnection.TechnologyType |
KafkaConnection.TechnologyType.create(String key) |
KafkaConnection.TechnologyType |
CreateKafkaConnectionDetails.getTechnologyType()
The Kafka technology type.
|
KafkaConnection.TechnologyType |
KafkaConnection.getTechnologyType()
The Kafka technology type.
|
KafkaConnection.TechnologyType |
KafkaConnectionSummary.getTechnologyType()
The Kafka technology type.
|
static KafkaConnection.TechnologyType |
KafkaConnection.TechnologyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaConnection.TechnologyType[] |
KafkaConnection.TechnologyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateKafkaConnectionDetails.Builder |
CreateKafkaConnectionDetails.Builder.technologyType(KafkaConnection.TechnologyType technologyType)
The Kafka technology type.
|
KafkaConnection.Builder |
KafkaConnection.Builder.technologyType(KafkaConnection.TechnologyType technologyType)
The Kafka technology type.
|
KafkaConnectionSummary.Builder |
KafkaConnectionSummary.Builder.technologyType(KafkaConnection.TechnologyType technologyType)
The Kafka technology type.
|
Constructor and Description |
---|
CreateKafkaConnectionDetails(String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String vaultId,
String keyId,
String subnetId,
List<String> nsgIds,
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,
String vaultId,
String keyId,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
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,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
KafkaConnection.TechnologyType technologyType,
String streamPoolId,
List<KafkaBootstrapServer> bootstrapServers,
KafkaConnection.SecurityProtocol securityProtocol,
String username)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.