HostSubSpecification

HostSubSpecification
HostSubSpecification

Host sub specification data are the data used when create a virtual device, and/or configure the virtual device and its related host services.

A typical example of host sub specification data is the DVS host view specification, which is used when create DVS host view on an ESXi host and configure the virtual switch on the host. The introduction of this type of data is for improving the availability of the ESXi host management. For example, when the VirtualCenter server is not available, an ESXi host will have enough information to reconfigure DVS host view properly when the ESXi host is booted from stateless or stateless caching. Host sub specification data are data for VMware internal data structure used in virtual device creation and configuration. They are different to AnswerFile which are from public knowledge domain or the public API of VMware ESXi host services. When the host sub specification data for a single feature are stored in multiple host sub specification data objects, it is the responsibility of the host specification source in this feature to guarantee the completeness and consistency of these host sub specification objects.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "createdTime": "string",
    "data": [
        0
    ],
    "binaryData": "string"
}
string
name
Required

The full name of the host sub specification.

The format of this member variable is: CompanyName_ProductName_SubSpecName. Thus, name conflict is avoided by containing the company name, product name, and sub specification name in this full name.

string As date-time As date-time
createdTime
Required

Time at which the host sub specification was created.

array of integer
data
Optional

The host sub specification data

string As byte As byte
binaryData
Optional

The host sub specification data in Binary for wire efficiency.