Network Virtual Appliance Connection Properties Args
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.
Properties
Link copied to clipboard
List of bgpPeerAddresses for the NVA instances
Link copied to clipboard
Enable internet security.
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.