VtepLabelRange (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "Resource
  }, 
  "id": "VtepLabelRange", 
  "module_id": "VtepLabel", 
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", 
      "items": {
        "$ref": "ResourceLink
      }, 
      "readonly": true, 
      "title": "References related to this resource", 
      "type": "array"
    }, 
    "_schema": {
      "readonly": true, 
      "title": "Schema for this resource", 
      "type": "string"
    }, 
    "_self": {
      "$ref": "SelfResourceLink, 
      "readonly": true, 
      "title": "Link to this resource"
    }, 
    "end": {
      "description": "End value for virtual tunnel endpoint label range", 
      "maximum": 131071, 
      "minimum": 1, 
      "readonly": false, 
      "required": true, 
      "title": "Virtual tunnel endpoint label range end", 
      "type": "integer"
    }, 
    "start": {
      "description": "Start value for virtual tunnel endpoint label range", 
      "maximum": 131071, 
      "minimum": 1, 
      "readonly": false, 
      "required": true, 
      "title": "Virtual tunnel endpoint label range start", 
      "type": "integer"
    }
  }, 
  "type": "object"
}