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::Appliance::System::Version::VersionStruct Class Reference
Inheritance diagram for Com::Vmware::Appliance::System::Version::VersionStruct:

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

Detailed Description

Com::Vmware::Appliance::System::Version::VersionStruct class Structure representing appliance version information.

Member Function Documentation

public method Com::Vmware::Appliance::System::Version::VersionStruct::get_build ( )

Gets the value of 'build' property.

Return values
build- The current value of the field. Appliance build number. String#
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::get_install_time ( )

Gets the value of 'install_time' property.

Return values
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:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::get_product ( )

Gets the value of 'product' property.

Return values
product- The current value of the field. Appliance name. String#
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::get_releasedate ( )

Gets the value of 'releasedate' property.

Return values
releasedate- The current value of the field. Release date of patch (empty string, if the appliance has not been patched) String#
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::get_summary ( )

Gets the value of 'summary' property.

Return values
summary- The current value of the field. Summary of patch (empty string, if the appliance has not been patched) String#
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Type of product. Same product can have different deployment options, which is represented by type. String#
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::get_version ( )

Gets the value of 'version' property.

Return values
version- The current value of the field. Appliance version. String#
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::new ( )

Constructor to initialize the Com::Vmware::Appliance::System::Version::VersionStruct structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::set_build ( )

Sets the given value for 'build' property.

Parameters
build- New value for the field. Appliance build number.
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::set_install_time ( )

Sets the given value for 'install_time' property.

Parameters
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:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::set_product ( )

Sets the given value for 'product' property.

Parameters
product- New value for the field. Appliance name.
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::set_releasedate ( )

Sets the given value for 'releasedate' property.

Parameters
releasedate- New value for the field. Release date of patch (empty string, if the appliance has not been patched)
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::set_summary ( )

Sets the given value for 'summary' property.

Parameters
summary- New value for the field. Summary of patch (empty string, if the appliance has not been patched)
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Type of product. Same product can have different deployment options, which is represented by type.
Code:
click to view
public method Com::Vmware::Appliance::System::Version::VersionStruct::set_version ( )

Sets the given value for 'version' property.

Parameters
version- New value for the field. Appliance version.
Code:
click to view

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