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

Avaliable Methods

public method get_resource_id ()
 
public method set_error ()
 
public method set_resource_id ()
 
public method get_succeeded ()
 
public method get_error ()
 
public method new ()
 
public method set_succeeded ()
 

Detailed Description

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

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentResult::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 deploy method . Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentResult::get_resource_id ( )

Gets the value of 'resource_id' property.

Return values
resource_id- The current value of the field. Identifier of the deployed resource entity. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentResult::get_succeeded ( )

Gets the value of 'succeeded' property.

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

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

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

Sets the given value for 'error' property.

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

Sets the given value for 'resource_id' property.

Parameters
resource_id- New value for the field. Identifier of the deployed resource entity.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentResult::set_succeeded ( )

Sets the given value for 'succeeded' property.

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

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