Network Interface Args
fun NetworkInterfaceArgs(accessConfigs: Output<List<AccessConfigArgs>>? = null, aliasIpRanges: Output<List<AliasIpRangeArgs>>? = null, internalIpv6PrefixLength: Output<Int>? = null, ipv6AccessConfigs: Output<List<AccessConfigArgs>>? = null, ipv6Address: Output<String>? = null, network: Output<String>? = null, networkAttachment: Output<String>? = null, networkIP: Output<String>? = null, nicType: Output<NetworkInterfaceNicType>? = null, queueCount: Output<Int>? = null, stackType: Output<NetworkInterfaceStackType>? = null, subnetwork: Output<String>? = null)