NetworkInterface constructor
NetworkInterface({
- List<
AccessConfig> ? accessConfigs, - List<
AliasIpRange> ? aliasIpRanges, - String? fingerprint,
- int? internalIpv6PrefixLength,
- List<
AccessConfig> ? ipv6AccessConfigs, - String? ipv6AccessType,
- String? ipv6Address,
- String? kind,
- String? name,
- String? network,
- String? networkAttachment,
- String? networkIP,
- String? nicType,
- int? queueCount,
- String? stackType,
- 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,
});