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::Vcenter::Ovf::LibraryItem::ResultInfo Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo:

Avaliable Methods

public method get_warnings ()
 
public method set_warnings ()
 
public method get_information ()
 
public method get_errors ()
 
public method set_information ()
 
public method new ()
 
public method set_errors ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo class defines the information returned along with the result of a create or deploy method to describe errors, warnings, and informational messages produced by the server.

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::get_errors ( )

Gets the value of 'errors' property.

Return values
errors- The current value of the field. Errors reported by the create or deploy method . These errors would have prevented the create or deploy method from completing successfully. List#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::get_information ( )

Gets the value of 'information' property.

Return values
information- The current value of the field. Information messages reported by the create or deploy method . For example, a non-required parameter was ignored. List#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::get_warnings ( )

Gets the value of 'warnings' property.

Return values
warnings- The current value of the field. Warnings reported by the create or deploy method . These warnings would not have prevented the create or deploy method from completing successfully, but there might be issues that warrant attention. List#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::set_errors ( )

Sets the given value for 'errors' property.

Parameters
errors- New value for the field. Errors reported by the create or deploy method . These errors would have prevented the create or deploy method from completing successfully.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::set_information ( )

Sets the given value for 'information' property.

Parameters
information- New value for the field. Information messages reported by the create or deploy method . For example, a non-required parameter was ignored.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::set_warnings ( )

Sets the given value for 'warnings' property.

Parameters
warnings- New value for the field. Warnings reported by the create or deploy method . These warnings would not have prevented the create or deploy method from completing successfully, but there might be issues that warrant attention.
Code:
click to view

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