|
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 | FormatterType |
| class | GenericType |
| class | Identity |
| class | Info |
| class | OptionInfo |
| class | OutputFieldInfo |
| class | OutputInfo |
Avaliable Methods | |
| public method | get () |
| public method | fingerprint () |
| public method | new () |
| public method | list () |
The Com::Vmware::Vapi::Metadata::Cli::Command interface provides methods to get information about command line interface (CLI) commands.
| public method Com::Vmware::Vapi::Metadata::Cli::Command::fingerprint | ( | ) |
Returns the aggregate fingerprint of all the command metadata from all the metadata sources.
The fingerprint provides clients an efficient way to check if the metadata for commands has been modified on the server.
| Fingerprint | of all the command metadata present on the server. The return type will be String |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::get | ( | ) |
Retrieves information about a command including information about how to execute that command.
| identity | [REQUIRED] Identifier of the command for which to retreive information. . The value must be Com::Vmware::Vapi::Metadata::Cli::Command::Identity. |
| Information | about the command including information about how to execute that command. The return type will be Com::Vmware::Vapi::Metadata::Cli::Command::Info |
| Com::Vmware::Vapi::Std::Errors::NotFound | if a command corresponding to identity doesn't exist. |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::list | ( | ) |
Returns the identifiers of all commands, or commands in a specific namespace.
| path | [OPTIONAL] The dot-separated path of the namespace for which command identifiers should be returned. If null identifiers of all commands registered with the infrastructure will be returned. . The value must be String or None. |
| Identifiers | of the requested commands. The return type will be Array of Com::Vmware::Vapi::Metadata::Cli::Command::Identity |
| Com::Vmware::Vapi::Std::Errors::NotFound | if a namespace corresponding to path doesn't exist. |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::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: