Uses of Class
com.oracle.bmc.goldengate.model.KafkaConnection.SecurityProtocol
-
Packages that use KafkaConnection.SecurityProtocol Package Description com.oracle.bmc.goldengate.model -
-
Uses of KafkaConnection.SecurityProtocol in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return KafkaConnection.SecurityProtocol Modifier and Type Method Description static KafkaConnection.SecurityProtocol
KafkaConnection.SecurityProtocol. create(String key)
KafkaConnection.SecurityProtocol
CreateKafkaConnectionDetails. getSecurityProtocol()
Security Type for Kafka.KafkaConnection.SecurityProtocol
KafkaConnection. getSecurityProtocol()
Kafka security protocol.KafkaConnection.SecurityProtocol
KafkaConnectionSummary. getSecurityProtocol()
Security Type for Kafka.KafkaConnection.SecurityProtocol
UpdateKafkaConnectionDetails. getSecurityProtocol()
Security Type for Kafka.static KafkaConnection.SecurityProtocol
KafkaConnection.SecurityProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static KafkaConnection.SecurityProtocol[]
KafkaConnection.SecurityProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type KafkaConnection.SecurityProtocol Modifier and Type Method Description CreateKafkaConnectionDetails.Builder
CreateKafkaConnectionDetails.Builder. securityProtocol(KafkaConnection.SecurityProtocol securityProtocol)
Security Type for Kafka.KafkaConnection.Builder
KafkaConnection.Builder. securityProtocol(KafkaConnection.SecurityProtocol securityProtocol)
Kafka security protocol.KafkaConnectionSummary.Builder
KafkaConnectionSummary.Builder. securityProtocol(KafkaConnection.SecurityProtocol securityProtocol)
Security Type for Kafka.UpdateKafkaConnectionDetails.Builder
UpdateKafkaConnectionDetails.Builder. securityProtocol(KafkaConnection.SecurityProtocol securityProtocol)
Security Type for Kafka.Constructors in com.oracle.bmc.goldengate.model with parameters of type KafkaConnection.SecurityProtocol Constructor 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, KafkaConnection.TechnologyType technologyType, String streamPoolId, String clusterId, 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, Boolean shouldUseResourcePrincipal)
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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, KafkaConnection.TechnologyType technologyType, String streamPoolId, String clusterId, List<KafkaBootstrapServer> bootstrapServers, KafkaConnection.SecurityProtocol securityProtocol, String username, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId, String sslKeyPasswordSecretId, String consumerProperties, String producerProperties, Boolean shouldUseResourcePrincipal)
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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, KafkaConnection.TechnologyType technologyType, String streamPoolId, String clusterId, List<KafkaBootstrapServer> bootstrapServers, KafkaConnection.SecurityProtocol securityProtocol, String username, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId, String sslKeyPasswordSecretId, Boolean shouldUseResourcePrincipal)
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, Map<String,Map<String,Object>> securityAttributes, String streamPoolId, String clusterId, 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, Boolean shouldUseResourcePrincipal)
Deprecated.
-