VMware vCloud Suite SDK for .NET 6.0.0
vmware::content::library::StorageBacking::Type Class Reference

The StorageBacking.Type enumerated type specifies the type of the StorageBacking . More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  DATASTORE,
  OTHER
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

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

Static Public Attributes

static readonly Type DATASTORE = new Type("DATASTORE", Values.DATASTORE)
 Datastore type.
static readonly Type OTHER = new Type("OTHER", Values.OTHER)
 File system path or NFS URL.

Detailed Description

The StorageBacking.Type enumerated type specifies the type of the StorageBacking .


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.

DATASTORE 

Datastore type.

OTHER 

File system path or NFS URL.


Member Function Documentation

Values vmware::content::library::StorageBacking::Type::GetEnumValue ( ) [inline]
static Type [] vmware::content::library::StorageBacking::Type::GetValues ( ) [inline, static]
bool vmware::content::library::StorageBacking::Type::IsUnknown ( ) [inline]
static Type vmware::content::library::StorageBacking::Type::ValueOf ( string  name) [inline, static]

Member Data Documentation

readonly Type vmware::content::library::StorageBacking::Type::DATASTORE = new Type("DATASTORE", Values.DATASTORE) [static]

Datastore type.

readonly Type vmware::content::library::StorageBacking::Type::OTHER = new Type("OTHER", Values.OTHER) [static]

File system path or NFS URL.


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