DVSConfig (type) (Deprecated)

{
  "deprecated": true, 
  "id": "DVSConfig", 
  "module_id": "DistributedVirtualSwitch", 
  "properties": {
    "host_infra_traffic_res": {
      "description": "host_infra_traffic_res specifies bandwidth allocation for various traffic resources.", 
      "items": {
        "$ref": "ResourceAllocation
      }, 
      "readonly": false, 
      "required": false, 
      "title": "Resource allocation associated with NiocProfile", 
      "type": "array"
    }, 
    "lacp_group_configs": {
      "description": "It contains information about VMware specific multiple dynamic LACP groups.", 
      "items": {
        "$ref": "LacpGroupConfigInfo
      }, 
      "readonly": false, 
      "required": false, 
      "title": "Array of Link Aggregation Control Protocol (LACP) configuration", 
      "type": "array"
    }, 
    "lldp_send_enabled": {
      "default": false, 
      "required": false, 
      "title": "Enabled or disabled sending LLDP packets", 
      "type": "boolean"
    }, 
    "mtu": {
      "minimum": 1600, 
      "required": false, 
      "title": "Maximum Transmission Unit used for uplinks", 
      "type": "int"
    }, 
    "name": {
      "readonly": false, 
      "required": true, 
      "title": "The DVS name", 
      "type": "string"
    }, 
    "uplink_port_names": {
      "description": "Names of uplink ports for this DVS.", 
      "items": {
        "type": "string"
      }, 
      "minItems": 1, 
      "readonly": false, 
      "required": true, 
      "title": "Uplink port names", 
      "type": "array"
    }, 
    "uuid": {
      "readonly": false, 
      "required": false, 
      "title": "The DVS uuid", 
      "type": "string"
    }
  }, 
  "title": "The DVS Configuration", 
  "type": "object"
}