NSX-T Data Center REST API

EffectiveProfileResourceType (type)

{
  "description": "This enum defines the valid Resource types to be used in effective profiles API",
  "enum": [
    "NSGroup",
    "LogicalPort",
    "VirtualMachine",
    "TransportNode",
    "LogicalRouter",
    "LogicalSwitch"
  ],
  "id": "EffectiveProfileResourceType",
  "module_id": "ServiceConfig",
  "title": "Valid Resource type in effective profiles API",
  "type": "string"
}