Show / Hide Table of Contents

Class RouteTableRoute

Inheritance
System.Object
RouteTableRoute
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class RouteTableRoute

Fields

View Source

AddressPrefix

The destination CIDR to which the route applies, such as 10.1.0.0/16

Declaration
public readonly string AddressPrefix
Field Value
Type Description
System.String
View Source

Name

The name of the route.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NextHopInIpAddress

Contains the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.

Declaration
public readonly string NextHopInIpAddress
Field Value
Type Description
System.String
View Source

NextHopType

The type of Azure hop the packet should be sent to. Possible values are VirtualNetworkGateway, VnetLocal, Internet, VirtualAppliance and None.

Declaration
public readonly string NextHopType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.