Class RemoteLoginPortPublicAccess

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RemoteLoginPortPublicAccess>
com.azure.resourcemanager.machinelearning.models.RemoteLoginPortPublicAccess

public final class RemoteLoginPortPublicAccess extends com.azure.core.util.ExpandableStringEnum<RemoteLoginPortPublicAccess>
Close remote Login Access Port State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled.
  • Field Details

  • Constructor Details

    • RemoteLoginPortPublicAccess

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

    • fromString

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

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