|
VMware vSphere Automation SDK for .NET 6.5.0
|
Proxy.ProxyStatus enumerated type Defines state of proxy
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 ProxyStatus[] | GetValues () |
| static ProxyStatus | ValueOf (string name) |
Static Public Attributes | |
| static readonly ProxyStatus | disabled = new ProxyStatus("disabled", Values.disabled) |
| proxy configuration is disabled | |
| static readonly ProxyStatus | enabled = new ProxyStatus("enabled", Values.enabled) |
| proxy configuration is enabled | |
Proxy.ProxyStatus enumerated type Defines state of proxy
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::networking::ProxyTypes::ProxyStatus::GetEnumValue | ( | ) | [inline] |
| static ProxyStatus [] vmware::appliance::techpreview::networking::ProxyTypes::ProxyStatus::GetValues | ( | ) | [inline, static] |
| bool vmware::appliance::techpreview::networking::ProxyTypes::ProxyStatus::IsUnknown | ( | ) | [inline] |
| static ProxyStatus vmware::appliance::techpreview::networking::ProxyTypes::ProxyStatus::ValueOf | ( | string | name | ) | [inline, static] |
readonly ProxyStatus vmware::appliance::techpreview::networking::ProxyTypes::ProxyStatus::disabled = new ProxyStatus("disabled", Values.disabled) [static] |
proxy configuration is disabled
readonly ProxyStatus vmware::appliance::techpreview::networking::ProxyTypes::ProxyStatus::enabled = new ProxyStatus("enabled", Values.enabled) [static] |
proxy configuration is enabled