|
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_day () |
| public method | get_check_updates () |
| public method | get_time () |
| public method | set_day () |
| public method | set_password () |
| public method | set_username () |
| public method | set_time () |
| public method | get_password () |
| public method | get_current_URL () |
| public method | set_check_updates () |
| public method | get_username () |
| public method | new () |
| public method | set_current_URL () |
Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet class Structure to set url update repository.
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::get_check_updates | ( | ) |
Gets the value of 'check_updates' property.
| check_updates | - The current value of the field. Check for update at the pre-configured repository URL. AutoUpdateNotification# |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::get_current_URL | ( | ) |
Gets the value of 'current_URL' property.
| current_URL | - The current value of the field. Current appliance update repository URL. Enter "default" to reset the url to the default url. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::get_day | ( | ) |
Gets the value of 'day' property.
| day | - The current value of the field. day to query for updates UpdateDay# |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::get_password | ( | ) |
Gets the value of 'password' property.
| password | - The current value of the field. password for the url update repository Secret# |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::get_time | ( | ) |
Gets the value of 'time' property.
| time | - The current value of the field. time to query for updates Format: HH:MM:SS Military (24 hour) Time Format String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::get_username | ( | ) |
Gets the value of 'username' property.
| username | - The current value of the field. username for the url update repository String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::set_check_updates | ( | ) |
Sets the given value for 'check_updates' property.
| check_updates | - New value for the field. Check for update at the pre-configured repository URL. |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::set_current_URL | ( | ) |
Sets the given value for 'current_URL' property.
| current_URL | - New value for the field. Current appliance update repository URL. Enter "default" to reset the url to the default url. |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::set_day | ( | ) |
Sets the given value for 'day' property.
| day | - New value for the field. day to query for updates |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::set_password | ( | ) |
Sets the given value for 'password' property.
| password | - New value for the field. password for the url update repository |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::set_time | ( | ) |
Sets the given value for 'time' property.
| time | - New value for the field. time to query for updates Format: HH:MM:SS Military (24 hour) Time Format |
Code:
| public method Com::Vmware::Appliance::Techpreview::System::Update::UpdateStructSet::set_username | ( | ) |
Sets the given value for 'username' property.
| username | - New value for the field. username for the url update repository |
Code: