ProfileContainerNetworkInterfaceIpConfigurationArgs

data class ProfileContainerNetworkInterfaceIpConfigurationArgs(val name: Output<String>, val subnetId: Output<String>) : ConvertibleToJava<ProfileContainerNetworkInterfaceIpConfigurationArgs>

Constructors

constructor(name: Output<String>, subnetId: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Specifies the name of the IP Configuration.

Link copied to clipboard
val subnetId: Output<String>

Reference to the subnet associated with the IP Configuration.

Functions

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