|
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_bytes_transferred () |
| public method | get_source_type () |
| public method | get_bytes_transferred () |
| public method | set_name () |
| public method | set_error_message () |
| public method | set_size () |
| public method | get_error_message () |
| public method | set_source_endpoint () |
| public method | set_checksum_info () |
| public method | set_source_type () |
| public method | set_upload_endpoint () |
| public method | new () |
| public method | get_size () |
| public method | set_status () |
| public method | get_source_endpoint () |
| public method | get_upload_endpoint () |
| public method | get_checksum_info () |
| public method | get_name () |
| public method | get_status () |
The Com::Vmware::Content::Library::Item::Updatesession::File::Info class defines the uploaded file.
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::get_bytes_transferred | ( | ) |
Gets the value of 'bytes_transferred' property.
| bytes_transferred | - The current value of the field. The number of bytes of this file that have been received by the server. long# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::get_checksum_info | ( | ) |
Gets the value of 'checksum_info' property.
| checksum_info | - The current value of the field. The checksum information of the file received by the server. Optional# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::get_error_message | ( | ) |
Gets the value of 'error_message' property.
| error_message | - The current value of the field. Details about the transfer error. Optional# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::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::Info::get_size | ( | ) |
Gets the value of 'size' property.
| size | - The current value of the field. The file size, in bytes as received by the server. This field is guaranteed to be set when the server has completely received the file. Optional# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::get_source_endpoint | ( | ) |
Gets the value of 'source_endpoint' property.
| source_endpoint | - The current value of the field. A source endpoint from which to retrieve the file. optional# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::get_source_type | ( | ) |
Gets the value of 'source_type' property.
| source_type | - The current value of the field. The source type (NONE, PUSH, PULL) from which the file is being retrieved. This may be :attr:Com::Vmware::Content::Library::Item::Updatesession::File::SourceType.NONE if the file is not being changed. SourceType# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::get_status | ( | ) |
Gets the value of 'status' property.
| status | - The current value of the field. The transfer status (WAITING_FOR_TRANSFER, TRANSFERRING, READY, VALIDATING, ERROR) of this file. TransferStatus# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::get_upload_endpoint | ( | ) |
Gets the value of 'upload_endpoint' property.
| upload_endpoint | - The current value of the field. An upload endpoint to which the client can push the content. optional# |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Content::Library::Item::Updatesession::File::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::set_bytes_transferred | ( | ) |
Sets the given value for 'bytes_transferred' property.
| bytes_transferred | - New value for the field. The number of bytes of this file that have been received by the server. |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::set_checksum_info | ( | ) |
Sets the given value for 'checksum_info' property.
| checksum_info | - New value for the field. The checksum information of the file received by the server. |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::set_error_message | ( | ) |
Sets the given value for 'error_message' property.
| error_message | - New value for the field. Details about the transfer error. |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The name of the file. |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::set_size | ( | ) |
Sets the given value for 'size' property.
| size | - New value for the field. The file size, in bytes as received by the server. This field is guaranteed to be set when the server has completely received the file. |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::set_source_endpoint | ( | ) |
Sets the given value for 'source_endpoint' property.
| source_endpoint | - New value for the field. A source endpoint from which to retrieve the file. |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::set_source_type | ( | ) |
Sets the given value for 'source_type' property.
| source_type | - New value for the field. The source type (NONE, PUSH, PULL) from which the file is being retrieved. This may be :attr:Com::Vmware::Content::Library::Item::Updatesession::File::SourceType.NONE if the file is not being changed. |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::set_status | ( | ) |
Sets the given value for 'status' property.
| status | - New value for the field. The transfer status (WAITING_FOR_TRANSFER, TRANSFERRING, READY, VALIDATING, ERROR) of this file. |
Code:
| public method Com::Vmware::Content::Library::Item::Updatesession::File::Info::set_upload_endpoint | ( | ) |
Sets the given value for 'upload_endpoint' property.
| upload_endpoint | - New value for the field. An upload endpoint to which the client can push the content. |
Code: