public enum BackupStoreRepositoryOrderByInput extends Enum<BackupStoreRepositoryOrderByInput>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BackupStoreRepositoryOrderByInput.Adapter |
| 限定符和类型 | 方法和说明 |
|---|---|
static BackupStoreRepositoryOrderByInput |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static BackupStoreRepositoryOrderByInput |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BackupStoreRepositoryOrderByInput[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final BackupStoreRepositoryOrderByInput CREATEDAT_ASC
public static final BackupStoreRepositoryOrderByInput CREATEDAT_DESC
public static final BackupStoreRepositoryOrderByInput DESCRIPTION_ASC
public static final BackupStoreRepositoryOrderByInput DESCRIPTION_DESC
public static final BackupStoreRepositoryOrderByInput ENTITYASYNCSTATUS_ASC
public static final BackupStoreRepositoryOrderByInput ENTITYASYNCSTATUS_DESC
public static final BackupStoreRepositoryOrderByInput ERROR_CODE_ASC
public static final BackupStoreRepositoryOrderByInput ERROR_CODE_DESC
public static final BackupStoreRepositoryOrderByInput ID_ASC
public static final BackupStoreRepositoryOrderByInput ID_DESC
public static final BackupStoreRepositoryOrderByInput ISCSI_CHAP_NAME_ASC
public static final BackupStoreRepositoryOrderByInput ISCSI_CHAP_NAME_DESC
public static final BackupStoreRepositoryOrderByInput ISCSI_CHAP_SECRET_ASC
public static final BackupStoreRepositoryOrderByInput ISCSI_CHAP_SECRET_DESC
public static final BackupStoreRepositoryOrderByInput ISCSI_IP_ASC
public static final BackupStoreRepositoryOrderByInput ISCSI_IP_DESC
public static final BackupStoreRepositoryOrderByInput ISCSI_LUN_ID_ASC
public static final BackupStoreRepositoryOrderByInput ISCSI_LUN_ID_DESC
public static final BackupStoreRepositoryOrderByInput ISCSI_PORT_ASC
public static final BackupStoreRepositoryOrderByInput ISCSI_PORT_DESC
public static final BackupStoreRepositoryOrderByInput ISCSI_TARGET_IQN_ASC
public static final BackupStoreRepositoryOrderByInput ISCSI_TARGET_IQN_DESC
public static final BackupStoreRepositoryOrderByInput NAME_ASC
public static final BackupStoreRepositoryOrderByInput NAME_DESC
public static final BackupStoreRepositoryOrderByInput NFS_PATH_ASC
public static final BackupStoreRepositoryOrderByInput NFS_PATH_DESC
public static final BackupStoreRepositoryOrderByInput NFS_SERVER_ASC
public static final BackupStoreRepositoryOrderByInput NFS_SERVER_DESC
public static final BackupStoreRepositoryOrderByInput STATUS_ASC
public static final BackupStoreRepositoryOrderByInput STATUS_DESC
public static final BackupStoreRepositoryOrderByInput TOTAL_CAPACITY_ASC
public static final BackupStoreRepositoryOrderByInput TOTAL_CAPACITY_DESC
public static final BackupStoreRepositoryOrderByInput TYPE_ASC
public static final BackupStoreRepositoryOrderByInput TYPE_DESC
public static final BackupStoreRepositoryOrderByInput UPDATE_TIMESTAMP_ASC
public static final BackupStoreRepositoryOrderByInput UPDATE_TIMESTAMP_DESC
public static final BackupStoreRepositoryOrderByInput USED_DATA_SPACE_ASC
public static final BackupStoreRepositoryOrderByInput USED_DATA_SPACE_DESC
public static final BackupStoreRepositoryOrderByInput USED_DATA_SPACE_USAGE_ASC
public static final BackupStoreRepositoryOrderByInput USED_DATA_SPACE_USAGE_DESC
public static final BackupStoreRepositoryOrderByInput VALID_DATA_SPACE_ASC
public static final BackupStoreRepositoryOrderByInput VALID_DATA_SPACE_DESC
public static final BackupStoreRepositoryOrderByInput BACKUPSTOREREPOSITORYORDERBYINPUT_UNSUPPORTED_ENUM
public static BackupStoreRepositoryOrderByInput[] values()
for (BackupStoreRepositoryOrderByInput c : BackupStoreRepositoryOrderByInput.values()) System.out.println(c);
public static BackupStoreRepositoryOrderByInput valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
public String toString()
public static BackupStoreRepositoryOrderByInput fromValue(String value)
Copyright © 2025. All rights reserved.