vcenter ovf library item: create spec

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

Representation:

{
    "description""string",
    "flags"[
        "string",
        "string"
    ],
    "name""string"
}

Attributes:

Name Type Description
Optional
name string Name to use in the OVF descriptor stored in the library item.

Optional. If unset, the server will use source's current name.

description string Description to use in the OVF descriptor stored in the library item.

Optional. If unset, the server will use source's current annotation.

flags string[] Flags to use for OVF package creation. The supported flags can be obtained using list.

Optional. If unset, no flags will be used.