VpnSiteProperties Class
Parameters for VpnSite.
Constructor
VpnSiteProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. |
Attributes
address_space
The AddressSpace that contains an array of IP address ranges.
address_space: _models.AddressSpace | None
bgp_properties
The set of bgp properties.
bgp_properties: _models.BgpSettings | None
device_properties
The device properties.
device_properties: _models.DeviceProperties | None
ip_address
The ip-address for the vpn-site.
ip_address: str | None
is_security_site
IsSecuritySite flag.
is_security_site: bool | None
o365_policy
Office365 Policy.
o365_policy: _models.O365PolicyProperties | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
site_key
The key for vpn-site that can be used for connections.
site_key: str | None
virtual_wan
The VirtualWAN to which the vpnSite belongs.
virtual_wan: _models.SubResource | None
vpn_site_links
List of all vpn site links.
vpn_site_links: list['_models.VpnSiteLink'] | None