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

Avaliable Methods

public method set_error ()
 
public method get_ovf_library_item_id ()
 
public method get_succeeded ()
 
public method get_error ()
 
public method set_ovf_library_item_id ()
 
public method new ()
 
public method set_succeeded ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult class defines the result of the create method . See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.create .

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::get_error ( )

Gets the value of 'error' property.

Return values
error- The current value of the field. Errors, warnings, and informational messages produced by the create method . Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::get_ovf_library_item_id ( )

Gets the value of 'ovf_library_item_id' property.

Return values
ovf_library_item_id- The current value of the field. Identifier of the created or updated library item. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::get_succeeded ( )

Gets the value of 'succeeded' property.

Return values
succeeded- The current value of the field. Whether the create method completed successfully. boolean#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::new ( )

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

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

Sets the given value for 'error' property.

Parameters
error- New value for the field. Errors, warnings, and informational messages produced by the create method .
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::set_ovf_library_item_id ( )

Sets the given value for 'ovf_library_item_id' property.

Parameters
ovf_library_item_id- New value for the field. Identifier of the created or updated library item.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateResult::set_succeeded ( )

Sets the given value for 'succeeded' property.

Parameters
succeeded- New value for the field. Whether the create method completed successfully.
Code:
click to view

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