|
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_missing_files () |
| public method | get_missing_files () |
| public method | set_has_errors () |
| public method | get_invalid_files () |
| public method | get_has_errors () |
| public method | new () |
| public method | set_invalid_files () |
The Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult class* defines the result of validating the files in the session.
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::get_has_errors | ( | ) |
Gets the value of 'has_errors' property.
| has_errors | - The current value of the field. Whether the validation was succesful or not. In case of errors, the :attr:Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult.missing_files and :attr:Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult.invalid_files will contain at least one entry. boolean# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::get_invalid_files | ( | ) |
Gets the value of 'invalid_files' property.
| invalid_files | - The current value of the field. A list containing the files that have been identified as invalid and details about the error. List# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::get_missing_files | ( | ) |
Gets the value of 'missing_files' property.
| missing_files | - The current value of the field. A set containing the names of the files that are required but the client hasn't added. Set# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::new | ( | ) |
Constructor to initialize the Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult structure
| Blessed | object |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::set_has_errors | ( | ) |
Sets the given value for 'has_errors' property.
| has_errors | - New value for the field. Whether the validation was succesful or not. In case of errors, the :attr:Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult.missing_files and :attr:Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult.invalid_files will contain at least one entry. |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::set_invalid_files | ( | ) |
Sets the given value for 'invalid_files' property.
| invalid_files | - New value for the field. A list containing the files that have been identified as invalid and details about the error. |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::set_missing_files | ( | ) |
Sets the given value for 'missing_files' property.
| missing_files | - New value for the field. A set containing the names of the files that are required but the client hasn't added. |
Code: