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::Metamodel::OperationResultInfo Class Reference
Inheritance diagram for Com::Vmware::Vapi::Metadata::Metamodel::OperationResultInfo:

Avaliable Methods

public method set_documentation ()
 
public method set_type ()
 
public method get_documentation ()
 
public method get_type ()
 
public method new ()
 
public method set_metadata ()
 
public method get_metadata ()
 

Detailed Description

The Com::Vmware::Vapi::Metadata::Metamodel::OperationResultInfo class contains the metamodel information of an operation result element.

An operation accepts a list of parameters and returns a result or an error. The Com::Vmware::Vapi::Metadata::Metamodel::OperationResultInfo describes the result element of an operation.

Member Function Documentation

public method Com::Vmware::Vapi::Metadata::Metamodel::OperationResultInfo::get_documentation ( )

Gets the value of 'documentation' property.

Return values
documentation- The current value of the field. English language documentation for the operation result element. It can contain HTML markup and Javadoc tags. String#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::OperationResultInfo::get_metadata ( )

Gets the value of 'metadata' property.

Return values
metadata- The current value of the field. Generic metadata elements for the service element. The key in the map is the name of the metadata element and the value is the data associated with that metadata element.

The class Com::Vmware::Vapi::Metadata::Metamodel::MetadataIdentifier contains possible string values for keys in the map .

Map#

Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::OperationResultInfo::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Type information of the operation result element. Type#
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::OperationResultInfo::new ( )

Constructor to initialize the Com::Vmware::Vapi::Metadata::Metamodel::OperationResultInfo structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::OperationResultInfo::set_documentation ( )

Sets the given value for 'documentation' property.

Parameters
documentation- New value for the field. English language documentation for the operation result element. It can contain HTML markup and Javadoc tags.
Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::OperationResultInfo::set_metadata ( )

Sets the given value for 'metadata' property.

Parameters
metadata- New value for the field. Generic metadata elements for the service element. The key in the map is the name of the metadata element and the value is the data associated with that metadata element.

The class Com::Vmware::Vapi::Metadata::Metamodel::MetadataIdentifier contains possible string values for keys in the map .

Code:
click to view
public method Com::Vmware::Vapi::Metadata::Metamodel::OperationResultInfo::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Type information of the operation result element.
Code:
click to view

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