@Generated public enum ProvisioningInfoState extends Enum<ProvisioningInfoState>
| Enum Constant and Description |
|---|
ACTIVE |
DELETING |
FAILED |
PROVISIONING |
STATE_UNSPECIFIED |
| 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 DELETING
public static final ProvisioningInfoState FAILED
public static final ProvisioningInfoState PROVISIONING
public static final ProvisioningInfoState STATE_UNSPECIFIED
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 © 2024. All rights reserved.