|
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 | new () |
| public method | list () |
The class Com::Vmware::Vapi::Metadata::Metamodel::Resource interface provides methods* to retrieve information about resource types.
A service is a logical grouping of operations that operate on an entity. Each entity is identifier by a namespace (or resource type) and an unique identifier.
Constant String::RESOURCE_TYPE # Resource type for resource.
| public method Com::Vmware::Vapi::Metadata::Metamodel::Resource::list | ( | ) |
Returns the set of resource types present across all the service elements contained in all the package elements.
| Set | of resource types The value will be an identifier for the resource type getQualifiedName(com.vmware.vapi.resource). The return type will be Set of str |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::Resource::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: