UpdateHostSpecificationRequestType

UpdateHostSpecificationRequestType
UpdateHostSpecificationRequestType

The parameters of UpdateHostSpecification.

JSON Example
{
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "hostSpec": {
        "_typeName": "string",
        "createdTime": "string",
        "lastModified": "string",
        "host": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        },
        "subSpecs": [
            {
                "_typeName": "string",
                "name": "string",
                "createdTime": "string",
                "data": [
                    0
                ],
                "binaryData": "string"
            }
        ],
        "changeID": "string"
    }
}
host
Required

The host whose specification will be updated.

hostSpec
Required

The new host specification to be updated with.