VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::guest::WindowsNetworkAdapterSettings::NetBIOSMode Class Reference

The WindowsNetworkAdapterSettings.NetBIOSMode enumerated type specifies different NetBIOS settings for Windows guest operating systems. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  USE_DHCP,
  ENABLE,
  DISABLE
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

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

Static Public Attributes

static readonly NetBIOSMode USE_DHCP = new NetBIOSMode("USE_DHCP", Values.USE_DHCP)
 DHCP server decides whether or not to use NetBIOS.
static readonly NetBIOSMode ENABLE = new NetBIOSMode("ENABLE", Values.ENABLE)
 Always use NetBIOS.
static readonly NetBIOSMode DISABLE = new NetBIOSMode("DISABLE", Values.DISABLE)
 Never use NetBIOS.

Detailed Description

The WindowsNetworkAdapterSettings.NetBIOSMode enumerated type specifies different NetBIOS settings for Windows guest operating systems.

This enumeration was added in vSphere API 7.0.0.


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.

USE_DHCP 

DHCP server decides whether or not to use NetBIOS.

This constant was added in vSphere API 7.0.0.

ENABLE 

Always use NetBIOS.

This constant was added in vSphere API 7.0.0.

DISABLE 

Never use NetBIOS.

This constant was added in vSphere API 7.0.0.


Member Function Documentation

Values vmware::vcenter::guest::WindowsNetworkAdapterSettings::NetBIOSMode::GetEnumValue ( ) [inline]
static NetBIOSMode [] vmware::vcenter::guest::WindowsNetworkAdapterSettings::NetBIOSMode::GetValues ( ) [inline, static]
bool vmware::vcenter::guest::WindowsNetworkAdapterSettings::NetBIOSMode::IsUnknown ( ) [inline]
static NetBIOSMode vmware::vcenter::guest::WindowsNetworkAdapterSettings::NetBIOSMode::ValueOf ( string  name) [inline, static]

Member Data Documentation

Never use NetBIOS.

This constant was added in vSphere API 7.0.0.

Always use NetBIOS.

This constant was added in vSphere API 7.0.0.

DHCP server decides whether or not to use NetBIOS.

This constant was added in vSphere API 7.0.0.


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