VpnSite Class
VpnSite Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceVpnSite
Constructor
VpnSite(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, virtual_wan: _models.SubResource | None = None, device_properties: _models.DeviceProperties | None = None, ip_address: str | None = None, site_key: str | None = None, address_space: _models.AddressSpace | None = None, bgp_properties: _models.BgpSettings | None = None, is_security_site: bool | None = None, vpn_site_links: List[_models.VpnSiteLink] | None = None, o365_policy: _models.O365PolicyProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
virtual_wan
|
The VirtualWAN to which the vpnSite belongs. |
device_properties
|
The device properties. |
ip_address
|
The ip-address for the vpn-site. |
site_key
|
The key for vpn-site that can be used for connections. |
address_space
|
The AddressSpace that contains an array of IP address ranges. |
bgp_properties
|
The set of bgp properties. |
is_security_site
|
IsSecuritySite flag. |
vpn_site_links
|
List of all vpn site links. |
o365_policy
|
Office365 Policy. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
virtual_wan
|
The VirtualWAN to which the vpnSite belongs. |
device_properties
|
The device properties. |
ip_address
|
The ip-address for the vpn-site. |
site_key
|
The key for vpn-site that can be used for connections. |
address_space
|
The AddressSpace that contains an array of IP address ranges. |
bgp_properties
|
The set of bgp properties. |
provisioning_state
|
The provisioning state of the VPN site resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
is_security_site
|
IsSecuritySite flag. |
vpn_site_links
|
List of all vpn site links. |
o365_policy
|
Office365 Policy. |
Azure SDK for Python