|
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 | set_display_name () |
| public method | get_display_name () |
| public method | set_field_name () |
| public method | new () |
| public method | get_field_name () |
The Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo class describes the name used by the CLI to display a single field of a class element in the interface definition language.
| public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo::get_display_name | ( | ) |
Gets the value of 'display_name' property.
| display_name | - The current value of the field. Name used by the CLI to display the field . String# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo::get_field_name | ( | ) |
Gets the value of 'field_name' property.
| field_name | - The current value of the field. Name of the field . String# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo::set_display_name | ( | ) |
Sets the given value for 'display_name' property.
| display_name | - New value for the field. Name used by the CLI to display the field . |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo::set_field_name | ( | ) |
Sets the given value for 'field_name' property.
| field_name | - New value for the field. Name of the field . |
Code: