com.vmware.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.

Representations:
{
    "registration_accepted"true,
    "required"true
}
<?xml version="1.0" ?>
<ns0:VcenterExtensionParams xmlns:ns0="http://vmware.com/vcenter/ovf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <registration_accepted>true</registration_accepted>
  <required>true</required>
</ns0:VcenterExtensionParams>

Attributes:
Name Type Required Description
required boolean Read Whether registration as a vCenter extension is required.
registration_accepted boolean Create, Read Whether registration as a vCenter extension is accepted.

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

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

Copyright © 2014. All Rights Reserved.