public sealed class PeeringRoute : IMessage<PeeringRoute>, IEquatable<PeeringRoute>, IDeepCloneable<PeeringRoute>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class PeeringRoute.
Exchanged network peering route.
Implements
IMessagePeeringRoute, IEquatablePeeringRoute, IDeepCloneablePeeringRoute, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
PeeringRoute()
public PeeringRoute()
PeeringRoute(PeeringRoute)
public PeeringRoute(PeeringRoute other)
Parameter | |
---|---|
Name | Description |
other |
PeeringRoute |
Properties
DestRange
public string DestRange { get; set; }
Output only. Destination range of the peering route in CIDR notation.
Property Value | |
---|---|
Type | Description |
string |
Direction
public PeeringRoute.Types.Direction Direction { get; set; }
Output only. Direction of the routes exchanged with the peer network, from the VMware Engine network perspective:
- Routes of direction
INCOMING
are imported from the peer network. - Routes of direction
OUTGOING
are exported from the intranet VPC network of the VMware Engine network.
Property Value | |
---|---|
Type | Description |
PeeringRouteTypesDirection |
Imported
public bool Imported { get; set; }
Output only. True if the peering route has been imported from a peered
VPC network; false otherwise. The import happens if the field
NetworkPeering.importCustomRoutes
is true for this network,
NetworkPeering.exportCustomRoutes
is true for the peer VPC network, and
the import does not result in a route conflict.
Property Value | |
---|---|
Type | Description |
bool |
NextHopRegion
public string NextHopRegion { get; set; }
Output only. Region containing the next hop of the peering route. This field only applies to dynamic routes in the peer VPC network.
Property Value | |
---|---|
Type | Description |
string |
Priority
public long Priority { get; set; }
Output only. The priority of the peering route.
Property Value | |
---|---|
Type | Description |
long |
Type
public PeeringRoute.Types.Type Type { get; set; }
Output only. Type of the route in the peer VPC network.
Property Value | |
---|---|
Type | Description |
PeeringRouteTypesType |