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

Avaliable Methods

public method get_output_field_list ()
 
public method set_description ()
 
public method set_output_field_list ()
 
public method get_formatter ()
 
public method set_formatter ()
 
public method get_operation_id ()
 
public method set_identity ()
 
public method set_operation_id ()
 
public method get_identity ()
 
public method get_description ()
 
public method set_service_id ()
 
public method get_service_id ()
 
public method set_options ()
 
public method get_options ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Cli::Command::Info class contains information about a command. It includes the identity of the command, a description, information about the interface and method that implement the command, and CLI-specific information for the command.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Cli::Command::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::Command::Info::get_formatter ( )

Gets the value of 'formatter' property.

Return values
formatter- The current value of the field. The formatter to use when displaying the output of this command. Optional#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::get_identity ( )

Gets the value of 'identity' property.

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

Gets the value of 'operation_id' property.

Return values
operation_id- The current value of the field. The operation identifier corresponding to this CLI command. ID#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::get_options ( )

Gets the value of 'options' property.

Return values
options- The current value of the field. The input for this command. List#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::get_output_field_list ( )

Gets the value of 'output_field_list' property.

Return values
output_field_list- The current value of the field. List of output structure name and output field info. List#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::get_service_id ( )

Gets the value of 'service_id' property.

Return values
service_id- The current value of the field. The service identifier that contains the operations for this CLI command. ID#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::new ( )

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

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::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::Command::Info::set_formatter ( )

Sets the given value for 'formatter' property.

Parameters
formatter- New value for the field. The formatter to use when displaying the output of this command.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_identity ( )

Sets the given value for 'identity' property.

Parameters
identity- New value for the field. Basic command identity.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_operation_id ( )

Sets the given value for 'operation_id' property.

Parameters
operation_id- New value for the field. The operation identifier corresponding to this CLI command.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_options ( )

Sets the given value for 'options' property.

Parameters
options- New value for the field. The input for this command.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_output_field_list ( )

Sets the given value for 'output_field_list' property.

Parameters
output_field_list- New value for the field. List of output structure name and output field info.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_service_id ( )

Sets the given value for 'service_id' property.

Parameters
service_id- New value for the field. The service identifier that contains the operations for this CLI command.
Code:
click to view

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