NSX-T Data Center REST API

SegmentAndBridgeProfileWorkflowResource (type)

{
  "additionalProperties": false,
  "description": "Segment and bridge profile workflow resource.",
  "extends": {
    "$ref": "WorkflowResource"
  },
  "id": "SegmentAndBridgeProfileWorkflowResource",
  "module_id": "OverlayAdoption",
  "polymorphic-type-descriptor": {
    "type-identifier": "SegmentAndBridgeProfileWorkflowResource"
  },
  "properties": {
    "bridge_profile_path": {
      "description": "Bridge profile path.",
      "readonly": false,
      "required": true,
      "title": "Bridge profile path",
      "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": "Segment and bridge profile workflow resource",
  "type": "object"
}