NetworkInterface constructor

NetworkInterface({
  1. List<AccessConfig>? accessConfigs,
  2. List<AliasIpRange>? aliasIpRanges,
  3. List<AliasIpRange>? aliasIpv6Ranges,
  4. bool? enableVpcScopedDns,
  5. String? fingerprint,
  6. String? igmpQuery,
  7. int? internalIpv6PrefixLength,
  8. List<AccessConfig>? ipv6AccessConfigs,
  9. String? ipv6AccessType,
  10. String? ipv6Address,
  11. String? kind,
  12. String? name,
  13. String? network,
  14. String? networkAttachment,
  15. String? networkIP,
  16. String? nicType,
  17. String? parentNicName,
  18. int? queueCount,
  19. String? serviceClassId,
  20. String? stackType,
  21. String? subnetwork,
  22. int? vlan,
})

Implementation

NetworkInterface({
  this.accessConfigs,
  this.aliasIpRanges,
  this.aliasIpv6Ranges,
  this.enableVpcScopedDns,
  this.fingerprint,
  this.igmpQuery,
  this.internalIpv6PrefixLength,
  this.ipv6AccessConfigs,
  this.ipv6AccessType,
  this.ipv6Address,
  this.kind,
  this.name,
  this.network,
  this.networkAttachment,
  this.networkIP,
  this.nicType,
  this.parentNicName,
  this.queueCount,
  this.serviceClassId,
  this.stackType,
  this.subnetwork,
  this.vlan,
});