Class AddonType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AddonType>
com.azure.resourcemanager.avs.models.AddonType

public final class AddonType extends com.azure.core.util.ExpandableStringEnum<AddonType>
The type of private cloud addon.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AddonType
    Static value Arc for AddonType.
    static final AddonType
    Static value HCX for AddonType.
    static final AddonType
    Static value SRM for AddonType.
    static final AddonType
    Static value VR for AddonType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static AddonType
    Creates or finds a AddonType from its string representation.
    Gets known AddonType 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

    • SRM

      public static final AddonType SRM
      Static value SRM for AddonType.
    • VR

      public static final AddonType VR
      Static value VR for AddonType.
    • HCX

      public static final AddonType HCX
      Static value HCX for AddonType.
    • ARC

      public static final AddonType ARC
      Static value Arc for AddonType.
  • Constructor Details

    • AddonType

      public AddonType()
  • Method Details

    • fromString

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

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