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

Avaliable Methods

public method set_checksum ()
 
public method get_algorithm ()
 
public method new ()
 
public method get_checksum ()
 
public method set_algorithm ()
 

Detailed Description

Provides checksums for a class Com::Vmware::Content::Library::Item::File::Info object.

Member Function Documentation

public method Com::Vmware::Content::Library::Item::File::ChecksumInfo::get_algorithm ( )

Gets the value of 'algorithm' property.

Return values
algorithm- The current value of the field. The checksum algorithm (SHA1, MD5) used to calculate the checksum. Optional#
Code:
click to view
public method Com::Vmware::Content::Library::Item::File::ChecksumInfo::get_checksum ( )

Gets the value of 'checksum' property.

Return values
checksum- The current value of the field. The checksum value calculated with :attr:Com::Vmware::Content::Library::Item::File::ChecksumInfo.algorithm . String#
Code:
click to view
public method Com::Vmware::Content::Library::Item::File::ChecksumInfo::new ( )

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

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Content::Library::Item::File::ChecksumInfo::set_algorithm ( )

Sets the given value for 'algorithm' property.

Parameters
algorithm- New value for the field. The checksum algorithm (SHA1, MD5) used to calculate the checksum.
Code:
click to view
public method Com::Vmware::Content::Library::Item::File::ChecksumInfo::set_checksum ( )

Sets the given value for 'checksum' property.

Parameters
checksum- New value for the field. The checksum value calculated with :attr:Com::Vmware::Content::Library::Item::File::ChecksumInfo.algorithm .
Code:
click to view

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