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