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::Content::Library::Item::Updatesession::File::ValidationResult Class Reference
Inheritance diagram for Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult:

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 ()
 

Detailed Description

The Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult class* defines the result of validating the files in the session.

Member Function Documentation

public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::get_has_errors ( )

Gets the value of 'has_errors' property.

Return values
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:
click to view
public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::get_invalid_files ( )

Gets the value of 'invalid_files' property.

Return values
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:
click to view
public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::get_missing_files ( )

Gets the value of 'missing_files' property.

Return values
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:
click to view
public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::new ( )

Constructor to initialize the Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::set_has_errors ( )

Sets the given value for 'has_errors' property.

Parameters
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:
click to view
public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::set_invalid_files ( )

Sets the given value for 'invalid_files' property.

Parameters
invalid_files- New value for the field. A list containing the files that have been identified as invalid and details about the error.
Code:
click to view
public method Com::Vmware::Content::Library::Item::Updatesession::File::ValidationResult::set_missing_files ( )

Sets the given value for 'missing_files' property.

Parameters
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:
click to view

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