|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The ComponentSource enumerated type contains the component's source information.
More...
Public Types | |
| enum | Values { _UNKNOWN, BASE_IMAGE, ADD_ON, USER, SOLUTION, HARDWARE_SUPPORT_PACKAGE } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static ComponentSource[] | GetValues () |
| static ComponentSource | ValueOf (string name) |
Static Public Attributes | |
| static readonly ComponentSource | BASE_IMAGE = new ComponentSource("BASE_IMAGE", Values.BASE_IMAGE) |
| Base image is the source for this component. | |
| static readonly ComponentSource | ADD_ON = new ComponentSource("ADD_ON", Values.ADD_ON) |
| Addon is the source for this component. | |
| static readonly ComponentSource | USER = new ComponentSource("USER", Values.USER) |
| User is the source for this component. | |
| static readonly ComponentSource | SOLUTION = new ComponentSource("SOLUTION", Values.SOLUTION) |
| Solution is the source for this component. | |
| static readonly ComponentSource | HARDWARE_SUPPORT_PACKAGE = new ComponentSource("HARDWARE_SUPPORT_PACKAGE", Values.HARDWARE_SUPPORT_PACKAGE) |
| Hardware Support Package (HSP) is the source for this component. | |
The ComponentSource enumerated type contains the component's source information.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::esx::settings::ComponentSource::GetEnumValue | ( | ) | [inline] |
| static ComponentSource [] vmware::esx::settings::ComponentSource::GetValues | ( | ) | [inline, static] |
| bool vmware::esx::settings::ComponentSource::IsUnknown | ( | ) | [inline] |
| static ComponentSource vmware::esx::settings::ComponentSource::ValueOf | ( | string | name | ) | [inline, static] |
readonly ComponentSource vmware::esx::settings::ComponentSource::ADD_ON = new ComponentSource("ADD_ON", Values.ADD_ON) [static] |
Addon is the source for this component.
readonly ComponentSource vmware::esx::settings::ComponentSource::BASE_IMAGE = new ComponentSource("BASE_IMAGE", Values.BASE_IMAGE) [static] |
Base image is the source for this component.
readonly ComponentSource vmware::esx::settings::ComponentSource::HARDWARE_SUPPORT_PACKAGE = new ComponentSource("HARDWARE_SUPPORT_PACKAGE", Values.HARDWARE_SUPPORT_PACKAGE) [static] |
Hardware Support Package (HSP) is the source for this component.
readonly ComponentSource vmware::esx::settings::ComponentSource::SOLUTION = new ComponentSource("SOLUTION", Values.SOLUTION) [static] |
Solution is the source for this component.
readonly ComponentSource vmware::esx::settings::ComponentSource::USER = new ComponentSource("USER", Values.USER) [static] |
User is the source for this component.