VpnSite Class
VpnSite Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2018_04_01.models._models_py3.ResourceVpnSite
Constructor
VpnSite(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, virtual_wan: typing.Union[_ForwardRef('SubResource'), NoneType] = None, device_properties: typing.Union[_ForwardRef('DeviceProperties'), NoneType] = None, ip_address: typing.Union[str, NoneType] = None, site_key: typing.Union[str, NoneType] = None, address_space: typing.Union[_ForwardRef('AddressSpace'), NoneType] = None, bgp_properties: typing.Union[_ForwardRef('BgpSettings'), NoneType] = None, provisioning_state: typing.Union[str, _ForwardRef('ProvisioningState'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- virtual_wan
- SubResource
The VirtualWAN to which the vpnSite belongs.
- device_properties
- DeviceProperties
The device properties.
- ip_address
- str
The ip-address for the vpn-site.
- site_key
- str
The key for vpn-site that can be used for connections.
- address_space
- AddressSpace
The AddressSpace that contains an array of IP address ranges.
- bgp_properties
- BgpSettings
The set of bgp properties.
- provisioning_state
- str or ProvisioningState
The provisioning state of the resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- etag
- str
Gets a unique read-only string that changes whenever the resource is updated.
Feedback
Submit and view feedback for