Class NvaNicType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<NvaNicType>
com.azure.resourcemanager.network.models.NvaNicType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

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

    • PRIVATE_NIC

      public static final NvaNicType PRIVATE_NIC
      Static value PrivateNic for NvaNicType.
    • PUBLIC_NIC

      public static final NvaNicType PUBLIC_NIC
      Static value PublicNic for NvaNicType.
    • ADDITIONAL_PRIVATE_NIC

      public static final NvaNicType ADDITIONAL_PRIVATE_NIC
      Static value AdditionalPrivateNic for NvaNicType.
    • ADDITIONAL_PUBLIC_NIC

      public static final NvaNicType ADDITIONAL_PUBLIC_NIC
      Static value AdditionalPublicNic for NvaNicType.
  • Constructor Details

  • Method Details

    • fromString

      public static NvaNicType fromString(String name)
      Creates or finds a NvaNicType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding NvaNicType.
    • values

      public static Collection<NvaNicType> values()
      Gets known NvaNicType values.
      Returns:
      known NvaNicType values.