NodeOSUpgradeChannel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. NodeOSUpgradeChannel
- com.
- com.
public final class NodeOSUpgradeChannel
extends ExpandableStringEnum<NodeOSUpgradeChannel>
Node OS Upgrade Channel Manner in which the OS on your nodes is updated. The default is NodeImage.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Node |
NODE_IMAGE
Static value Node |
static final
Node |
NONE
Static value None for Node |
static final
Node |
SECURITY_PATCH
Static value Security |
static final
Node |
UNMANAGED
Static value Unmanaged for Node |
Constructor Summary
Constructor | Description |
---|---|
NodeOSUpgradeChannel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Node |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Node |
fromString(String name)
Creates or finds a Node |
static
Collection<Node |
values()
Gets known Node |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NODE_IMAGE
public static final NodeOSUpgradeChannel NODE_IMAGE
Static value NodeImage for NodeOSUpgradeChannel.
NONE
public static final NodeOSUpgradeChannel NONE
Static value None for NodeOSUpgradeChannel.
SECURITY_PATCH
public static final NodeOSUpgradeChannel SECURITY_PATCH
Static value SecurityPatch for NodeOSUpgradeChannel.
UNMANAGED
public static final NodeOSUpgradeChannel UNMANAGED
Static value Unmanaged for NodeOSUpgradeChannel.
Constructor Details
NodeOSUpgradeChannel
@Deprecated
public NodeOSUpgradeChannel()
Deprecated
Creates a new instance of NodeOSUpgradeChannel value.
Method Details
fromString
public static NodeOSUpgradeChannel fromString(String name)
Creates or finds a NodeOSUpgradeChannel from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known NodeOSUpgradeChannel values.
Returns:
Applies to
Azure SDK for Java