Ovf_LibraryItem_CreateSpec

Ovf_LibraryItem_CreateSpec
Ovf_LibraryItem_CreateSpec

The LibraryItem.CreateSpec structure defines the information used to create or update a library item containing an OVF package.

JSON Example
{
    "name": "string",
    "description": "string",
    "flags": [
        "string"
    ]
}
string
name
Optional

Name to use in the OVF descriptor stored in the library item. If unset, the server will use source's current name.

string
description
Optional

Description to use in the OVF descriptor stored in the library item. If unset, the server will use source's current annotation.

array of string
flags
Optional

Flags to use for OVF package creation. The supported flags can be obtained using ExportFlag.list. If unset, no flags will be used.