次の方法で共有


NicType Class

public final class NicType
extends ExpandableStringEnum<NicType>

Defines values for NicType.

Field Summary

Modifier and Type Field and Description
static final NicType E1000

Static value e1000 for NicType.

static final NicType E1000E

Static value e1000e for NicType.

static final NicType PCNET32

Static value pcnet32 for NicType.

static final NicType VMXNET

Static value vmxnet for NicType.

static final NicType VMXNET2

Static value vmxnet2 for NicType.

static final NicType VMXNET3

Static value vmxnet3 for NicType.

Constructor Summary

Constructor Description
NicType()

Method Summary

Modifier and Type Method and Description
static NicType fromString(String name)

Creates or finds a NicType from its string representation.

static Collection<NicType> values()

Gets known NicType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

E1000

public static final NicType E1000

Static value e1000 for NicType.

E1000E

public static final NicType E1000E

Static value e1000e for NicType.

PCNET32

public static final NicType PCNET32

Static value pcnet32 for NicType.

VMXNET

public static final NicType VMXNET

Static value vmxnet for NicType.

VMXNET2

public static final NicType VMXNET2

Static value vmxnet2 for NicType.

VMXNET3

public static final NicType VMXNET3

Static value vmxnet3 for NicType.

Constructor Details

NicType

public NicType()

Method Details

fromString

public static NicType fromString(String name)

Creates or finds a NicType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding NicType.

values

public static Collection<NicType> values()

Gets known NicType values.

Returns:

known NicType values.

Applies to