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
 All Classes Files Functions
List of all members
Com::Vmware::Vcenter::Ovf::ExtraConfig Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Ovf::ExtraConfig:

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 ()
 

Detailed Description

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 .

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::ExtraConfig::get_key ( )

Gets the value of 'key' property.

Return values
key- The current value of the field. The key of the ExtraConfig element. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ExtraConfig::get_value ( )

Gets the value of 'value' property.

Return values
value- The current value of the field. The value of the ExtraConfig element. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ExtraConfig::get_virtual_system_id ( )

Gets the value of 'virtual_system_id' property.

Return values
virtual_system_id- The current value of the field. The identifier of the virtual system containing the vmw:ExtraConfig element. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ExtraConfig::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Ovf::ExtraConfig structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ExtraConfig::set_key ( )

Sets the given value for 'key' property.

Parameters
key- New value for the field. The key of the ExtraConfig element.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ExtraConfig::set_value ( )

Sets the given value for 'value' property.

Parameters
value- New value for the field. The value of the ExtraConfig element.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ExtraConfig::set_virtual_system_id ( )

Sets the given value for 'virtual_system_id' property.

Parameters
virtual_system_id- New value for the field. The identifier of the virtual system containing the vmw:ExtraConfig element.
Code:
click to view

The documentation for this class was generated from the following file: