NetworkInterface constructor

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

Implementation

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