NetworkInterface constructor
NetworkInterface({
- List<
AccessConfig> accessConfigs = const [], - List<
AliasIpRange> aliasIpRanges = const [], - List<
AliasIpRange> aliasIpv6Ranges = const [], - bool? enableVpcScopedDns,
- String? fingerprint,
- String? igmpQuery,
- int? internalIpv6PrefixLength,
- List<
AccessConfig> ipv6AccessConfigs = const [], - String? ipv6AccessType,
- String? ipv6Address,
- String? kind,
- String? name,
- String? network,
- String? networkAttachment,
- String? networkIP,
- String? nicType,
- String? parentNicName,
- int? queueCount,
- String? serviceClassId,
- String? stackType,
- String? subnetwork,
- 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);