public sealed class Route : IMessage<Route>, IEquatable<Route>, IDeepCloneable<Route>, IBufferMessage, IMessageThe Route resource is the child of the PrivateConnection resource. It used to define a route for a PrivateConnection setup.
Namespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
Route()
public Route()Route(Route)
public Route(Route other)| Parameter | |
|---|---|
| Name | Description |
other |
Route |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The create time of the resource.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DestinationAddress
public string DestinationAddress { get; set; }Required. Destination address for connection
| Property Value | |
|---|---|
| Type | Description |
String |
|
DestinationPort
public int DestinationPort { get; set; }Destination port for connection
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
DisplayName
public string DisplayName { get; set; }Required. Display name.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Labels
public MapField<string, string> Labels { get; }Labels.
| Property Value | |
|---|---|
| Type | Description |
MapField<String, String> |
|
Name
public string Name { get; set; }Output only. The resource's name.
| Property Value | |
|---|---|
| Type | Description |
String |
|
RouteName
public RouteName RouteName { get; set; }| Property Value | |
|---|---|
| Type | Description |
RouteName |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The update time of the resource.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|