Class NicType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NicType>
com.azure.resourcemanager.connectedvmware.models.NicType
Defines values for NicType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NicType
Static value e1000 for NicType.static final NicType
Static value e1000e for NicType.static final NicType
Static value pcnet32 for NicType.static final NicType
Static value vmxnet for NicType.static final NicType
Static value vmxnet2 for NicType.static final NicType
Static value vmxnet3 for NicType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NicType
fromString
(String name) Creates or finds a NicType from its string representation.static Collection<NicType>
values()
Gets known NicType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
VMXNET3
Static value vmxnet3 for NicType. -
VMXNET2
Static value vmxnet2 for NicType. -
VMXNET
Static value vmxnet for NicType. -
E1000
Static value e1000 for NicType. -
E1000E
Static value e1000e for NicType. -
PCNET32
Static value pcnet32 for NicType.
-
-
Constructor Details
-
NicType
public NicType()
-
-
Method Details
-
fromString
Creates or finds a NicType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding NicType.
-
values
Gets known NicType values.- Returns:
- known NicType values.
-