VMware vCloud Suite SDK for .NET 6.0.0
vmware::vcenter::ovf::LibraryItemTypes::StorageGroupMapping::Type Class Reference

The LibraryItem.StorageGroupMapping.Type enumerated type defines the supported types of storage targets for sections of type vmw:StroageGroupSection in the OVF descriptor. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  DATASTORE,
  STORAGE_PROFILE
}
 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)
 Storage deployment target is a datastore.
static readonly Type STORAGE_PROFILE = new Type("STORAGE_PROFILE", Values.STORAGE_PROFILE)
 Storage deployment target is a storage profile.

Detailed Description

The LibraryItem.StorageGroupMapping.Type enumerated type defines the supported types of storage targets for sections of type vmw:StroageGroupSection in the OVF descriptor.


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 

Storage deployment target is a datastore.

STORAGE_PROFILE 

Storage deployment target is a storage profile.


Member Function Documentation

Values vmware::vcenter::ovf::LibraryItemTypes::StorageGroupMapping::Type::GetEnumValue ( ) [inline]
static Type [] vmware::vcenter::ovf::LibraryItemTypes::StorageGroupMapping::Type::GetValues ( ) [inline, static]
bool vmware::vcenter::ovf::LibraryItemTypes::StorageGroupMapping::Type::IsUnknown ( ) [inline]
static Type vmware::vcenter::ovf::LibraryItemTypes::StorageGroupMapping::Type::ValueOf ( string  name) [inline, static]

Member Data Documentation

readonly Type vmware::vcenter::ovf::LibraryItemTypes::StorageGroupMapping::Type::DATASTORE = new Type("DATASTORE", Values.DATASTORE) [static]

Storage deployment target is a datastore.

readonly Type vmware::vcenter::ovf::LibraryItemTypes::StorageGroupMapping::Type::STORAGE_PROFILE = new Type("STORAGE_PROFILE", Values.STORAGE_PROFILE) [static]

Storage deployment target is a storage profile.


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