|
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
|
Avaliable Methods | |
| public method | set_success () |
| public method | get_success () |
| public method | set_error_messages () |
| public method | get_error_messages () |
| public method | new () |
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.
| public method Com::Vmware::Cis::Tagging::TagAssociation::BatchResult::get_error_messages | ( | ) |
Gets the value of 'error_messages' property.
| error_messages | - The current value of the field. The list of error messages. List# |
Code:
| public method Com::Vmware::Cis::Tagging::TagAssociation::BatchResult::get_success | ( | ) |
Gets the value of 'success' property.
| 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:
| public method Com::Vmware::Cis::Tagging::TagAssociation::BatchResult::new | ( | ) |
Constructor to initialize the Com::Vmware::Cis::Tagging::TagAssociation::BatchResult structure
| Blessed | object |
Code:
| public method Com::Vmware::Cis::Tagging::TagAssociation::BatchResult::set_error_messages | ( | ) |
Sets the given value for 'error_messages' property.
| error_messages | - New value for the field. The list of error messages. |
Code:
| public method Com::Vmware::Cis::Tagging::TagAssociation::BatchResult::set_success | ( | ) |
Sets the given value for 'success' property.
| 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: