VMware vCloud Suite SDK for .NET 6.0.0
vmware::vapi::metadata::cli::CommandTypes::GenericType Class Reference

The Command.GenericType enumerated type defines generic types supported by Command interface. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  NONE,
  OPTIONAL,
  LIST
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

static GenericType[] GetValues ()
static GenericType ValueOf (string name)

Static Public Attributes

static readonly GenericType NONE = new GenericType("NONE", Values.NONE)
 Default case.
static readonly GenericType OPTIONAL = new GenericType("OPTIONAL", Values.OPTIONAL)
 Input parameter is an optional.
static readonly GenericType LIST = new GenericType("LIST", Values.LIST)
 Input parameter is a list.

Detailed Description

The Command.GenericType enumerated type defines generic types supported by Command interface.

See Command.OptionInfo.generic .


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.

NONE 

Default case.

OPTIONAL 

Input parameter is an optional.

LIST 

Input parameter is a list.


Member Function Documentation

Values vmware::vapi::metadata::cli::CommandTypes::GenericType::GetEnumValue ( ) [inline]
static GenericType [] vmware::vapi::metadata::cli::CommandTypes::GenericType::GetValues ( ) [inline, static]
bool vmware::vapi::metadata::cli::CommandTypes::GenericType::IsUnknown ( ) [inline]
static GenericType vmware::vapi::metadata::cli::CommandTypes::GenericType::ValueOf ( string  name) [inline, static]

Member Data Documentation

Input parameter is a list.

Default case.

Input parameter is an optional.


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