|
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_structure_id () |
| public method | get_output_fields () |
| public method | set_structure_id () |
| public method | new () |
| public method | set_output_fields () |
The Com::Vmware::Vapi::Metadata::Cli::Command::OutputInfo class describes the names used by the CLI to display the fields of a class element in the interface definition language as well as the order in which the fields will be displayed.
| public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputInfo::get_output_fields | ( | ) |
Gets the value of 'output_fields' property.
| output_fields | - The current value of the field. The order in which the fields of the class will be displayed by the CLI as well as the names used to display the fields . List# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputInfo::get_structure_id | ( | ) |
Gets the value of 'structure_id' property.
| structure_id | - The current value of the field. Name of the class . ID# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Cli::Command::OutputInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputInfo::set_output_fields | ( | ) |
Sets the given value for 'output_fields' property.
| output_fields | - New value for the field. The order in which the fields of the class will be displayed by the CLI as well as the names used to display the fields . |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputInfo::set_structure_id | ( | ) |
Sets the given value for 'structure_id' property.
| structure_id | - New value for the field. Name of the class . |
Code: