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

public final class Family extends com.azure.core.util.ExpandableStringEnum<Family>
The family of the peering SKU.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Family
    Static value Direct for Family.
    static final Family
    Static value Exchange for Family.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

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

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

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • DIRECT

      public static final Family DIRECT
      Static value Direct for Family.
    • EXCHANGE

      public static final Family EXCHANGE
      Static value Exchange for Family.
  • Constructor Details

  • Method Details

    • fromString

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

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