NSX-T Data Center REST API

DvpgAndSegmentWorkflowResource (type)

{
  "additionalProperties": false, 
  "description": "DVPG and segment workflow resource.", 
  "extends": {
    "$ref": "WorkflowResource
  }, 
  "id": "DvpgAndSegmentWorkflowResource", 
  "module_id": "OverlayAdoption", 
  "polymorphic-type-descriptor": {
    "type-identifier": "DvpgAndSegmentWorkflowResource"
  }, 
  "properties": {
    "dvpg_id": {
      "description": "DVPG ID.", 
      "readonly": false, 
      "required": true, 
      "title": "DVPG ID", 
      "type": "string"
    }, 
    "segment_path": {
      "description": "Segment path.", 
      "readonly": false, 
      "required": true, 
      "title": "Segment path", 
      "type": "string"
    }, 
    "type": {
      "$ref": "WorkflowResourceType, 
      "description": "Workflow resource type.", 
      "readonly": false, 
      "required": true, 
      "title": "Workflow resource type"
    }
  }, 
  "title": "DVPG and segment workflow resource", 
  "type": "object"
}