NetworkInterfaceArgs

constructor(attachments: Output<List<NetworkInterfaceAttachmentArgs>>? = null, description: Output<String>? = null, interfaceType: Output<String>? = null, ipv4PrefixCount: Output<Int>? = null, ipv4Prefixes: Output<List<String>>? = null, ipv6AddressCount: Output<Int>? = null, ipv6AddressListEnabled: Output<Boolean>? = null, ipv6AddressLists: Output<List<String>>? = null, ipv6Addresses: Output<List<String>>? = null, ipv6PrefixCount: Output<Int>? = null, ipv6Prefixes: Output<List<String>>? = null, privateIp: Output<String>? = null, privateIpListEnabled: Output<Boolean>? = null, privateIpLists: Output<List<String>>? = null, privateIps: Output<List<String>>? = null, privateIpsCount: Output<Int>? = null, securityGroups: Output<List<String>>? = null, sourceDestCheck: Output<Boolean>? = null, subnetId: Output<String>? = null, tags: Output<Map<String, String>>? = null)