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.Resource
VpnSite

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
str

Resource ID.

location
str

Resource location.

tags

Resource tags.

virtual_wan

The VirtualWAN to which the vpnSite belongs.

device_properties

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

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
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags

Resource tags.

etag
str

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
str

The ip-address for the vpn-site.

site_key
str

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.