VMware Engine v1 API - Class PeeringRoute (1.3.0)

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.

Inheritance

object > PeeringRoute

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

PeeringRoute()

public PeeringRoute()

PeeringRoute(PeeringRoute)

public PeeringRoute(PeeringRoute other)
Parameter
NameDescription
otherPeeringRoute

Properties

DestRange

public string DestRange { get; set; }

Output only. Destination range of the peering route in CIDR notation.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
string

Priority

public long Priority { get; set; }

Output only. The priority of the peering route.

Property Value
TypeDescription
long

Type

public PeeringRoute.Types.Type Type { get; set; }

Output only. Type of the route in the peer VPC network.

Property Value
TypeDescription
PeeringRouteTypesType