|
VMware vSphere Automation SDK for .NET 6.5.0
|
Update.UpdateStructSet class Structure to set url update repository.
More...
Public Member Functions | |
| UpdateStructSet () | |
| Creates a default new instance. | |
| string | GetCurrentURL () |
| Current appliance update repository URL. | |
| void | SetCurrentURL (string currentURL) |
| Current appliance update repository URL. | |
| vmware.appliance.techpreview.system.UpdateTypes.AutoUpdateNotification | GetCheckUpdates () |
| Check for update at the pre-configured repository URL. | |
| void | SetCheckUpdates (vmware.appliance.techpreview.system.UpdateTypes.AutoUpdateNotification checkUpdates) |
| Check for update at the pre-configured repository URL. | |
| string | GetTime () |
| time to query for updates Format: HH:MM:SS Military (24 hour) Time Format | |
| void | SetTime (string time) |
| time to query for updates Format: HH:MM:SS Military (24 hour) Time Format | |
| vmware.appliance.techpreview.system.UpdateTypes.UpdateDay | GetDay () |
| day to query for updates | |
| void | SetDay (vmware.appliance.techpreview.system.UpdateTypes.UpdateDay day) |
| day to query for updates | |
| string | GetUsername () |
| username for the url update repository | |
| void | SetUsername (string username) |
| username for the url update repository | |
| char[] | GetPassword () |
| password for the url update repository | |
| void | SetPassword (char[] password) |
| password for the url update repository | |
| vmware.vapi.bindings.type.StructType | _GetType () |
| vmware.vapi.data.StructValue | _GetDataValue () |
| void | _Validate () |
| bool | _HasTypeNameOf< T > () |
| T | _ConvertTo< T > () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
Update.UpdateStructSet class Structure to set url update repository.
| vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::UpdateStructSet | ( | ) | [inline] |
Creates a default new instance.
| T vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::_GetType | ( | ) | [inline] |
| bool vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::_Validate | ( | ) | [inline] |
| override bool vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::Equals | ( | object | obj | ) | [inline] |
| vmware.appliance.techpreview.system.UpdateTypes.AutoUpdateNotification vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::GetCheckUpdates | ( | ) | [inline] |
Check for update at the pre-configured repository URL.
| string vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::GetCurrentURL | ( | ) | [inline] |
Current appliance update repository URL.
Enter "default" to reset the url to the default url.
| vmware.appliance.techpreview.system.UpdateTypes.UpdateDay vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::GetDay | ( | ) | [inline] |
day to query for updates
| override int vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::GetHashCode | ( | ) | [inline] |
| char [] vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::GetPassword | ( | ) | [inline] |
password for the url update repository
| string vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::GetTime | ( | ) | [inline] |
time to query for updates Format: HH:MM:SS Military (24 hour) Time Format
| string vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::GetUsername | ( | ) | [inline] |
username for the url update repository
| void vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::SetCheckUpdates | ( | vmware.appliance.techpreview.system.UpdateTypes.AutoUpdateNotification | checkUpdates | ) | [inline] |
Check for update at the pre-configured repository URL.
| void vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::SetCurrentURL | ( | string | currentURL | ) | [inline] |
Current appliance update repository URL.
Enter "default" to reset the url to the default url.
| void vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::SetDay | ( | vmware.appliance.techpreview.system.UpdateTypes.UpdateDay | day | ) | [inline] |
day to query for updates
| void vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::SetPassword | ( | char[] | password | ) | [inline] |
password for the url update repository
| void vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::SetTime | ( | string | time | ) | [inline] |
time to query for updates Format: HH:MM:SS Military (24 hour) Time Format
| void vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::SetUsername | ( | string | username | ) | [inline] |
username for the url update repository
| override string vmware::appliance::techpreview::system::UpdateTypes::UpdateStructSet::ToString | ( | ) | [inline] |