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::Info Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Cli::Namespace::Info:

Avaliable Methods

public method get_description ()
 
public method get_identity ()
 
public method set_description ()
 
public method set_children ()
 
public method get_children ()
 
public method new ()
 
public method set_identity ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Cli::Namespace::Info class contains information about a namespace. It includes the identity of the namespace, a description, information children namespaces.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Info::get_children ( )

Gets the value of 'children' property.

Return values
children- The current value of the field. The children of this namespace in the tree of CLI namespaces. List#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Info::get_description ( )

Gets the value of 'description' property.

Return values
description- The current value of the field. The text description displayed to the user in help output. String#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Info::get_identity ( )

Gets the value of 'identity' property.

Return values
identity- The current value of the field. Basic namespace identity. Identity#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Info::new ( )

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

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

Sets the given value for 'children' property.

Parameters
children- New value for the field. The children of this namespace in the tree of CLI namespaces.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Info::set_description ( )

Sets the given value for 'description' property.

Parameters
description- New value for the field. The text description displayed to the user in help output.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Info::set_identity ( )

Sets the given value for 'identity' property.

Parameters
identity- New value for the field. Basic namespace identity.
Code:
click to view

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