VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::settings::ComponentSource Class Reference

The ComponentSource enumerated type contains the component's source information. More...

List of all members.

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.

Detailed Description

The ComponentSource enumerated type contains the component's source information.


Member Enumeration Documentation

C# enum whose values can be used in switch statements.

Ordinals have no semantic meaning (your code should not rely on them).

Enumerator:
_UNKNOWN 

Special enumeration constant which is used to represent constants that do not exist in the current enum binding.

For example if a client sends a new constant to an older server, the server code will see this special constant, because its enum binding lacks the new constant.

BASE_IMAGE 

Base image is the source for this component.

ADD_ON 

Addon is the source for this component.

USER 

User is the source for this component.

SOLUTION 

Solution is the source for this component.

HARDWARE_SUPPORT_PACKAGE 

Hardware Support Package (HSP) is the source for this component.


Member Function Documentation

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]

Member Data Documentation

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.

User is the source for this component.


The documentation for this class was generated from the following file: