NetworkVirtualApplianceConnectionProperties Class

Properties of the NetworkVirtualApplianceConnection subresource.

Constructor

NetworkVirtualApplianceConnectionProperties(*args: Any, **kwargs: Any)

Variables

Name Description
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.

Attributes

asn

Network Virtual Appliance ASN.

asn: int | None

bgp_peer_address

List of bgpPeerAddresses for the NVA instances.

bgp_peer_address: list[str] | None

enable_internet_security

Enable internet security.

enable_internet_security: bool | None

name

The name of the resource.

name: str | None

provisioning_state

The provisioning state of the NetworkVirtualApplianceConnection resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

routing_configuration

The Routing Configuration indicating the associated and propagated route tables on this connection.

routing_configuration: _models.RoutingConfiguration | None

tunnel_identifier

Unique identifier for the connection.

tunnel_identifier: int | None