NetworkProfileNetworkFeatures constructor
NetworkProfileNetworkFeatures({
- List<
String> ? addressPurposes, - String? allowAliasIpRanges,
- String? allowAutoModeSubnet,
- String? allowClassDFirewalls,
- String? allowCloudNat,
- String? allowCloudRouter,
- String? allowExternalIpAccess,
- String? allowInterconnect,
- String? allowLoadBalancing,
- String? allowMultiNicInSameNetwork,
- String? allowPacketMirroring,
- String? allowPrivateGoogleAccess,
- String? allowPsc,
- String? allowSameNetworkUnicast,
- String? allowStaticRoutes,
- String? allowSubInterfaces,
- String? allowVpcPeering,
- String? allowVpn,
- List<
String> ? interfaceTypes, - List<
String> ? subnetPurposes, - List<
String> ? subnetStackTypes, - String? unicast,
Implementation
NetworkProfileNetworkFeatures({
this.addressPurposes,
this.allowAliasIpRanges,
this.allowAutoModeSubnet,
this.allowClassDFirewalls,
this.allowCloudNat,
this.allowCloudRouter,
this.allowExternalIpAccess,
this.allowInterconnect,
this.allowLoadBalancing,
this.allowMultiNicInSameNetwork,
this.allowPacketMirroring,
this.allowPrivateGoogleAccess,
this.allowPsc,
this.allowSameNetworkUnicast,
this.allowStaticRoutes,
this.allowSubInterfaces,
this.allowVpcPeering,
this.allowVpn,
this.interfaceTypes,
this.subnetPurposes,
this.subnetStackTypes,
this.unicast,
});