AgentPoolSshAccess Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. AgentPoolSshAccess
- com.
- com.
public final class AgentPoolSshAccess
extends ExpandableStringEnum<AgentPoolSshAccess>
SSH access method of an agent pool.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Agent |
DISABLED
SSH service will be turned off on the node. |
|
static final
Agent |
LOCAL_USER
Can SSH onto the node as a local user using private key. |
Constructor Summary
| Constructor | Description |
|---|---|
| AgentPoolSshAccess() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Agent |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Agent |
fromString(String name)
Creates or finds a Agent |
|
static
Collection<Agent |
values()
Gets known Agent |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final AgentPoolSshAccess DISABLED
SSH service will be turned off on the node.
LOCAL_USER
public static final AgentPoolSshAccess LOCAL_USER
Can SSH onto the node as a local user using private key.
Constructor Details
AgentPoolSshAccess
@Deprecated
public AgentPoolSshAccess()
Deprecated
Creates a new instance of AgentPoolSshAccess value.
Method Details
fromString
public static AgentPoolSshAccess fromString(String name)
Creates or finds a AgentPoolSshAccess from its string representation.
Parameters:
Returns:
values
public static Collection<AgentPoolSshAccess> values()
Gets known AgentPoolSshAccess values.
Returns: