VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::networking::ProxyTypes::ProxyStatus Class Reference

Proxy.ProxyStatus enumerated type Defines state of proxy More...

List of all members.

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

Detailed Description

Proxy.ProxyStatus enumerated type Defines state of proxy


Member Enumeration Documentation

C# enum whose values can be used in switch statements.

Ordinals have no semantic meaning (your code should not rely on them).

Enumerator:
_UNKNOWN 

Special enumeration constant which is used to represent constants that do not exist in the current enum binding.

For example if a client sends a new constant to an older server, the server code will see this special constant, because its enum binding lacks the new constant.

disabled 

proxy configuration is disabled

enabled 

proxy configuration is enabled


Member Function Documentation

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]

Member Data Documentation

proxy configuration is disabled

proxy configuration is enabled


The documentation for this class was generated from the following file: