NetworkInterface constructor

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

Implementation

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