|
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_info () |
| public method | get_tag () |
| public method | set_info () |
| public method | set_tag () |
| public method | new () |
The Com::Vmware::Vcenter::Ovf::UnknownSection class contains information about an unknown section in an OVF package.
| public method Com::Vmware::Vcenter::Ovf::UnknownSection::get_info | ( | ) |
Gets the value of 'info' property.
| info | - The current value of the field. The description of the Info element. String# |
Code:
| public method Com::Vmware::Vcenter::Ovf::UnknownSection::get_tag | ( | ) |
Gets the value of 'tag' property.
| tag | - The current value of the field. A namespace-qualified tag in the form {ns}tag . String# |
Code:
| public method Com::Vmware::Vcenter::Ovf::UnknownSection::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::UnknownSection structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::UnknownSection::set_info | ( | ) |
Sets the given value for 'info' property.
| info | - New value for the field. The description of the Info element. |
Code:
| public method Com::Vmware::Vcenter::Ovf::UnknownSection::set_tag | ( | ) |
Sets the given value for 'tag' property.
| tag | - New value for the field. A namespace-qualified tag in the form {ns}tag . |
Code: