public static enum K8sConstants.Plan extends Enum<K8sConstants.Plan>
K8sEnvironment| Enum Constant and Description |
|---|
APIACCESS |
APPLICATION |
BROKER |
DEFAULT |
SPACE |
SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
static CFConstants.Plan |
from(String planAsString) |
static K8sConstants.Plan |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static K8sConstants.Plan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final K8sConstants.Plan DEFAULT
public static final K8sConstants.Plan BROKER
public static final K8sConstants.Plan APPLICATION
public static final K8sConstants.Plan SPACE
public static final K8sConstants.Plan APIACCESS
public static final K8sConstants.Plan SYSTEM
public static K8sConstants.Plan[] values()
for (K8sConstants.Plan c : K8sConstants.Plan.values()) System.out.println(c);
public static K8sConstants.Plan 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 CFConstants.Plan from(String planAsString)
Copyright © 2022. All rights reserved.