HostSpecificationUpdateEvent

HostSpecificationUpdateEvent
HostSpecificationUpdateEvent

This event suggests that update the host specification with the encapsulated copy.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": 0,
    "chainId": 0,
    "createdTime": "string",
    "userName": "string",
    "datacenter": {
        "_typeName": "string",
        "name": "string",
        "datacenter": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    },
    "computeResource": {
        "_typeName": "string",
        "name": "string",
        "computeResource": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    },
    "host": {
        "_typeName": "string",
        "name": "string",
        "host": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    },
    "vm": {
        "_typeName": "string",
        "name": "string",
        "vm": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    },
    "ds": {
        "_typeName": "string",
        "name": "string",
        "datastore": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    },
    "net": {
        "_typeName": "string",
        "name": "string",
        "network": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    },
    "dvs": {
        "_typeName": "string",
        "name": "string",
        "dvs": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    },
    "fullFormattedMessage": "string",
    "changeTag": "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"
    }
}
hostSpec
Required

The host specification data are those needed at host boot time to create and configure virtual devices and host services.

The HostSpecification data object contains a collection of host sub specification data. For host sub specification data, see HostSubSpecification for details.