|
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_elements () |
| public method | set_elements () |
| public method | new () |
The Com::Vmware::Vapi::Metadata::Metamodel::ElementMap class contains the metadata elements.
One of the sources for metadata is the annotations present in the interface definition language. When an annotation is represented in the Com::Vmware::Vapi::Metadata::Metamodel::ElementMap , Com::Vmware::Vapi::Metadata::Metamodel::ElementMap describes the data specified in the arguments for the annotation.
For example, in \@UnionCase(tag="tag", value="SELECT") , ElementMap describes the keyword arguments tag and value.
| public method Com::Vmware::Vapi::Metadata::Metamodel::ElementMap::get_elements | ( | ) |
Gets the value of 'elements' property.
| elements | - The current value of the field. Metamodel information of the metadata elements. The key parameter of the map is the identifier for the element and the value corresponds to the element value. Map# |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::ElementMap::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Metamodel::ElementMap structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::ElementMap::set_elements | ( | ) |
Sets the given value for 'elements' property.
| elements | - New value for the field. Metamodel information of the metadata elements. The key parameter of the map is the identifier for the element and the value corresponds to the element value. |
Code: