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

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 ()
 

Detailed Description

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.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo::get_display_name ( )

Gets the value of 'display_name' property.

Return values
display_name- The current value of the field. Name used by the CLI to display the field . String#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo::get_field_name ( )

Gets the value of 'field_name' property.

Return values
field_name- The current value of the field. Name of the field . String#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo::new ( )

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

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo::set_display_name ( )

Sets the given value for 'display_name' property.

Parameters
display_name- New value for the field. Name used by the CLI to display the field .
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Cli::Command::OutputFieldInfo::set_field_name ( )

Sets the given value for 'field_name' property.

Parameters
field_name- New value for the field. Name of the field .
Code:
click to view

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