GetRouteTableRoute

data class GetRouteTableRoute(val addressPrefix: String, val name: String, val nextHopInIpAddress: String, val nextHopType: String)

Constructors

Link copied to clipboard
constructor(addressPrefix: String, name: String, nextHopInIpAddress: String, nextHopType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination CIDR to which the route applies.

Link copied to clipboard

The name of the Route Table.

Link copied to clipboard

Contains the IP address packets should be forwarded to.

Link copied to clipboard

The type of Azure hop the packet should be sent to.