|
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 | get () |
| public method | new () |
| public method | list () |
The Com::Vmware::Vapi::Metadata::Metamodel::Enumeration interface provides methods* to retrieve metamodel information about an enumeration element in the interface definition language.
The Com::Vmware::Vapi::Metadata::Metamodel::Enumeration has a list of enumeration value elements.
Constant String::RESOURCE_TYPE # Resource type for enumeration.
| public method Com::Vmware::Vapi::Metadata::Metamodel::Enumeration::get | ( | ) |
Retrieves information about the enumeration element corresponding to enumeration_id .
The class Com::Vmware::Vapi::Metadata::Metamodel::EnumerationInfo contains the metamodel information about the enumeration value element contained in the enumeration element.
| enumeration_id | [REQUIRED] Identifier of the enumeration element. The value must be an identifier for the resource type getQualifiedName(com.vmware.vapi.enumeration). . The value must be str. |
| The | class Com::Vmware::Vapi::Metadata::Metamodel::EnumerationInfo instance that corresponds to enumeration_id The return type will be Com::Vmware::Vapi::Metadata::Metamodel::EnumerationInfo |
| Com::Vmware::Vapi::Std::Errors::NotFound | if the enumeration element associated with enumeration_id is not contained in any of the package elements, service elements and structure elements. |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::Enumeration::list | ( | ) |
Returns the identifiers for the enumeration elements that are contained in all the package elements, service elements and structure elements.
| The | list of identifiers for the enumeration elements. The value will be an identifier for the resource type getQualifiedName(com.vmware.vapi.enumeration). The return type will be Array of str |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::Enumeration::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: