public static enum CreateAddonRequest.DeployNodeTypeEnum extends Enum<CreateAddonRequest.DeployNodeTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateAddonRequest.DeployNodeTypeEnum.Adapter |
| Enum Constant and Description |
|---|
EDGENODE |
NODE |
VIRTUALNODE |
| Modifier and Type | Method and Description |
|---|---|
static CreateAddonRequest.DeployNodeTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static CreateAddonRequest.DeployNodeTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateAddonRequest.DeployNodeTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateAddonRequest.DeployNodeTypeEnum NODE
public static final CreateAddonRequest.DeployNodeTypeEnum VIRTUALNODE
public static final CreateAddonRequest.DeployNodeTypeEnum EDGENODE
public static CreateAddonRequest.DeployNodeTypeEnum[] values()
for (CreateAddonRequest.DeployNodeTypeEnum c : CreateAddonRequest.DeployNodeTypeEnum.values()) System.out.println(c);
public static CreateAddonRequest.DeployNodeTypeEnum 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 String getValue()
public String toString()
toString in class Enum<CreateAddonRequest.DeployNodeTypeEnum>public static CreateAddonRequest.DeployNodeTypeEnum fromValue(String input)
Copyright © 2024. All rights reserved.