Compartilhar via


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.SubResource
NetworkVirtualApplianceConnection

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
str

Resource ID.

name
str

The name of the resource.

name_properties_name
str

The name of the resource.

asn
int

Network Virtual Appliance ASN.

tunnel_identifier
int

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
str

Resource ID.

name
str

The name of the resource.

name_properties_name
str

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
int

Network Virtual Appliance ASN.

tunnel_identifier
int

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.