|
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_warnings () |
| public method | set_warnings () |
| public method | get_information () |
| public method | get_errors () |
| public method | set_information () |
| public method | new () |
| public method | set_errors () |
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.
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::get_errors | ( | ) |
Gets the value of 'errors' property.
| 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:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::get_information | ( | ) |
Gets the value of 'information' property.
| 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:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::get_warnings | ( | ) |
Gets the value of 'warnings' property.
| 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:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::set_errors | ( | ) |
Sets the given value for 'errors' property.
| 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:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::set_information | ( | ) |
Sets the given value for 'information' property.
| information | - New value for the field. Information messages reported by the create or deploy method . For example, a non-required parameter was ignored. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResultInfo::set_warnings | ( | ) |
Sets the given value for 'warnings' property.
| 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: