Class Route (2.1.0)

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

The route resource is the child of the private connection resource, used for defining a route for a private connection.

Inheritance

Object > Route

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.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