|
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 | Info |
Avaliable Methods | |
| public method | get () |
| public method | new () |
| public method | list () |
Com::Vmware::Content::Library::Item::Storage is a resource that represents a specific instance of a file stored on a storage backing. Unlike class Com::Vmware::Content::Library::Item::File , which is abstract, storage represents concrete files on the various storage backings. A file is only represented once in class Com::Vmware::Content::Library::Item::File , but will be represented multiple times (once for each storage backing) in Com::Vmware::Content::Library::Item::Storage . The Com::Vmware::Content::Library::Item::Storage interface provides information on the storage backing and the specific location of the file in that backing to privileged users who want direct access to the file on the storage medium.
| public method Com::Vmware::Content::Library::Item::Storage::get | ( | ) |
Retrieves the storage information for a specific file in a library item.
| library_item_id | [REQUIRED] Identifier of the library item whose storage information should be retrieved. The value must be an identifier for the resource type getQualifiedName(com.vmware.content.library.Item). . The value must be str. |
| file_name | [REQUIRED] Name of the file for which the storage information should be listed. . The value must be String. |
| The | list of all the storage items for the given file within the given library item. The return type will be Array of Com::Vmware::Content::Library::Item::Storage::Info |
| Com::Vmware::Vapi::Std::Errors::NotFound | if the specified library item does not exist. |
| Com::Vmware::Vapi::Std::Errors::NotFound | if the specified file does not exist in the given library item. |
Code:
| public method Com::Vmware::Content::Library::Item::Storage::list | ( | ) |
Lists all storage items for a given library item.
| library_item_id | [REQUIRED] Identifier of the library item whose storage information 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 storage items for a given library item. The return type will be Array of Com::Vmware::Content::Library::Item::Storage::Info |
| Com::Vmware::Vapi::Std::Errors::NotFound | if the specified library item does not exist. |
Code:
| public method Com::Vmware::Content::Library::Item::Storage::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: