NetworkInterface constructor

NetworkInterface({
  1. List<AccessConfig> accessConfigs = const [],
  2. List<AliasIpRange> aliasIpRanges = const [],
  3. List<AliasIpRange> aliasIpv6Ranges = const [],
  4. bool? enableVpcScopedDns,
  5. String? fingerprint,
  6. String? igmpQuery,
  7. int? internalIpv6PrefixLength,
  8. List<AccessConfig> ipv6AccessConfigs = const [],
  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 = const [],
  this.aliasIpRanges = const [],
  this.aliasIpv6Ranges = const [],
  this.enableVpcScopedDns,
  this.fingerprint,
  this.igmpQuery,
  this.internalIpv6PrefixLength,
  this.ipv6AccessConfigs = const [],
  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,
}) : super(fullyQualifiedName);