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"
}
}
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.