|
VMware vSphere Automation SDK for .NET 6.5.0
|
The LibraryItem.StorageGroupMapping.Type enumerated type defines the supported types of storage targets for sections of type vmw:StroageGroupSection in the OVF descriptor.
More...
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. | |
The LibraryItem.StorageGroupMapping.Type enumerated type defines the supported types of storage targets for sections of type vmw:StroageGroupSection in the OVF descriptor.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| 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] |
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.