|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Avaliable Methods | |
| public method | set_type () |
| public method | set_required () |
| public method | get_required () |
| public method | get_type () |
| public method | new () |
| public method | get_registration_accepted () |
| public method | set_registration_accepted () |
The Com::Vmware::Vcenter::Ovf::VcenterExtensionParams class 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 :func:Com::Vmware::Vcenter::Ovf::LibraryItem.deploy and :func:Com::Vmware::Vcenter::Ovf::LibraryItem.filter .
| public method Com::Vmware::Vcenter::Ovf::VcenterExtensionParams::get_registration_accepted | ( | ) |
Gets the value of 'registration_accepted' property.
| registration_accepted | - The current value of the field. Whether registration as a vCenter extension is accepted. |
If registration as a vCenter extension is required (see :attr:Com::Vmware::Vcenter::Ovf::VcenterExtensionParams.required ), this must be set to true during deployment. Defaults to false when returned from server.
optional#
Code:
| public method Com::Vmware::Vcenter::Ovf::VcenterExtensionParams::get_required | ( | ) |
Gets the value of 'required' property.
| required | - The current value of the field. Whether registration as a vCenter extension is required. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::VcenterExtensionParams::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters class . optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::VcenterExtensionParams::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::VcenterExtensionParams structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::VcenterExtensionParams::set_registration_accepted | ( | ) |
Sets the given value for 'registration_accepted' property.
| registration_accepted | - New value for the field. Whether registration as a vCenter extension is accepted. |
If registration as a vCenter extension is required (see :attr:Com::Vmware::Vcenter::Ovf::VcenterExtensionParams.required ), this must be set to true during deployment. Defaults to false when returned from server.
Code:
| public method Com::Vmware::Vcenter::Ovf::VcenterExtensionParams::set_required | ( | ) |
Sets the given value for 'required' property.
| required | - New value for the field. Whether registration as a vCenter extension is required. |
Code:
| public method Com::Vmware::Vcenter::Ovf::VcenterExtensionParams::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters class . |
Code: