public static enum Node.NodeType extends Enum<Node.NodeType> implements BmcEnum
Cluster node type.
Enum Constant and Description |
---|
Bursting |
CloudSql |
ComputeOnlyWorker |
Edge |
KafkaBroker |
Master |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Utility |
Worker |
Modifier and Type | Method and Description |
---|---|
static Node.NodeType |
create(String key) |
String |
getValue() |
static Node.NodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Node.NodeType Master
public static final Node.NodeType Edge
public static final Node.NodeType Utility
public static final Node.NodeType Worker
public static final Node.NodeType ComputeOnlyWorker
public static final Node.NodeType KafkaBroker
public static final Node.NodeType Bursting
public static final Node.NodeType CloudSql
public static final Node.NodeType UnknownEnumValue
public static Node.NodeType[] values()
for (Node.NodeType c : Node.NodeType.values()) System.out.println(c);
public static Node.NodeType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Node.NodeType create(String key)
Copyright © 2016–2024. All rights reserved.