|
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_description () |
| public method | set_description () |
| public method | get_flags () |
| public method | set_name () |
| public method | new () |
| public method | get_name () |
| public method | set_flags () |
The Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec class defines the information used to create or update a library item containing an OVF package.
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. Description to use in the OVF descriptor stored in the library item. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::get_flags | ( | ) |
Gets the value of 'flags' property.
| flags | - The current value of the field. Flags to use for OVF package creation. The supported flags can be obtained using :func:Com::Vmware::Vcenter::Ovf::ExportFlag.list . Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. Name to use in the OVF descriptor stored in the library item. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. Description to use in the OVF descriptor stored in the library item. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::set_flags | ( | ) |
Sets the given value for 'flags' property.
| flags | - New value for the field. Flags to use for OVF package creation. The supported flags can be obtained using :func:Com::Vmware::Vcenter::Ovf::ExportFlag.list . |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. Name to use in the OVF descriptor stored in the library item. |
Code: