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
constructor(connectionType: Output<NetworkingConfigConnectionType>? = null)

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.

Functions

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