NSX-T Data Center REST API

InjectionValue (type)

{
  "abstract": true,
  "additionalProperties": false,
  "description": "Injection Value.",
  "id": "InjectionValue",
  "module_id": "PolicyReaction",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "resource_type": {
      "description": "Injection Value resource type.",
      "enum": [
        "UnaryOperationBasedInjectionValue"
      ],
      "required": true,
      "title": "Resource Type",
      "type": "string"
    }
  },
  "title": "Injection Value",
  "type": "object"
}