|
VMware vSphere Automation SDK for .NET 6.5.0
|
Update.AutoUpdateNotification enumerated type Defines state for automatic update notification
More...
Public Types | |
| enum | Values { _UNKNOWN, disabled, enabled } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static AutoUpdateNotification[] | GetValues () |
| static AutoUpdateNotification | ValueOf (string name) |
Static Public Attributes | |
| static readonly AutoUpdateNotification | disabled = new AutoUpdateNotification("disabled", Values.disabled) |
| Automatic update notification is disabled. | |
| static readonly AutoUpdateNotification | enabled = new AutoUpdateNotification("enabled", Values.enabled) |
| Automatic update notification is enabled. | |
Update.AutoUpdateNotification enumerated type Defines state for automatic update notification
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::appliance::techpreview::system::UpdateTypes::AutoUpdateNotification::GetEnumValue | ( | ) | [inline] |
| static AutoUpdateNotification [] vmware::appliance::techpreview::system::UpdateTypes::AutoUpdateNotification::GetValues | ( | ) | [inline, static] |
| bool vmware::appliance::techpreview::system::UpdateTypes::AutoUpdateNotification::IsUnknown | ( | ) | [inline] |
| static AutoUpdateNotification vmware::appliance::techpreview::system::UpdateTypes::AutoUpdateNotification::ValueOf | ( | string | name | ) | [inline, static] |
readonly AutoUpdateNotification vmware::appliance::techpreview::system::UpdateTypes::AutoUpdateNotification::disabled = new AutoUpdateNotification("disabled", Values.disabled) [static] |
Automatic update notification is disabled.
Disable periodically query the configured url for updates.
readonly AutoUpdateNotification vmware::appliance::techpreview::system::UpdateTypes::AutoUpdateNotification::enabled = new AutoUpdateNotification("enabled", Values.enabled) [static] |
Automatic update notification is enabled.
Enable periodically query the configured url for updates.