|
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_product () |
| public method | set_version () |
| public method | set_type () |
| public method | set_build () |
| public method | get_build () |
| public method | set_install_time () |
| public method | set_releasedate () |
| public method | get_summary () |
| public method | get_releasedate () |
| public method | set_summary () |
| public method | get_install_time () |
| public method | new () |
| public method | get_version () |
| public method | get_type () |
| public method | set_product () |
Com::Vmware::Appliance::System::Version::VersionStruct class Structure representing appliance version information.
| public method Com::Vmware::Appliance::System::Version::VersionStruct::get_build | ( | ) |
Gets the value of 'build' property.
| build | - The current value of the field. Appliance build number. String# |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::get_install_time | ( | ) |
Gets the value of 'install_time' property.
| install_time | - The current value of the field. Display the date and time when this system was first installed. Value will not change on subsequent updates. String# |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::get_product | ( | ) |
Gets the value of 'product' property.
| product | - The current value of the field. Appliance name. String# |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::get_releasedate | ( | ) |
Gets the value of 'releasedate' property.
| releasedate | - The current value of the field. Release date of patch (empty string, if the appliance has not been patched) String# |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::get_summary | ( | ) |
Gets the value of 'summary' property.
| summary | - The current value of the field. Summary of patch (empty string, if the appliance has not been patched) String# |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Type of product. Same product can have different deployment options, which is represented by type. String# |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::get_version | ( | ) |
Gets the value of 'version' property.
| version | - The current value of the field. Appliance version. String# |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::System::Version::VersionStruct structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::set_build | ( | ) |
Sets the given value for 'build' property.
| build | - New value for the field. Appliance build number. |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::set_install_time | ( | ) |
Sets the given value for 'install_time' property.
| install_time | - New value for the field. Display the date and time when this system was first installed. Value will not change on subsequent updates. |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::set_product | ( | ) |
Sets the given value for 'product' property.
| product | - New value for the field. Appliance name. |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::set_releasedate | ( | ) |
Sets the given value for 'releasedate' property.
| releasedate | - New value for the field. Release date of patch (empty string, if the appliance has not been patched) |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::set_summary | ( | ) |
Sets the given value for 'summary' property.
| summary | - New value for the field. Summary of patch (empty string, if the appliance has not been patched) |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Type of product. Same product can have different deployment options, which is represented by type. |
Code:
| public method Com::Vmware::Appliance::System::Version::VersionStruct::set_version | ( | ) |
Sets the given value for 'version' property.
| version | - New value for the field. Appliance version. |
Code: