VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vm::GuestOSFamily Class Reference

The GuestOSFamily enumerated type defines the valid guest operating system family types reported by a virtual machine. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  WINDOWS,
  LINUX,
  NETWARE,
  SOLARIS,
  DARWIN,
  OTHER
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

static GuestOSFamily[] GetValues ()
static GuestOSFamily ValueOf (string name)

Static Public Attributes

static readonly GuestOSFamily WINDOWS = new GuestOSFamily("WINDOWS", Values.WINDOWS)
 Windows operating system.
static readonly GuestOSFamily LINUX = new GuestOSFamily("LINUX", Values.LINUX)
 Linux operating system.
static readonly GuestOSFamily NETWARE = new GuestOSFamily("NETWARE", Values.NETWARE)
 Novell Netware.
static readonly GuestOSFamily SOLARIS = new GuestOSFamily("SOLARIS", Values.SOLARIS)
 Solaris operating system.
static readonly GuestOSFamily DARWIN = new GuestOSFamily("DARWIN", Values.DARWIN)
 Mac OS operating system.
static readonly GuestOSFamily OTHER = new GuestOSFamily("OTHER", Values.OTHER)
 Other operating systems.

Detailed Description

The GuestOSFamily enumerated type defines the valid guest operating system family types reported by a virtual machine.

This enumeration was added in vSphere API 6.7.


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.

WINDOWS 

Windows operating system.

This constant was added in vSphere API 6.7.

LINUX 

Linux operating system.

This constant was added in vSphere API 6.7.

NETWARE 

Novell Netware.

This constant was added in vSphere API 6.7.

SOLARIS 

Solaris operating system.

This constant was added in vSphere API 6.7.

DARWIN 

Mac OS operating system.

This constant was added in vSphere API 6.7.

OTHER 

Other operating systems.

This constant was added in vSphere API 6.7.


Member Function Documentation

Values vmware::vcenter::vm::GuestOSFamily::GetEnumValue ( ) [inline]
static GuestOSFamily [] vmware::vcenter::vm::GuestOSFamily::GetValues ( ) [inline, static]
bool vmware::vcenter::vm::GuestOSFamily::IsUnknown ( ) [inline]
static GuestOSFamily vmware::vcenter::vm::GuestOSFamily::ValueOf ( string  name) [inline, static]

Member Data Documentation

readonly GuestOSFamily vmware::vcenter::vm::GuestOSFamily::DARWIN = new GuestOSFamily("DARWIN", Values.DARWIN) [static]

Mac OS operating system.

This constant was added in vSphere API 6.7.

readonly GuestOSFamily vmware::vcenter::vm::GuestOSFamily::LINUX = new GuestOSFamily("LINUX", Values.LINUX) [static]

Linux operating system.

This constant was added in vSphere API 6.7.

readonly GuestOSFamily vmware::vcenter::vm::GuestOSFamily::NETWARE = new GuestOSFamily("NETWARE", Values.NETWARE) [static]

Novell Netware.

This constant was added in vSphere API 6.7.

readonly GuestOSFamily vmware::vcenter::vm::GuestOSFamily::OTHER = new GuestOSFamily("OTHER", Values.OTHER) [static]

Other operating systems.

This constant was added in vSphere API 6.7.

readonly GuestOSFamily vmware::vcenter::vm::GuestOSFamily::SOLARIS = new GuestOSFamily("SOLARIS", Values.SOLARIS) [static]

Solaris operating system.

This constant was added in vSphere API 6.7.

readonly GuestOSFamily vmware::vcenter::vm::GuestOSFamily::WINDOWS = new GuestOSFamily("WINDOWS", Values.WINDOWS) [static]

Windows operating system.

This constant was added in vSphere API 6.7.


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