Ovf_LibraryItem_OvfSummary

Ovf_LibraryItem_OvfSummary
Ovf_LibraryItem_OvfSummary

The LibraryItem.OvfSummary structure defines the result of the LibraryItem.filter operation. See LibraryItem.filter. The fields in the structure describe parameterizable information in the OVF descriptor, with respect to a deployment target, for the LibraryItem.deploy operation. See LibraryItem.deploy.

JSON Example
{
    "name": "string",
    "annotation": "string",
    "EULAs": [
        "string"
    ],
    "networks": [
        "string"
    ],
    "storage_groups": [
        "string"
    ],
    "additional_params": [
        {}
    ]
}
string
name
Optional

Default name for the virtual machine or virtual appliance. If unset, the OVF descriptor did not specify a name.

string
annotation
Optional

Default annotation for the virtual machine or virtual appliance. If unset, the OVF descriptor did not specify an annotation.

array of string
EULAs
Required

End User License Agreements specified in the OVF descriptor. All end user license agreements must be accepted in order for the LibraryItem.deploy operation to succeed. See LibraryItem.ResourcePoolDeploymentSpec.accept-all-eula.

array of string
networks
Optional

Section identifiers for sections of type ovf:NetworkSection in the OVF descriptor. These identifiers can be used as keys in LibraryItem.ResourcePoolDeploymentSpec.network-mappings. If unset, the OVF descriptor did not specify any networks.

array of string
storage_groups
Optional

Section identifiers for sections of type vmw:StorageGroupSection in the OVF descriptor. These identifiers can be used as keys in LibraryItem.ResourcePoolDeploymentSpec.storage-mappings. If unset, the OVF descriptor did not specify any storage groups.

array of object
additional_params
Optional

Additional OVF parameters which can be specified for the deployment target. These OVF parameters can be inspected, optionally modified, and used as values in LibraryItem.ResourcePoolDeploymentSpec.additional-parameters for the LibraryItem.deploy operation. If unset, the OVF descriptor does not require addtional parameters or does not have additional parameters suitable for the deployment target. When clients pass a value of this structure as a parameter, the field must contain all the attributes defined in OvfParams. When operations return a value of this structure as a result, the field will contain all the attributes defined in OvfParams.