NSX-T Data Center REST API

SwitchingProfileType (type) (Deprecated)

{
  "deprecated": true,
  "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",
    "RealTimeEthernetSwitchingProfile"
  ],
  "id": "SwitchingProfileType",
  "module_id": "BaseSwitchingProfile",
  "title": "Supported switching profiles.",
  "type": "string"
}