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