Class GroupConnectivity

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

public final class GroupConnectivity extends com.azure.core.util.ExpandableStringEnum<GroupConnectivity>
Group connectivity type.
  • Field Details

    • NONE

      public static final GroupConnectivity NONE
      Static value None for GroupConnectivity.
    • DIRECTLY_CONNECTED

      public static final GroupConnectivity DIRECTLY_CONNECTED
      Static value DirectlyConnected for GroupConnectivity.
  • Constructor Details

    • GroupConnectivity

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

    • fromString

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

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