NodeOSUpgradeChannel Class

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 NodeOSUpgradeChannel NODE_IMAGE

Static value NodeImage for NodeOSUpgradeChannel.

static final NodeOSUpgradeChannel NONE

Static value None for NodeOSUpgradeChannel.

static final NodeOSUpgradeChannel SECURITY_PATCH

Static value SecurityPatch for NodeOSUpgradeChannel.

static final NodeOSUpgradeChannel UNMANAGED

Static value Unmanaged for NodeOSUpgradeChannel.

Constructor Summary

Constructor Description
NodeOSUpgradeChannel()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NodeOSUpgradeChannel value.

Method Summary

Modifier and Type Method and Description
static NodeOSUpgradeChannel fromString(String name)

Creates or finds a NodeOSUpgradeChannel from its string representation.

static Collection<NodeOSUpgradeChannel> values()

Gets known NodeOSUpgradeChannel values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding NodeOSUpgradeChannel.

values

public static Collection values()

Gets known NodeOSUpgradeChannel values.

Returns:

known NodeOSUpgradeChannel values.

Applies to