GetNetworkVirtualApplianceConnectionResult

data class GetNetworkVirtualApplianceConnectionResult(val asn: Double? = null, val bgpPeerAddress: List<String>? = null, val enableInternetSecurity: Boolean? = null, val id: String? = null, val name: String? = null, val provisioningState: String, val routingConfiguration: RoutingConfigurationResponse? = null, val tunnelIdentifier: Double? = null)

NetworkVirtualApplianceConnection resource.

Constructors

constructor(asn: Double? = null, bgpPeerAddress: List<String>? = null, enableInternetSecurity: Boolean? = null, id: String? = null, name: String? = null, provisioningState: String, routingConfiguration: RoutingConfigurationResponse? = null, tunnelIdentifier: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: Double? = null

Network Virtual Appliance ASN.

Link copied to clipboard
val bgpPeerAddress: List<String>? = null

List of bgpPeerAddresses for the NVA instances

Link copied to clipboard

Enable internet security.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

The name of the resource.

Link copied to clipboard

The provisioning state of the NetworkVirtualApplianceConnection resource.

Link copied to clipboard

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

Link copied to clipboard

Unique identifier for the connection.