Class NicTypeInResponse

java.lang.Object
com.azure.core.util.ExpandableStringEnum<NicTypeInResponse>
com.azure.resourcemanager.network.models.NicTypeInResponse

public final class NicTypeInResponse extends com.azure.core.util.ExpandableStringEnum<NicTypeInResponse>
NIC type - PublicNic, PrivateNic, or AdditionalNic.
  • Field Details

    • PUBLIC_NIC

      public static final NicTypeInResponse PUBLIC_NIC
      Static value PublicNic for NicTypeInResponse.
    • PRIVATE_NIC

      public static final NicTypeInResponse PRIVATE_NIC
      Static value PrivateNic for NicTypeInResponse.
    • ADDITIONAL_NIC

      public static final NicTypeInResponse ADDITIONAL_NIC
      Static value AdditionalNic for NicTypeInResponse.
  • Constructor Details

    • NicTypeInResponse

      @Deprecated public NicTypeInResponse()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of NicTypeInResponse value.
  • Method Details

    • fromString

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

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