Oracle Database@Google Cloud v1 API - Class KafkaBootstrapServer (1.6.0)

public sealed class KafkaBootstrapServer : IMessage<KafkaBootstrapServer>, IEquatable<KafkaBootstrapServer>, IDeepCloneable<KafkaBootstrapServer>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class KafkaBootstrapServer.

Represents a Kafka bootstrap server with host name, optional port defaults to 9092, and an optional private ip.

Inheritance

object > KafkaBootstrapServer

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

KafkaBootstrapServer()

public KafkaBootstrapServer()

KafkaBootstrapServer(KafkaBootstrapServer)

public KafkaBootstrapServer(KafkaBootstrapServer other)
Parameter
Name Description
other KafkaBootstrapServer

Properties

Host

public string Host { get; set; }

Required. The name or address of a host.

Property Value
Type Description
string

Port

public int Port { get; set; }

Optional. The port of an endpoint usually specified for a connection.

Property Value
Type Description
int

PrivateIpAddress

public string PrivateIpAddress { get; set; }

Optional. The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.

Property Value
Type Description
string