Interface Properties Args
data class InterfacePropertiesArgs(val ipv4Address: Output<String>? = null, val ipv4Gateway: Output<String>? = null, val ipv4Subnet: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<InterfacePropertiesArgs>
Interface properties
Constructors
Link copied to clipboard
fun InterfacePropertiesArgs(ipv4Address: Output<String>? = null, ipv4Gateway: Output<String>? = null, ipv4Subnet: Output<String>? = null, name: Output<String>? = null)