SwitchingProfileType (type)

{
  "description": "Supported switching profiles. 'PortMirroringSwitchingProfile' is deprecated, please turn to \"Troubleshooting And Monitoring: Portmirroring\" and use PortMirroringSession API for port mirror function.", 
  "enum": [
    "QosSwitchingProfile", 
    "PortMirroringSwitchingProfile", 
    "IpDiscoverySwitchingProfile", 
    "SpoofGuardSwitchingProfile", 
    "SwitchSecuritySwitchingProfile", 
    "MacManagementSwitchingProfile"
  ], 
  "id": "SwitchingProfileType", 
  "module_id": "BaseSwitchingProfile", 
  "title": "Supported switching profiles.", 
  "type": "string"
}