java.lang.Object
com.azure.core.util.ExpandableStringEnum<NicType>
com.azure.resourcemanager.connectedvmware.models.NicType

public final class NicType extends com.azure.core.util.ExpandableStringEnum<NicType>
Defines values for NicType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static NicType
    Creates or finds a NicType from its string representation.
    Gets known NicType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • VMXNET3

      public static final NicType VMXNET3
      Static value vmxnet3 for NicType.
    • VMXNET2

      public static final NicType VMXNET2
      Static value vmxnet2 for NicType.
    • VMXNET

      public static final NicType VMXNET
      Static value vmxnet for NicType.
    • 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.
  • 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.