@Generated public enum GcpAvailability extends Enum<GcpAvailability>
Enum Constant and Description |
---|
ON_DEMAND_GCP |
PREEMPTIBLE_GCP |
PREEMPTIBLE_WITH_FALLBACK_GCP |
Modifier and Type | Method and Description |
---|---|
static GcpAvailability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcpAvailability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcpAvailability ON_DEMAND_GCP
public static final GcpAvailability PREEMPTIBLE_GCP
public static final GcpAvailability PREEMPTIBLE_WITH_FALLBACK_GCP
public static GcpAvailability[] values()
for (GcpAvailability c : GcpAvailability.values()) System.out.println(c);
public static GcpAvailability 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 nullCopyright © 2023. All rights reserved.