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 Summary
FieldsModifier and TypeFieldDescriptionstatic final RemoteLoginPortPublicAccessStatic value Disabled for RemoteLoginPortPublicAccess.static final RemoteLoginPortPublicAccessStatic value Enabled for RemoteLoginPortPublicAccess.static final RemoteLoginPortPublicAccessStatic value NotSpecified for RemoteLoginPortPublicAccess. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteLoginPortPublicAccessfromString(String name) Creates or finds a RemoteLoginPortPublicAccess from its string representation.values()Gets known RemoteLoginPortPublicAccess values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ENABLED
Static value Enabled for RemoteLoginPortPublicAccess. -
DISABLED
Static value Disabled for RemoteLoginPortPublicAccess. -
NOT_SPECIFIED
Static value NotSpecified for RemoteLoginPortPublicAccess.
-
-
Constructor Details
-
RemoteLoginPortPublicAccess
Deprecated.Use thefromString(String)factory method.Creates a new instance of RemoteLoginPortPublicAccess value.
-
-
Method Details
-
fromString
Creates or finds a RemoteLoginPortPublicAccess from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RemoteLoginPortPublicAccess.
-
values
Gets known RemoteLoginPortPublicAccess values.- Returns:
- known RemoteLoginPortPublicAccess values.
-
fromString(String)factory method.