Class Route (1.0.0-beta02)

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

The Route resource is the child of the PrivateConnection resource. It used to define a route for a PrivateConnection setup.

Inheritance

Object > Route

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

Route()

public Route()

Route(Route)

public Route(Route other)
Parameter
NameDescription
otherRoute

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The create time of the resource.

Property Value
TypeDescription
Timestamp

DestinationAddress

public string DestinationAddress { get; set; }

Required. Destination address for connection

Property Value
TypeDescription
String

DestinationPort

public int DestinationPort { get; set; }

Destination port for connection

Property Value
TypeDescription
Int32

DisplayName

public string DisplayName { get; set; }

Required. Display name.

Property Value
TypeDescription
String

Labels

public MapField<string, string> Labels { get; }

Labels.

Property Value
TypeDescription
MapField<String, String>

Name

public string Name { get; set; }

Output only. The resource's name.

Property Value
TypeDescription
String

RouteName

public RouteName RouteName { get; set; }

RouteName-typed view over the Name resource name property.

Property Value
TypeDescription
RouteName

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The update time of the resource.

Property Value
TypeDescription
Timestamp