NetworkingConfigArgs

data class NetworkingConfigArgs(val connectionType: Output<NetworkingConfigConnectionType>? = null) : ConvertibleToJava<NetworkingConfigArgs>

Configuration options for networking connections in the Composer 2 environment.

Constructors

Link copied to clipboard
fun NetworkingConfigArgs(connectionType: Output<NetworkingConfigConnectionType>? = null)

Functions

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

Properties

Link copied to clipboard

Optional. Indicates the user requested specifc connection type between Tenant and Customer projects. You cannot set networking connection type in public IP environment.