vcenter ovf export session: preview spec
The
preview_spec
structure contains information about preview parameters.Representation:
{
"export_flags" : [
"string",
"string"
],
"target_type" : "DOWNLOAD_TARGET"
}
"export_flags" : [
"string",
"string"
],
"target_type" : "DOWNLOAD_TARGET"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
export_flags | string[] | List of selected export flags. These are the same as when creating an export session. Optional. Default is no flags. |
target_type | string | The expected target type, the default type is DOWNLOAD_TARGET. Defines the target types of export session. If vcenter.ovf.export_session.vcenter.ovf.export_session.create-input.content_library is provided, the OVF is exported to a local content library. Value is one of: DOWNLOAD_TARGET: A set of URLs are published where the files can be downloaded from. CONTENT_LIBRARY_TARGET: The OVF package is directly transferred to a content library.Optional. Default is DOWNLOAD_TARGET. |