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
Classes | List of all members
Com::Vmware::Vcenter::Ovf::ParseIssue Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Ovf::ParseIssue:

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

Detailed Description

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:

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::ParseIssue::get_category ( )

Gets the value of 'category' property.

Return values
category- The current value of the field. The category of the parse issue. Category#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ParseIssue::get_column_number ( )

Gets the value of 'column_number' property.

Return values
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:
click to view
public method Com::Vmware::Vcenter::Ovf::ParseIssue::get_file ( )

Gets the value of 'file' property.

Return values
file- The current value of the field. The name of the file in which the parse issue was found. String#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ParseIssue::get_line_number ( )

Gets the value of 'line_number' property.

Return values
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:
click to view
public method Com::Vmware::Vcenter::Ovf::ParseIssue::get_message ( )

Gets the value of 'message' property.

Return values
message- The current value of the field. A localizable message describing the parse issue. LocalizableMessage#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ParseIssue::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Ovf::ParseIssue structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ParseIssue::set_category ( )

Sets the given value for 'category' property.

Parameters
category- New value for the field. The category of the parse issue.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ParseIssue::set_column_number ( )

Sets the given value for 'column_number' property.

Parameters
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:
click to view
public method Com::Vmware::Vcenter::Ovf::ParseIssue::set_file ( )

Sets the given value for 'file' property.

Parameters
file- New value for the field. The name of the file in which the parse issue was found.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ParseIssue::set_line_number ( )

Sets the given value for 'line_number' property.

Parameters
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:
click to view
public method Com::Vmware::Vcenter::Ovf::ParseIssue::set_message ( )

Sets the given value for 'message' property.

Parameters
message- New value for the field. A localizable message describing the parse issue.
Code:
click to view

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