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::Cis::Tagging::TagAssociation::BatchResult Class Reference
Inheritance diagram for Com::Vmware::Cis::Tagging::TagAssociation::BatchResult:

Avaliable Methods

public method set_success ()
 
public method get_success ()
 
public method set_error_messages ()
 
public method get_error_messages ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Cis::Tagging::TagAssociation::BatchResult class describes the result of performing the same method on several tags or objects in a single invocation.

Member Function Documentation

public method Com::Vmware::Cis::Tagging::TagAssociation::BatchResult::get_error_messages ( )

Gets the value of 'error_messages' property.

Return values
error_messages- The current value of the field. The list of error messages. List#
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagAssociation::BatchResult::get_success ( )

Gets the value of 'success' property.

Return values
success- The current value of the field. This is true if the batch method completed without any errors. Otherwise it is false and all or some methods have failed. boolean#
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagAssociation::BatchResult::new ( )

Constructor to initialize the Com::Vmware::Cis::Tagging::TagAssociation::BatchResult structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagAssociation::BatchResult::set_error_messages ( )

Sets the given value for 'error_messages' property.

Parameters
error_messages- New value for the field. The list of error messages.
Code:
click to view
public method Com::Vmware::Cis::Tagging::TagAssociation::BatchResult::set_success ( )

Sets the given value for 'success' property.

Parameters
success- New value for the field. This is true if the batch method completed without any errors. Otherwise it is false and all or some methods have failed.
Code:
click to view

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