Share via


VirtualHubRouteV2 Class

VirtualHubRouteTableV2 route.

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.

Default value: None
destinations

List of all destinations.

Default value: None
next_hop_type
str

The type of next hops.

Default value: None
next_hops

NextHops ip address.

Default value: None

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.