VpnSite Class
VpnSite Resource.
Variables are only populated by the server, and will be ignored when sending a request.
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. Default value: None
|
___location
|
Resource ___location. Default value: None
|
tags
|
Resource tags. Default value: None
|
virtual_wan
|
The VirtualWAN to which the vpnSite belongs. Default value: None
|
device_properties
|
The device properties. Default value: None
|
ip_address
|
The ip-address for the vpn-site. Default value: None
|
site_key
|
The key for vpn-site that can be used for connections. Default value: None
|
address_space
|
The AddressSpace that contains an array of IP address ranges. Default value: None
|
bgp_properties
|
The set of bgp properties. Default value: None
|
is_security_site
|
IsSecuritySite flag. Default value: None
|
vpn_site_links
|
List of all vpn site links. Default value: None
|
o365_policy
|
Office365 Policy. Default value: None
|
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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
is_security_site
|
IsSecuritySite flag. |
vpn_site_links
|
List of all vpn site links. |
o365_policy
|
Office365 Policy. |