NetworkProfileNetworkFeatures constructor

NetworkProfileNetworkFeatures({
  1. List<String>? addressPurposes,
  2. String? allowAliasIpRanges,
  3. String? allowAutoModeSubnet,
  4. String? allowClassDFirewalls,
  5. String? allowCloudNat,
  6. String? allowCloudRouter,
  7. String? allowDefaultNicAttachment,
  8. String? allowExternalIpAccess,
  9. String? allowInterconnect,
  10. String? allowIpForwarding,
  11. String? allowLoadBalancing,
  12. String? allowMultiNicInSameNetwork,
  13. String? allowNcc,
  14. String? allowNetworkMigration,
  15. String? allowPacketMirroring,
  16. String? allowPrivateGoogleAccess,
  17. String? allowPsc,
  18. String? allowSameNetworkUnicast,
  19. String? allowStaticRoutes,
  20. String? allowSubInterfaces,
  21. String? allowVpcPeering,
  22. String? allowVpn,
  23. List<String>? interfaceTypes,
  24. List<String>? subnetPurposes,
  25. List<String>? subnetStackTypes,
  26. List<String>? subnetworkPurposes,
  27. List<String>? subnetworkStackTypes,
  28. String? unicast,
})

Implementation

NetworkProfileNetworkFeatures({
  this.addressPurposes,
  this.allowAliasIpRanges,
  this.allowAutoModeSubnet,
  this.allowClassDFirewalls,
  this.allowCloudNat,
  this.allowCloudRouter,
  this.allowDefaultNicAttachment,
  this.allowExternalIpAccess,
  this.allowInterconnect,
  this.allowIpForwarding,
  this.allowLoadBalancing,
  this.allowMultiNicInSameNetwork,
  this.allowNcc,
  this.allowNetworkMigration,
  this.allowPacketMirroring,
  this.allowPrivateGoogleAccess,
  this.allowPsc,
  this.allowSameNetworkUnicast,
  this.allowStaticRoutes,
  this.allowSubInterfaces,
  this.allowVpcPeering,
  this.allowVpn,
  this.interfaceTypes,
  this.subnetPurposes,
  this.subnetStackTypes,
  this.subnetworkPurposes,
  this.subnetworkStackTypes,
  this.unicast,
});