VdsUplink (type) (Deprecated)

{
  "deprecated": true, 
  "description": "If Virtual Distributed Switch is used as a HostSwitch to configure TransportNode or TransportNodeProfie, this mapping should be specified. You can either use vds_uplink_name or vds_lag_name to associate with uplink_name from UplinkHostSwitch profile.", 
  "id": "VdsUplink", 
  "module_id": "TransportNode", 
  "properties": {
    "uplink_name": {
      "description": "This name is from UplinkHostSwitch profile that is associated with the HostSwitch specified in TransportNode or TransportNodeProfile configuration. This name will be used as an alias to either VDS uplink or lag in other configuration.", 
      "readonly": false, 
      "required": true, 
      "title": "Uplink name from UplinkHostSwitch profile", 
      "type": "string"
    }, 
    "vds_lag_name": {
      "description": "LAG name that is connected to Physical NIC on a host from vSphere.", 
      "readonly": false, 
      "required": false, 
      "title": "Link Aggregation Group (LAG) name of Virtual Distributed Switch", 
      "type": "string"
    }, 
    "vds_uplink_name": {
      "description": "Uplink name of VDS that is connected to Physical NIC on a host from vSphere.", 
      "readonly": false, 
      "required": false, 
      "title": "Uplink name of VMware vSphere Distributed Switch (VDS)", 
      "type": "string"
    }
  }, 
  "title": "VMware vSphere Distributed Switch (VDS) uplink/LAG mapping", 
  "type": "object"
}