TransportNodeVtepAdminStateMgmtStatus (type)

{
  "extends": {
    "$ref": "TransportNodeVtepActionStatus
  }, 
  "id": "TransportNodeVtepAdminStateMgmtStatus", 
  "module_id": "PolicyHostTransportNode", 
  "polymorphic-type-descriptor": {
    "type-identifier": "TransportNodeVtepAdminStateMgmtStatus"
  }, 
  "properties": {
    "admin_state_up": {
      "required": true, 
      "title": "The request is to turn on Admin State or not", 
      "type": "boolean"
    }, 
    "device_name": {
      "required": true, 
      "title": "VTEP device name", 
      "type": "string"
    }, 
    "id": {
      "required": true, 
      "title": "Action identifier", 
      "type": "string"
    }, 
    "status": {
      "enum": [
        "PENDING", 
        "IN_PROGRESS", 
        "FAILED"
      ], 
      "required": true, 
      "title": "Action status", 
      "type": "string"
    }, 
    "status_message": {
      "required": false, 
      "title": "Action status message", 
      "type": "string"
    }, 
    "status_type": {
      "required": true, 
      "title": "Type of action status", 
      "type": "string"
    }
  }, 
  "title": "An object representing the status of a VTEP Admin State mgmt request", 
  "type": "object"
}