|
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 | FilterSpec |
| class | Summary |
| class | Type |
Avaliable Methods | |
| public method | new () |
| public method | list () |
The Folder interface provides methods for manipulating a vCenter Server folder. Constant String::RESOURCE_TYPE # The resource type for the vCenter folder
| public method Com::Vmware::Vcenter::Folder::list | ( | ) |
Returns information about at most 1000 visible (subject to permission checks) folders in vCenter matching the class Com::Vmware::Vcenter::Folder::FilterSpec .
| filter | [OPTIONAL] Specification of matching folders for which information should be returned. If null , the behavior is equivalent to a class Com::Vmware::Vcenter::Folder::FilterSpec with all fields null which means all folders match the filter. . The value must be Com::Vmware::Vcenter::Folder::FilterSpec or None. |
| Commonly | used information about the folders matching the class Com::Vmware::Vcenter::Folder::FilterSpec . The return type will be Array of Com::Vmware::Vcenter::Folder::Summary |
| Com::Vmware::Vapi::Std::Errors::InvalidArgument | if the :attr:Com::Vmware::Vcenter::Folder::FilterSpec.type field contains a value that is not supported by the server. |
| Com::Vmware::Vapi::Std::Errors::UnableToAllocateResource | if more than 1000 folders match the class Com::Vmware::Vcenter::Folder::FilterSpec . |
| Com::Vmware::Vapi::Std::Errors::ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
| Com::Vmware::Vapi::Std::Errors::Unauthenticated | if the user can not be authenticated. |
| Com::Vmware::Vapi::Std::Errors::Unauthorized | if the user doesn't have the required privileges. |
Code:
| public method Com::Vmware::Vcenter::Folder::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: