java.lang.Object
com.azure.core.util.ExpandableStringEnum<SslStatus>
com.azure.resourcemanager.databoxedge.models.SslStatus

public final class SslStatus extends com.azure.core.util.ExpandableStringEnum<SslStatus>
Signifies whether SSL needs to be enabled or not.
  • Field Details

    • ENABLED

      public static final SslStatus ENABLED
      Static value Enabled for SslStatus.
    • DISABLED

      public static final SslStatus DISABLED
      Static value Disabled for SslStatus.
  • Constructor Details

  • Method Details

    • fromString

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

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