Class UseHubGateway

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

public final class UseHubGateway extends com.azure.core.util.ExpandableStringEnum<UseHubGateway>
Flag if need to use hub gateway.
  • Field Details

    • FALSE

      public static final UseHubGateway FALSE
      Static value False for UseHubGateway.
    • TRUE

      public static final UseHubGateway TRUE
      Static value True for UseHubGateway.
  • Constructor Details

    • UseHubGateway

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

    • fromString

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

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