vcenter ovf export session: preview
The
preview
structure contains information about the result of an export preview.Representation:
{
"files" : [
{
"name" : "string"
},
{
"name" : "string"
}
]
}
"files" : [
{
"name" : "string"
},
{
"name" : "string"
}
]
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
files | preview_file[] | The files that will need to be transferred during the export. This includes disks, CD images, and the descriptor itself. |
files[].name | string | The name of the file. |