public enum SharedPCAccountDeletionPolicyType extends java.lang.Enum<SharedPCAccountDeletionPolicyType>
| Enum Constant and Description |
|---|
DISK_SPACE_THRESHOLD
disk Space Threshold
|
DISK_SPACE_THRESHOLD_OR_INACTIVE_THRESHOLD
disk Space Threshold Or Inactive Threshold
|
IMMEDIATE
immediate
|
UNEXPECTED_VALUE
For SharedPCAccountDeletionPolicyType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static SharedPCAccountDeletionPolicyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SharedPCAccountDeletionPolicyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedPCAccountDeletionPolicyType IMMEDIATE
public static final SharedPCAccountDeletionPolicyType DISK_SPACE_THRESHOLD
public static final SharedPCAccountDeletionPolicyType DISK_SPACE_THRESHOLD_OR_INACTIVE_THRESHOLD
public static final SharedPCAccountDeletionPolicyType UNEXPECTED_VALUE
public static SharedPCAccountDeletionPolicyType[] values()
for (SharedPCAccountDeletionPolicyType c : SharedPCAccountDeletionPolicyType.values()) System.out.println(c);
public static SharedPCAccountDeletionPolicyType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null