|
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 | get_value () |
| public method | set_key () |
| public method | get_key () |
| public method | set_virtual_system_id () |
| public method | get_virtual_system_id () |
| public method | set_value () |
| public method | new () |
The Com::Vmware::Vcenter::Ovf::ExtraConfig class contains the information about a vmw:ExtraConfig element which can be used to specify configuration settings that are transferred directly to the .vmx file. The behavior of the vmw:ExtraConfig element is similar to the extraConfig property of the VirtualMachineConfigSpec object in the VMware vSphere API. Thus, the same restrictions apply, such as you cannot set values that could otherwise be set with other properties in the VirtualMachineConfigSpec object. See the VMware vSphere API reference for details on this.
vmw:ExtraConfig elements may occur as direct child elements of a VirtualHardwareSection, or as child elements of individual virtual hardware items.
See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.deploy and :func:Com::Vmware::Vcenter::Ovf::LibraryItem.filter .
| public method Com::Vmware::Vcenter::Ovf::ExtraConfig::get_key | ( | ) |
Gets the value of 'key' property.
| key | - The current value of the field. The key of the ExtraConfig element. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ExtraConfig::get_value | ( | ) |
Gets the value of 'value' property.
| value | - The current value of the field. The value of the ExtraConfig element. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ExtraConfig::get_virtual_system_id | ( | ) |
Gets the value of 'virtual_system_id' property.
| virtual_system_id | - The current value of the field. The identifier of the virtual system containing the vmw:ExtraConfig element. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ExtraConfig::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::ExtraConfig structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::ExtraConfig::set_key | ( | ) |
Sets the given value for 'key' property.
| key | - New value for the field. The key of the ExtraConfig element. |
Code:
| public method Com::Vmware::Vcenter::Ovf::ExtraConfig::set_value | ( | ) |
Sets the given value for 'value' property.
| value | - New value for the field. The value of the ExtraConfig element. |
Code:
| public method Com::Vmware::Vcenter::Ovf::ExtraConfig::set_virtual_system_id | ( | ) |
Sets the given value for 'virtual_system_id' property.
| virtual_system_id | - New value for the field. The identifier of the virtual system containing the vmw:ExtraConfig element. |
Code: