NetworkProfileNetworkFeatures constructor

NetworkProfileNetworkFeatures({
  1. List<String>? addressPurposes,
  2. String? allowAliasIpRanges,
  3. String? allowAutoModeSubnet,
  4. String? allowClassDFirewalls,
  5. String? allowCloudNat,
  6. String? allowCloudRouter,
  7. String? allowExternalIpAccess,
  8. String? allowInterconnect,
  9. String? allowLoadBalancing,
  10. String? allowMultiNicInSameNetwork,
  11. String? allowPacketMirroring,
  12. String? allowPrivateGoogleAccess,
  13. String? allowPsc,
  14. String? allowSameNetworkUnicast,
  15. String? allowStaticRoutes,
  16. String? allowSubInterfaces,
  17. String? allowVpcPeering,
  18. String? allowVpn,
  19. List<String>? interfaceTypes,
  20. List<String>? subnetPurposes,
  21. List<String>? subnetStackTypes,
  22. 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,
});