|
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
|
Classes | |
| class | Category |
Avaliable Methods | |
| public method | set_category () |
| public method | set_message () |
| public method | get_file () |
| public method | get_column_number () |
| public method | get_category () |
| public method | get_message () |
| public method | set_column_number () |
| public method | new () |
| public method | get_line_number () |
| public method | set_file () |
| public method | set_line_number () |
The Com::Vmware::Vcenter::Ovf::ParseIssue class contains the information about the issue found when parsing an OVF package during deployment or exporting an OVF package including:
| public method Com::Vmware::Vcenter::Ovf::ParseIssue::get_category | ( | ) |
Gets the value of 'category' property.
| category | - The current value of the field. The category of the parse issue. Category# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ParseIssue::get_column_number | ( | ) |
Gets the value of 'column_number' property.
| column_number | - The current value of the field. The position in the line (see :attr:Com::Vmware::Vcenter::Ovf::ParseIssue.line_number ) (or -1 if not applicable). long# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ParseIssue::get_file | ( | ) |
Gets the value of 'file' property.
| file | - The current value of the field. The name of the file in which the parse issue was found. String# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ParseIssue::get_line_number | ( | ) |
Gets the value of 'line_number' property.
| line_number | - The current value of the field. The line number of the line in the file (see :attr:Com::Vmware::Vcenter::Ovf::ParseIssue.file ) where the parse issue was found (or -1 if not applicable). long# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ParseIssue::get_message | ( | ) |
Gets the value of 'message' property.
| message | - The current value of the field. A localizable message describing the parse issue. LocalizableMessage# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ParseIssue::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::ParseIssue structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::ParseIssue::set_category | ( | ) |
Sets the given value for 'category' property.
| category | - New value for the field. The category of the parse issue. |
Code:
| public method Com::Vmware::Vcenter::Ovf::ParseIssue::set_column_number | ( | ) |
Sets the given value for 'column_number' property.
| column_number | - New value for the field. The position in the line (see :attr:Com::Vmware::Vcenter::Ovf::ParseIssue.line_number ) (or -1 if not applicable). |
Code:
| public method Com::Vmware::Vcenter::Ovf::ParseIssue::set_file | ( | ) |
Sets the given value for 'file' property.
| file | - New value for the field. The name of the file in which the parse issue was found. |
Code:
| public method Com::Vmware::Vcenter::Ovf::ParseIssue::set_line_number | ( | ) |
Sets the given value for 'line_number' property.
| line_number | - New value for the field. The line number of the line in the file (see :attr:Com::Vmware::Vcenter::Ovf::ParseIssue.file ) where the parse issue was found (or -1 if not applicable). |
Code:
| public method Com::Vmware::Vcenter::Ovf::ParseIssue::set_message | ( | ) |
Sets the given value for 'message' property.
| message | - New value for the field. A localizable message describing the parse issue. |
Code: