NetworkProfileNetworkFeatures constructor

NetworkProfileNetworkFeatures({
  1. List<String>? addressPurposes,
  2. String? allowAddressCreation,
  3. String? allowAliasIpRanges,
  4. String? allowAutoModeSubnet,
  5. String? allowClassDFirewalls,
  6. String? allowCloudNat,
  7. String? allowCloudRouter,
  8. String? allowDefaultNicAttachment,
  9. String? allowExternalIpAccess,
  10. String? allowFirewallPolicy,
  11. String? allowInterconnect,
  12. String? allowIpForwarding,
  13. String? allowLoadBalancing,
  14. String? allowMultiNicInSameNetwork,
  15. String? allowMultiNicInSameSubnetwork,
  16. String? allowMulticast,
  17. String? allowNcc,
  18. String? allowNetworkMigration,
  19. String? allowPacketMirroring,
  20. String? allowPrivateGoogleAccess,
  21. String? allowPsc,
  22. String? allowSameNetworkUnicast,
  23. String? allowStaticRoutes,
  24. String? allowSubInterfaces,
  25. String? allowSubnetworkCreation,
  26. String? allowVpcFirewallRules,
  27. String? allowVpcPeering,
  28. String? allowVpn,
  29. List<String>? firewallPolicyTypes,
  30. List<String>? interfaceTypes,
  31. String? multicast,
  32. String? predefinedNetworkInternalIpv6Range,
  33. List<NetworkProfileNetworkFeaturesPredefinedSubnetworkRange>? predefinedSubnetworkRanges,
  34. List<String>? subnetPurposes,
  35. List<String>? subnetStackTypes,
  36. List<String>? subnetworkPurposes,
  37. List<String>? subnetworkStackTypes,
  38. String? unicast,
})

Implementation

NetworkProfileNetworkFeatures({
  this.addressPurposes,
  this.allowAddressCreation,
  this.allowAliasIpRanges,
  this.allowAutoModeSubnet,
  this.allowClassDFirewalls,
  this.allowCloudNat,
  this.allowCloudRouter,
  this.allowDefaultNicAttachment,
  this.allowExternalIpAccess,
  this.allowFirewallPolicy,
  this.allowInterconnect,
  this.allowIpForwarding,
  this.allowLoadBalancing,
  this.allowMultiNicInSameNetwork,
  this.allowMultiNicInSameSubnetwork,
  this.allowMulticast,
  this.allowNcc,
  this.allowNetworkMigration,
  this.allowPacketMirroring,
  this.allowPrivateGoogleAccess,
  this.allowPsc,
  this.allowSameNetworkUnicast,
  this.allowStaticRoutes,
  this.allowSubInterfaces,
  this.allowSubnetworkCreation,
  this.allowVpcFirewallRules,
  this.allowVpcPeering,
  this.allowVpn,
  this.firewallPolicyTypes,
  this.interfaceTypes,
  this.multicast,
  this.predefinedNetworkInternalIpv6Range,
  this.predefinedSubnetworkRanges,
  this.subnetPurposes,
  this.subnetStackTypes,
  this.subnetworkPurposes,
  this.subnetworkStackTypes,
  this.unicast,
});