|
VMware vSphere Automation SDK for .NET 6.5.0
|
Proxy.ProxyProtocol enumerated type Defines different proxy protocols
More...
Public Types | |
| enum | Values { _UNKNOWN, ftp, http, https } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static ProxyProtocol[] | GetValues () |
| static ProxyProtocol | ValueOf (string name) |
Static Public Attributes | |
| static readonly ProxyProtocol | ftp = new ProxyProtocol("ftp", Values.ftp) |
| proxy configuration for ftp. | |
| static readonly ProxyProtocol | http = new ProxyProtocol("http", Values.http) |
| proxy configuration for http. | |
| static readonly ProxyProtocol | https = new ProxyProtocol("https", Values.https) |
| proxy configuration for https. | |
Proxy.ProxyProtocol enumerated type Defines different proxy protocols
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::ProxyProtocol::GetEnumValue | ( | ) | [inline] |
| static ProxyProtocol [] vmware::appliance::techpreview::networking::ProxyTypes::ProxyProtocol::GetValues | ( | ) | [inline, static] |
| bool vmware::appliance::techpreview::networking::ProxyTypes::ProxyProtocol::IsUnknown | ( | ) | [inline] |
| static ProxyProtocol vmware::appliance::techpreview::networking::ProxyTypes::ProxyProtocol::ValueOf | ( | string | name | ) | [inline, static] |
readonly ProxyProtocol vmware::appliance::techpreview::networking::ProxyTypes::ProxyProtocol::ftp = new ProxyProtocol("ftp", Values.ftp) [static] |
proxy configuration for ftp.
readonly ProxyProtocol vmware::appliance::techpreview::networking::ProxyTypes::ProxyProtocol::http = new ProxyProtocol("http", Values.http) [static] |
proxy configuration for http.
readonly ProxyProtocol vmware::appliance::techpreview::networking::ProxyTypes::ProxyProtocol::https = new ProxyProtocol("https", Values.https) [static] |
proxy configuration for https.