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
 All Classes Files Functions
List of all members
Com::Vmware::Vapi::Metadata::Metamodel::Resource Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Metamodel::Resource:
Com::Vmware::Vapi::Bindings::VapiInterface

Avaliable Methods

public method new ()
 
public method list ()
 

Detailed Description

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.

Member Function Documentation

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.

Return values
Setof 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:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::Resource::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view

The documentation for this class was generated from the following file: