Get Network Interface Result
constructor(connectionTrackingSpecification: NetworkInterfaceConnectionTrackingSpecification? = null, description: String? = null, enablePrimaryIpv6: Boolean? = null, groupSet: List<String>? = null, id: String? = null, ipv4PrefixCount: Int? = null, ipv4Prefixes: List<NetworkInterfaceIpv4PrefixSpecification>? = null, ipv6AddressCount: Int? = null, ipv6Addresses: List<NetworkInterfaceInstanceIpv6Address>? = null, ipv6PrefixCount: Int? = null, ipv6Prefixes: List<NetworkInterfaceIpv6PrefixSpecification>? = null, primaryIpv6Address: String? = null, primaryPrivateIpAddress: String? = null, privateIpAddresses: List<NetworkInterfacePrivateIpAddressSpecification>? = null, secondaryPrivateIpAddressCount: Int? = null, secondaryPrivateIpAddresses: List<String>? = null, sourceDestCheck: Boolean? = null, tags: List<Tag>? = null, vpcId: String? = null)