|
VMware vSphere Automation SDK for .NET 6.5.0
|
The StorageBacking.Type enumerated type specifies the type of the StorageBacking .
More...
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) |
| The content of the library will be stored on a datastore. | |
| static readonly Type | OTHER = new Type("OTHER", Values.OTHER) |
| The content of the library will be stored on a remote file system. | |
The StorageBacking.Type enumerated type specifies the type of the StorageBacking .
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| 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] |
readonly Type vmware::content::library::StorageBacking::Type::DATASTORE = new Type("DATASTORE", Values.DATASTORE) [static] |
The content of the library will be stored on a datastore.
These are vCenter Server managed datastores, and are logical containers that hide specifics of each storage device. Depending on the type of storage you use, datastores can be backed by the following file system formats:
readonly Type vmware::content::library::StorageBacking::Type::OTHER = new Type("OTHER", Values.OTHER) [static] |
The content of the library will be stored on a remote file system.
Supports the following remote file systems: