Integration Connectors v1 API - Class Destination (1.0.0)

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

Inheritance

object > Destination

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

Destination()

public Destination()

Destination(Destination)

public Destination(Destination other)
Parameter
NameDescription
otherDestination

Properties

DestinationCase

public Destination.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
DestinationDestinationOneofCase

HasHost

public bool HasHost { get; }

Gets whether the "host" field is set

Property Value
TypeDescription
bool

HasServiceAttachment

public bool HasServiceAttachment { get; }

Gets whether the "service_attachment" field is set

Property Value
TypeDescription
bool

Host

public string Host { get; set; }

For publicly routable host.

Property Value
TypeDescription
string

Port

public int Port { get; set; }

The port is the target port number that is accepted by the destination.

Property Value
TypeDescription
int

ServiceAttachment

public string ServiceAttachment { get; set; }

PSC service attachments. Format: projects//regions//serviceAttachments/*

Property Value
TypeDescription
string