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::Namespace::Identity Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Cli::Namespace::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::Namespace::Identity class uniquely identifies a namespace in the CLI namespace tree.

Member Function Documentation

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

Gets the value of 'name' property.

Return values
name- The current value of the field. The name displayed to the user for this namespace. String#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Namespace::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 namespace in the CLI node tree. For top-level namespace this will be empty. String#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity::new ( )

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

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

Sets the given value for 'name' property.

Parameters
name- New value for the field. The name displayed to the user for this namespace.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Namespace::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 namespace in the CLI node tree. For top-level namespace this will be empty.
Code:
click to view

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