Class PeeringEnforcement

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

public final class PeeringEnforcement extends com.azure.core.util.ExpandableStringEnum<PeeringEnforcement>
Option indicating enforcement of peerings created by the connectivity configuration.
  • Field Details

    • UNENFORCED

      public static final PeeringEnforcement UNENFORCED
      Static value Unenforced for PeeringEnforcement.
    • ENFORCED

      public static final PeeringEnforcement ENFORCED
      Static value Enforced for PeeringEnforcement.
  • Constructor Details

    • PeeringEnforcement

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

    • fromString

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

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