NetworkVirtualApplianceConnectionPropertiesArgs

data class NetworkVirtualApplianceConnectionPropertiesArgs(val asn: Output<Double>? = null, val bgpPeerAddress: Output<List<String>>? = null, val enableInternetSecurity: Output<Boolean>? = null, val name: Output<String>? = null, val routingConfiguration: Output<RoutingConfigurationArgs>? = null, val tunnelIdentifier: Output<Double>? = null) : ConvertibleToJava<NetworkVirtualApplianceConnectionPropertiesArgs>

Properties of the NetworkVirtualApplianceConnection subresource.

Constructors

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

Properties

Link copied to clipboard
val asn: Output<Double>? = null

Network Virtual Appliance ASN.

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

List of bgpPeerAddresses for the NVA instances

Link copied to clipboard
val enableInternetSecurity: Output<Boolean>? = null

Enable internet security.

Link copied to clipboard
val name: Output<String>? = null

The name of the resource.

Link copied to clipboard

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

Link copied to clipboard
val tunnelIdentifier: Output<Double>? = null

Unique identifier for the connection.

Functions

Link copied to clipboard
open override fun toJava(): NetworkVirtualApplianceConnectionPropertiesArgs