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

Avaliable Methods

public method set_category ()
 
public method set_message ()
 
public method set_name ()
 
public method get_value ()
 
public method set_issues ()
 
public method set_error ()
 
public method get_category ()
 
public method set_value ()
 
public method get_error ()
 
public method get_message ()
 
public method new ()
 
public method get_issues ()
 
public method get_name ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::OvfError class describes an error related to accessing, validating, deploying, or exporting an OVF package.

Member Function Documentation

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

Gets the value of 'category' property.

Return values
category- The current value of the field. The message category. Category#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::OvfError::get_error ( )

Gets the value of 'error' property.

Return values
error- The current value of the field. Represents a server class Com::Vmware::Vapi::Std::Errors::Error . optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::OvfError::get_issues ( )

Gets the value of 'issues' property.

Return values
issues- The current value of the field. List* of parse issues (see class Com::Vmware::Vcenter::Ovf::ParseIssue ). optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::OvfError::get_message ( )

Gets the value of 'message' property.

Return values
message- The current value of the field. A localizable message. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::OvfError::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. The name of input parameter. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::OvfError::get_value ( )

Gets the value of 'value' property.

Return values
value- The current value of the field. The value of input parameter. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::OvfError::new ( )

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

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

Sets the given value for 'category' property.

Parameters
category- New value for the field. The message category.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::OvfError::set_error ( )

Sets the given value for 'error' property.

Parameters
error- New value for the field. Represents a server class Com::Vmware::Vapi::Std::Errors::Error .
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::OvfError::set_issues ( )

Sets the given value for 'issues' property.

Parameters
issues- New value for the field. List* of parse issues (see class Com::Vmware::Vcenter::Ovf::ParseIssue ).
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::OvfError::set_message ( )

Sets the given value for 'message' property.

Parameters
message- New value for the field. A localizable message.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::OvfError::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. The name of input parameter.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::OvfError::set_value ( )

Sets the given value for 'value' property.

Parameters
value- New value for the field. The value of input parameter.
Code:
click to view

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