|
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_library_item_id () |
| public method | get_library_item_id () |
| public method | get_library_id () |
| public method | set_library_id () |
| public method | new () |
The Com::Vmware::Vcenter::Ovf::LibraryItem::CreateTarget class specifies the target library item when capturing a virtual machine or virtual appliance as an OVF package in a library item in a content library. The target can be an existing library item, which will be updated, creating a new version, or it can be a newly created library item in a specified library. See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.create .
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateTarget::get_library_id | ( | ) |
Gets the value of 'library_id' property.
| library_id | - The current value of the field. Identifier of the library in which a new library item should be created. This field is not used if the libraryItemId field is specified. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateTarget::get_library_item_id | ( | ) |
Gets the value of 'library_item_id' property.
| library_item_id | - The current value of the field. Identifier of the library item that should be should be updated. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateTarget::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::CreateTarget structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateTarget::set_library_id | ( | ) |
Sets the given value for 'library_id' property.
| library_id | - New value for the field. Identifier of the library in which a new library item should be created. This field is not used if the libraryItemId field is specified. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateTarget::set_library_item_id | ( | ) |
Sets the given value for 'library_item_id' property.
| library_item_id | - New value for the field. Identifier of the library item that should be should be updated. |
Code: