VsanFileServiceOvfSpec

VsanFileServiceOvfSpec
VsanFileServiceOvfSpec

The specification of the OVF that is used to deploy file service virtual machines.

Each of the OVF specification can be uniquely identified by its version number.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "version": "string",
    "updateTime": "string",
    "task": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
version
Optional

The release version of the vSAN file services OVF.

In vCenter, it will keep at most one instance of the OVF for each version. Besides the version number, the build number will be attached in this field.

string As date-time As date-time
updateTime
Optional

The update time tracks the time when this vSAN file service OVF is installed into the repository of the vCenter.

task
Optional

The task tracking the vSAN file service OVF download operation.

If the task is not present, it means that the OVF has been uploaded successfully.