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
 All Classes Files Functions
Classes | List of all members
Com::Vmware::Vapi::Metadata::Cli::Namespace Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Cli::Namespace:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  Identity
 
class  Info
 

Avaliable Methods

public method get ()
 
public method fingerprint ()
 
public method new ()
 
public method list ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Cli::Namespace interface provides methods* to get information about command line interface (CLI) namespaces.

Member Function Documentation

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.

Return values
Fingerprintof all the namespace metadata present on the server. The return type will be String
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Namespace::get ( )

Retreives information about a namespace including information about children of that namespace.

Parameters
identity[REQUIRED] Identifier of the namespace for which to retreive information. . The value must be Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity.
Return values
Informationabout the namespace including information about child of that namespace. The return type will be Com::Vmware::Vapi::Metadata::Cli::Namespace::Info
Exceptions
Com::Vmware::Vapi::Std::Errors::NotFoundif a namespace corresponding to identity doesn't exist.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Namespace::list ( )

Returns the identifiers of all namespaces registered with the infrastructure.

Return values
Identifiersof all the namespaces. The return type will be Array of Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Namespace::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view

The documentation for this class was generated from the following file: