NetworkConfigurationArgs

data class NetworkConfigurationArgs(val isSecondaryIpEnabled: Output<Boolean>? = null) : ConvertibleToJava<NetworkConfigurationArgs>

Defines the network configuration type for SAP system infrastructure that is being deployed

Constructors

Link copied to clipboard
constructor(isSecondaryIpEnabled: Output<Boolean>? = null)

Properties

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

Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed

Functions

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