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