public sealed class RouteInfo : IMessage<RouteInfo>, IEquatable<RouteInfo>, IDeepCloneable<RouteInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class RouteInfo.
For display only. Metadata associated with a Compute Engine route.
Implements
IMessageRouteInfo, IEquatableRouteInfo, IDeepCloneableRouteInfo, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
RouteInfo()
public RouteInfo()
RouteInfo(RouteInfo)
public RouteInfo(RouteInfo other)
Parameter | |
---|---|
Name | Description |
other | RouteInfo |
Properties
DestIpRange
public string DestIpRange { get; set; }
Destination IP range of the route.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Name of a Compute Engine route.
Property Value | |
---|---|
Type | Description |
string |
InstanceTags
public RepeatedField<string> InstanceTags { get; }
Instance tags of the route.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
NetworkUri
public string NetworkUri { get; set; }
URI of a Compute Engine network.
Property Value | |
---|---|
Type | Description |
string |
NextHop
public string NextHop { get; set; }
Next hop of the route.
Property Value | |
---|---|
Type | Description |
string |
NextHopType
public RouteInfo.Types.NextHopType NextHopType { get; set; }
Type of next hop.
Property Value | |
---|---|
Type | Description |
RouteInfoTypesNextHopType |
Priority
public int Priority { get; set; }
Priority of the route.
Property Value | |
---|---|
Type | Description |
int |
RouteType
public RouteInfo.Types.RouteType RouteType { get; set; }
Type of route.
Property Value | |
---|---|
Type | Description |
RouteInfoTypesRouteType |
Uri
public string Uri { get; set; }
URI of a Compute Engine route. Dynamic route from cloud router does not have a URI. Advertised route from Google Cloud VPC to on-premises network also does not have a URI.
Property Value | |
---|---|
Type | Description |
string |