|
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
|
Classes | |
| class | Identity |
| class | Info |
Avaliable Methods | |
| public method | get () |
| public method | fingerprint () |
| public method | new () |
| public method | list () |
The Com::Vmware::Vapi::Metadata::Cli::Namespace interface provides methods* to get information about command line interface (CLI) namespaces.
| public method Com::Vmware::Vapi::Metadata::Cli::Namespace::fingerprint | ( | ) |
Returns the aggregate fingerprint of all the namespace metadata from all the metadata sources.
The fingerprint provides clients an efficient way to check if the metadata for namespaces has been modified on the server.
| Fingerprint | of all the namespace metadata present on the server. The return type will be String |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Namespace::get | ( | ) |
Retreives information about a namespace including information about children of that namespace.
| identity | [REQUIRED] Identifier of the namespace for which to retreive information. . The value must be Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity. |
| Information | about the namespace including information about child of that namespace. The return type will be Com::Vmware::Vapi::Metadata::Cli::Namespace::Info |
| Com::Vmware::Vapi::Std::Errors::NotFound | if a namespace corresponding to identity doesn't exist. |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Namespace::list | ( | ) |
Returns the identifiers of all namespaces registered with the infrastructure.
| Identifiers | of all the namespaces. The return type will be Array of Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Namespace::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: