|
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 | fingerprint () |
| public method | new () |
| public method | list () |
The Com::Vmware::Vapi::Metadata::Metamodel::Component interface providers methods* to retrieve metamodel information of a component element.
A component defines a set of functionality that is deployed together and versioned together. For example, all the interfaces that belong to VMware Content Library are part of a single component. A component element describes a component. A component element contains one or more package elements.
The methods for package elements are provided by interface class Com::Vmware::Vapi::Metadata::Metamodel::Package .
Constant String::RESOURCE_TYPE # Resource type for component.
| public method Com::Vmware::Vapi::Metadata::Metamodel::Component::fingerprint | ( | ) |
Retrieves the fingerprint computed from the metamodel metadata of the component element corresponding to component_id .
The fingerprint provides clients an efficient way to check if the metadata for a particular component element has been modified on the server. The client can do this by comparing the result of this operation with the fingerprint returned in the result of :func:Com::Vmware::Vapi::Metadata::Metamodel::Component.get .
| component_id | [REQUIRED] Identifier of the component element. The value must be an identifier for the resource type getQualifiedName(com.vmware.vapi.component). . The value must be str. |
| The | fingerprint computed from the metamodel metadata of the component element. The return type will be String |
| Com::Vmware::Vapi::Std::Errors::NotFound | if the component element associated with component_id is not registered with the infrastructure. |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::Component::get | ( | ) |
Retrieves metamodel information about the component element corresponding to component_id .
The class Com::Vmware::Vapi::Metadata::Metamodel::ComponentData contains the metamodel information about the component and it's fingerprint. It contains information about all the package elements that are contained in this component element.
| component_id | [REQUIRED] Identifier of the component element. The value must be an identifier for the resource type getQualifiedName(com.vmware.vapi.component). . The value must be str. |
| The | class Com::Vmware::Vapi::Metadata::Metamodel::ComponentData instance that corresponds to component_id . The return type will be Com::Vmware::Vapi::Metadata::Metamodel::ComponentData |
| Com::Vmware::Vapi::Std::Errors::NotFound | if the component element associated with component_id is not registered with the infrastructure. |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::Component::list | ( | ) |
Returns the identifiers for the component elements that are registered with the infrastructure.
| The | list of identifiers for the component elements that are registered with the infrastructure. The value will be an identifier for the resource type getQualifiedName(com.vmware.vapi.component). The return type will be Array of str |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::Component::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: