Search

Method validateHost(String ovfDescriptor, VcHostSystem host, VcOvfValidateHostParams vhp)

Validate that the given OVF can be imported on the host.

More specifically, this means whether or not the host supports the virtual hardware required by the OVF descriptor.

Returns

VcOvfValidateHostResult

Arguments

Name Type Description
ovfDescriptor String The OVF descriptor to examine.
host VcHostSystem The host to validate against.
vhp VcOvfValidateHostParams Additional parameters for validateHost, wrapped in a ValidateHostParams instance.