Profile Container Network Interface Args
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>)