HostSpecification

HostSpecification
HostSpecification

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.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
}
string As date-time As date-time
createdTime
Required

Time at which the host specification was created.

string As date-time As date-time
lastModified
Optional

Time at which the host specification was last modified.

If it isn't set, it is the same as createdTime.

host
Required

Reference to an instance of the HostSystem managed object.

subSpecs
Optional

The collection of the host sub specifications.

It is optional.

string
changeID
Optional

The change ID for querying the host specification data updated in a time period.

It has a format of timestamp:change_number, where timestamp is the decimal string of a start time, and change_number is the decimal string of an auto incremented variable counting from the start time.