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
.
{
"_typeName": "string",
"version": "string",
"updateTime": "string",
"task": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
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.
The update time tracks the time when this vSAN file service OVF is installed into the repository of the vCenter.
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.