VirtualRouter Class
VirtualRouter Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_12_01.models._models_py3.ResourceVirtualRouter
Constructor
VirtualRouter(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, virtual_router_asn: typing.Union[int, NoneType] = None, virtual_router_ips: typing.Union[typing.List[str], NoneType] = None, hosted_subnet: typing.Union[_ForwardRef('SubResource'), NoneType] = None, hosted_gateway: typing.Union[_ForwardRef('SubResource'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- virtual_router_asn
- <xref:long>
VirtualRouter ASN.
- hosted_subnet
- SubResource
The Subnet on which VirtualRouter is hosted.
- hosted_gateway
- SubResource
The Gateway on which VirtualRouter is hosted.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- peerings
- list[SubResource]
List of references to VirtualRouterPeerings.
- provisioning_state
- str or ProvisioningState
The provisioning state of the resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for