|
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_documentation () |
| public method | get_documentation () |
| public method | get_structure_id () |
| public method | set_structure_id () |
| public method | new () |
The Com::Vmware::Vapi::Metadata::Metamodel::ErrorInfo class contains the metadata information about the error elements contained in an operation element.
| public method Com::Vmware::Vapi::Metadata::Metamodel::ErrorInfo::get_documentation | ( | ) |
Gets the value of 'documentation' property.
| documentation | - The current value of the field. The English language documentation for the service element. It can contain HTML markup and Javadoc tags. String# |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::ErrorInfo::get_structure_id | ( | ) |
Gets the value of 'structure_id' property.
| structure_id | - The current value of the field. Identifier for the structure element corresponding to the error that is being reported by the operation. ID# |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::ErrorInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Metamodel::ErrorInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::ErrorInfo::set_documentation | ( | ) |
Sets the given value for 'documentation' property.
| documentation | - New value for the field. The English language documentation for the service element. It can contain HTML markup and Javadoc tags. |
Code:
| public method Com::Vmware::Vapi::Metadata::Metamodel::ErrorInfo::set_structure_id | ( | ) |
Sets the given value for 'structure_id' property.
| structure_id | - New value for the field. Identifier for the structure element corresponding to the error that is being reported by the operation. |
Code: