NSX-T Data Center REST API

DvpgWorkflowResource (type)

{
  "additionalProperties": false,
  "description": "DVPG workflow resource.",
  "extends": {
    "$ref": "WorkflowResource"
  },
  "id": "DvpgWorkflowResource",
  "module_id": "OverlayAdoption",
  "polymorphic-type-descriptor": {
    "type-identifier": "DvpgWorkflowResource"
  },
  "properties": {
    "dvpg_id": {
      "description": "DVPG Id.",
      "readonly": false,
      "required": true,
      "title": "DVPG Id",
      "type": "string"
    },
    "type": {
      "$ref": "WorkflowResourceType",
      "description": "Workflow resource type.",
      "readonly": false,
      "required": true,
      "title": "Workflow resource type"
    }
  },
  "title": "DVPG workflow resource",
  "type": "object"
}