|
VMware vSphere Automation SDK for .NET 6.5.0
|
The SourceType enumerated type defines the types of sources for API metadata.
More...
Public Types | |
| enum | Values { _UNKNOWN, FILE, REMOTE } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static SourceType[] | GetValues () |
| static SourceType | ValueOf (string name) |
Static Public Attributes | |
| static readonly SourceType | FILE = new SourceType("FILE", Values.FILE) |
| Indicates the metadata source is a JSON file. | |
| static readonly SourceType | REMOTE = new SourceType("REMOTE", Values.REMOTE) |
| Indicates the metadata source is a remote server. | |
The SourceType enumerated type defines the types of sources for API metadata.
You specify the type of source when adding a metadata source to a metadata service.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::vapi::metadata::SourceType::GetEnumValue | ( | ) | [inline] |
| static SourceType [] vmware::vapi::metadata::SourceType::GetValues | ( | ) | [inline, static] |
| bool vmware::vapi::metadata::SourceType::IsUnknown | ( | ) | [inline] |
| static SourceType vmware::vapi::metadata::SourceType::ValueOf | ( | string | name | ) | [inline, static] |
readonly SourceType vmware::vapi::metadata::SourceType::FILE = new SourceType("FILE", Values.FILE) [static] |
Indicates the metadata source is a JSON file.
readonly SourceType vmware::vapi::metadata::SourceType::REMOTE = new SourceType("REMOTE", Values.REMOTE) [static] |
Indicates the metadata source is a remote server.