Compartilhar via


VirtualHubRouteV2 Class

VirtualHubRouteTableV2 route.

Inheritance
azure.mgmt.network._serialization.Model
VirtualHubRouteV2

Constructor

VirtualHubRouteV2(*, destination_type: str | None = None, destinations: List[str] | None = None, next_hop_type: str | None = None, next_hops: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
destination_type
str

The type of destinations.

destinations

List of all destinations.

next_hop_type
str

The type of next hops.

next_hops

NextHops ip address.

Variables

Name Description
destination_type
str

The type of destinations.

destinations

List of all destinations.

next_hop_type
str

The type of next hops.

next_hops

NextHops ip address.