NicType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. connectedvmware. models. NicType
- com.
- com.
public final class NicType
extends ExpandableStringEnum<NicType>
Defines values for NicType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Nic |
E1000
Static value e1000 for Nic |
|
static final
Nic |
E1000E
Static value e1000e for Nic |
|
static final
Nic |
PCNET32
Static value pcnet32 for Nic |
|
static final
Nic |
VMXNET
Static value vmxnet for Nic |
|
static final
Nic |
VMXNET2
Static value vmxnet2 for Nic |
|
static final
Nic |
VMXNET3
Static value vmxnet3 for Nic |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| NicType() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Nic |
fromString(String name)
Creates or finds a Nic |
|
static
Collection<Nic |
values()
Gets known Nic |
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:
Returns:
values
public static Collection<NicType> values()
Gets known NicType values.
Returns: