NetworkInterfaceArgs

constructor(connectionTrackingSpecification: Output<NetworkInterfaceConnectionTrackingSpecificationArgs>? = null, description: Output<String>? = null, enablePrimaryIpv6: Output<Boolean>? = null, groupSet: Output<List<String>>? = null, interfaceType: Output<String>? = null, ipv4PrefixCount: Output<Int>? = null, ipv4Prefixes: Output<List<NetworkInterfaceIpv4PrefixSpecificationArgs>>? = null, ipv6AddressCount: Output<Int>? = null, ipv6Addresses: Output<List<NetworkInterfaceInstanceIpv6AddressArgs>>? = null, ipv6PrefixCount: Output<Int>? = null, ipv6Prefixes: Output<List<NetworkInterfaceIpv6PrefixSpecificationArgs>>? = null, privateIpAddress: Output<String>? = null, privateIpAddresses: Output<List<NetworkInterfacePrivateIpAddressSpecificationArgs>>? = null, secondaryPrivateIpAddressCount: Output<Int>? = null, sourceDestCheck: Output<Boolean>? = null, subnetId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)