ApplianceManagementTaskProperties

ApplianceManagementTaskProperties
ApplianceManagementTaskProperties

Appliance management task properties

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "status": "string",
    "async_response_available": false,
    "description": "string",
    "start_time": 0,
    "cancelable": false,
    "request_method": "string",
    "end_time": 0,
    "progress": 0,
    "message": "string",
    "user": "string",
    "id": "string",
    "request_uri": "string"
}