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
List of all members
Com::Vmware::Vapi::Metadata::Cli::Command::Identity Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Cli::Command::Identity:

Avaliable Methods

public method set_path ()
 
public method set_name ()
 
public method new ()
 
public method get_name ()
 
public method get_path ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Cli::Command::Identity class uniquely identifies a command in the CLI commands tree.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Cli::Command::Identity::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. Name of the command. String#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Identity::get_path ( )

Gets the value of 'path' property.

Return values
path- The current value of the field. The dot-separated path of the namespace containing the command in the CLI command tree. String#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Identity::new ( )

Constructor to initialize the Com::Vmware::Vapi::Metadata::Cli::Command::Identity structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Identity::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. Name of the command.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Identity::set_path ( )

Sets the given value for 'path' property.

Parameters
path- New value for the field. The dot-separated path of the namespace containing the command in the CLI command tree.
Code:
click to view

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