vcenter ovf: vcenter extension params

The vcenter_extension_params structure specifies that the OVF package should be registered as a vCenter extension. The virtual machine or virtual appliance will gain unrestricted access to the vCenter Server APIs. It must be connected to a network with connectivity to the vCenter server.

See deploy and filter.

Representation:

{
    "registration_accepted"true,
    "required"true,
    "type""string"
}

Attributes:

Name Type Description
Optional
required boolean Whether registration as a vCenter extension is required.

Optional. This field is not used in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package.

registration_accepted boolean Whether registration as a vCenter extension is accepted.

If registration as a vCenter extension is required (see vcenter.ovf.vcenter_extension_params.required), this must be set to true during deployment. Defaults to false when returned from server.

Optional. This field must be provided in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package.

type string Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters structure.

Optional. This field must be provided in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package.