HubRoute Class
RouteTable route.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelHubRoute
Constructor
HubRoute(*, name: str, destination_type: str, destinations: List[str], next_hop_type: str, next_hop: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the Route that is unique within a RouteTable. This name can be used to access this route. Required. |
destination_type
|
The type of destinations (eg: CIDR, ResourceId, Service). Required. |
destinations
|
List of all destinations. Required. |
next_hop_type
|
The type of next hop (eg: ResourceId). Required. |
next_hop
|
NextHop resource ID. Required. |
Variables
Name | Description |
---|---|
name
|
The name of the Route that is unique within a RouteTable. This name can be used to access this route. Required. |
destination_type
|
The type of destinations (eg: CIDR, ResourceId, Service). Required. |
destinations
|
List of all destinations. Required. |
next_hop_type
|
The type of next hop (eg: ResourceId). Required. |
next_hop
|
NextHop resource ID. Required. |
Azure SDK for Python