NetworkInterface constructor

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

Implementation

NetworkInterface({
  this.accessConfigs,
  this.aliasIpRanges,
  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.stackType,
  this.subnetwork,
  this.vlan,
});