ProfileContainerNetworkInterfaceArgs

data class ProfileContainerNetworkInterfaceArgs(val ipConfigurations: Output<List<ProfileContainerNetworkInterfaceIpConfigurationArgs>>, val name: Output<String>) : ConvertibleToJava<ProfileContainerNetworkInterfaceArgs>

Constructors

Link copied to clipboard
constructor(ipConfigurations: Output<List<ProfileContainerNetworkInterfaceIpConfigurationArgs>>, name: Output<String>)

Properties

Link copied to clipboard

One or more ip_configuration blocks as documented below.

Link copied to clipboard
val name: Output<String>

Specifies the name of the IP Configuration.

Functions

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