NetworkVirtualApplianceConnection Class
NetworkVirtualApplianceConnection resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceNetworkVirtualApplianceConnection
Constructor
NetworkVirtualApplianceConnection(*, id: str | None = None, name: str | None = None, name_properties_name: str | None = None, asn: int | None = None, tunnel_identifier: int | None = None, bgp_peer_address: List[str] | None = None, enable_internet_security: bool | None = None, routing_configuration: _models.RoutingConfiguration | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource. |
name_properties_name
|
The name of the resource. |
asn
|
Network Virtual Appliance ASN. |
tunnel_identifier
|
Unique identifier for the connection. |
bgp_peer_address
|
List of bgpPeerAddresses for the NVA instances. |
enable_internet_security
|
Enable internet security. |
routing_configuration
|
The Routing Configuration indicating the associated and propagated route tables on this connection. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource. |
name_properties_name
|
The name of the resource. |
provisioning_state
|
The provisioning state of the NetworkVirtualApplianceConnection resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
asn
|
Network Virtual Appliance ASN. |
tunnel_identifier
|
Unique identifier for the connection. |
bgp_peer_address
|
List of bgpPeerAddresses for the NVA instances. |
enable_internet_security
|
Enable internet security. |
routing_configuration
|
The Routing Configuration indicating the associated and propagated route tables on this connection. |
Azure SDK for Python