|
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 | get_error_message () |
| public method | set_name () |
| public method | new () |
| public method | set_error_message () |
| public method | get_name () |
The Com::Vmware::Content::Library::Item::Updatesession::File::ValidationError class* defines the validation error of a file in the session.
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationError::get_error_message | ( | ) |
Gets the value of 'error_message' property.
| error_message | - The current value of the field. A message indicating why the file was considered invalid. LocalizableMessage# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationError::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. The name of the file. String# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationError::new | ( | ) |
Constructor to initialize the Com::Vmware::Content::Library::Item::Updatesession::File::ValidationError structure
| Blessed | object |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationError::set_error_message | ( | ) |
Sets the given value for 'error_message' property.
| error_message | - New value for the field. A message indicating why the file was considered invalid. |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationError::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The name of the file. |
Code: