|
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
|
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 () |
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.
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. The text description displayed to the user in help output. String# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::get_formatter | ( | ) |
Gets the value of 'formatter' property.
| formatter | - The current value of the field. The formatter to use when displaying the output of this command. Optional# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::get_identity | ( | ) |
Gets the value of 'identity' property.
| identity | - The current value of the field. Basic command identity. Identity# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::get_operation_id | ( | ) |
Gets the value of 'operation_id' property.
| operation_id | - The current value of the field. The operation identifier corresponding to this CLI command. ID# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::get_options | ( | ) |
Gets the value of 'options' property.
| options | - The current value of the field. The input for this command. List# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::get_output_field_list | ( | ) |
Gets the value of 'output_field_list' property.
| output_field_list | - The current value of the field. List of output structure name and output field info. List# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::get_service_id | ( | ) |
Gets the value of 'service_id' property.
| service_id | - The current value of the field. The service identifier that contains the operations for this CLI command. ID# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Cli::Command::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. The text description displayed to the user in help output. |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_formatter | ( | ) |
Sets the given value for 'formatter' property.
| formatter | - New value for the field. The formatter to use when displaying the output of this command. |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_identity | ( | ) |
Sets the given value for 'identity' property.
| identity | - New value for the field. Basic command identity. |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_operation_id | ( | ) |
Sets the given value for 'operation_id' property.
| operation_id | - New value for the field. The operation identifier corresponding to this CLI command. |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_options | ( | ) |
Sets the given value for 'options' property.
| options | - New value for the field. The input for this command. |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_output_field_list | ( | ) |
Sets the given value for 'output_field_list' property.
| output_field_list | - New value for the field. List of output structure name and output field info. |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::Info::set_service_id | ( | ) |
Sets the given value for 'service_id' property.
| service_id | - New value for the field. The service identifier that contains the operations for this CLI command. |
Code: