|
VMware vSphere Automation SDK for .NET 6.5.0
|
The File.EndpointType enumerated type defines the types of endpoints used to download the file.
More...
Public Types | |
| enum | Values { _UNKNOWN, HTTPS, DIRECT } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static EndpointType[] | GetValues () |
| static EndpointType | ValueOf (string name) |
Static Public Attributes | |
| static readonly EndpointType | HTTPS = new EndpointType("HTTPS", Values.HTTPS) |
| An https download endpoint. | |
| static readonly EndpointType | DIRECT = new EndpointType("DIRECT", Values.DIRECT) |
| A direct download endpoint indicating the location of the file on storage. | |
The File.EndpointType enumerated type defines the types of endpoints used to download the file.
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::item::downloadsession::FileTypes::EndpointType::GetEnumValue | ( | ) | [inline] |
| static EndpointType [] vmware::content::library::item::downloadsession::FileTypes::EndpointType::GetValues | ( | ) | [inline, static] |
| bool vmware::content::library::item::downloadsession::FileTypes::EndpointType::IsUnknown | ( | ) | [inline] |
| static EndpointType vmware::content::library::item::downloadsession::FileTypes::EndpointType::ValueOf | ( | string | name | ) | [inline, static] |
readonly EndpointType vmware::content::library::item::downloadsession::FileTypes::EndpointType::DIRECT = new EndpointType("DIRECT", Values.DIRECT) [static] |
A direct download endpoint indicating the location of the file on storage.
The caller is responsible for retrieving the file from the storage location directly.
readonly EndpointType vmware::content::library::item::downloadsession::FileTypes::EndpointType::HTTPS = new EndpointType("HTTPS", Values.HTTPS) [static] |
An https download endpoint.