|
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
|
Classes | |
| class | ChecksumAlgorithm |
| class | ChecksumInfo |
| class | Info |
Avaliable Methods | |
| public method | get () |
| public method | new () |
| public method | list () |
The Com::Vmware::Content::Library::Item::File interface can be used to query for information on the files within a library item. Files are objects which are added to a library item through the class Com::Vmware::Content::Library::Item::UpdateSession and class Com::Vmware::Content::Library::Item::Updatesession::File interfaces .
| public method Com::Vmware::Content::Library::Item::File::get | ( | ) |
Retrieves the information for a single file in a library item by its name.
| library_item_id | [REQUIRED] Identifier of the library item whose file information should be returned. The value must be an identifier for the resource type getQualifiedName(com.vmware.content.library.Item). . The value must be str. |
| name | [REQUIRED] Name of the file in the library item whose information should be returned. . The value must be String. |
| The | class Com::Vmware::Content::Library::Item::File::Info object with information on the specified file. The return type will be Com::Vmware::Content::Library::Item::File::Info |
| Com::Vmware::Vapi::Std::Errors::NotFound | if library_item_id refers to a library item that does not exist. |
| Com::Vmware::Vapi::Std::Errors::NotFound | if name refers to a file that does not exist in the library item. |
Code:
| public method Com::Vmware::Content::Library::Item::File::list | ( | ) |
Lists all of the files that are stored within a given library item.
| library_item_id | [REQUIRED] Identifier of the library item whose files should be listed. The value must be an identifier for the resource type getQualifiedName(com.vmware.content.library.Item). . The value must be str. |
| The | list of all of the files that are stored within the given library item. The return type will be Array of Com::Vmware::Content::Library::Item::File::Info |
| Com::Vmware::Vapi::Std::Errors::NotFound | if library_item_id refers to a library item that does not exist. |
Code:
| public method Com::Vmware::Content::Library::Item::File::new | ( | ) |
Constructor to initialize the object
| api_provider | - protocol connection to use with stubs created by this factory |
| StubConfig | - Stub's additional configuration |
| Blessed | object |
Code: