Partager via


NodeOSUpgradeChannel Classe

public final class NodeOSUpgradeChannel
extends ExpandableStringEnum<NodeOSUpgradeChannel>

Canal de mise à niveau du système d’exploitation de nœud

Manière dont le système d’exploitation sur vos nœuds est mis à jour. La valeur par défaut est NodeImage.

Récapitulatif du champ

Modificateur et type Champ et description
static final NodeOSUpgradeChannel NODE_IMAGE

Valeur statique Image de nœudpour le canal NodeOSUpgrade.

static final NodeOSUpgradeChannel NONE

Valeur statique None pour nodeOSUpgradeChannel.

static final NodeOSUpgradeChannel UNMANAGED

Valeur statique Non managée pour nodeOSUpgradeChannel.

Récapitulatif du constructeur

Constructeur Description
NodeOSUpgradeChannel()

Déprécié

Utilisez la fromString(String name) méthode factory.

Crée une instance de la valeur ducanal Node OSUpgrade.

Résumé de la méthode

Modificateur et type Méthode et description
static NodeOSUpgradeChannel fromString(String name)

Crée ou recherche un canal NodeOSUpgradeà partir de sa représentation sous forme de chaîne.

static Collection<NodeOSUpgradeChannel> values()

Obtient les valeurs de canal NodeOSUpgradeconnues.

Méthodes héritées de ExpandableStringEnum

Méthodes héritées de java.lang.Object

Détails du champ

NODE_IMAGE

public static final NodeOSUpgradeChannel NODE_IMAGE

Valeur statique NodeImage pour NodeOSUpgradeChannel.

NONE

public static final NodeOSUpgradeChannel NONE

Valeur statique None pour NodeOSUpgradeChannel.

UNMANAGED

public static final NodeOSUpgradeChannel UNMANAGED

Valeur statique Non managée pour NodeOSUpgradeChannel.

Détails du constructeur

NodeOSUpgradeChannel

@Deprecated
public NodeOSUpgradeChannel()

Déprécié

Utilisez la fromString(String name) méthode factory.

Crée une instance de valeur NodeOSUpgradeChannel.

Détails de la méthode

fromString

public static NodeOSUpgradeChannel fromString(String name)

Crée ou recherche un NodeOSUpgradeChannel à partir de sa représentation sous forme de chaîne.

Parameters:

name - nom à rechercher.

Returns:

NodeOSUpgradeChannel correspondant.

values

public static Collection values()

Obtient les valeurs NodeOSUpgradeChannel connues.

Returns:

valeurs NodeOSUpgradeChannel connues.

S’applique à