public enum IscsiLunSnapshotOrderByInput extends Enum<IscsiLunSnapshotOrderByInput>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
IscsiLunSnapshotOrderByInput.Adapter |
| 限定符和类型 | 方法和说明 |
|---|---|
static IscsiLunSnapshotOrderByInput |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static IscsiLunSnapshotOrderByInput |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IscsiLunSnapshotOrderByInput[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final IscsiLunSnapshotOrderByInput ENTITYASYNCSTATUS_ASC
public static final IscsiLunSnapshotOrderByInput ENTITYASYNCSTATUS_DESC
public static final IscsiLunSnapshotOrderByInput ID_ASC
public static final IscsiLunSnapshotOrderByInput ID_DESC
public static final IscsiLunSnapshotOrderByInput LOCAL_CREATED_AT_ASC
public static final IscsiLunSnapshotOrderByInput LOCAL_CREATED_AT_DESC
public static final IscsiLunSnapshotOrderByInput LOCAL_ID_ASC
public static final IscsiLunSnapshotOrderByInput LOCAL_ID_DESC
public static final IscsiLunSnapshotOrderByInput NAME_ASC
public static final IscsiLunSnapshotOrderByInput NAME_DESC
public static final IscsiLunSnapshotOrderByInput UNIQUE_SIZE_ASC
public static final IscsiLunSnapshotOrderByInput UNIQUE_SIZE_DESC
public static final IscsiLunSnapshotOrderByInput ISCSILUNSNAPSHOTORDERBYINPUT_UNSUPPORTED_ENUM
public static IscsiLunSnapshotOrderByInput[] values()
for (IscsiLunSnapshotOrderByInput c : IscsiLunSnapshotOrderByInput.values()) System.out.println(c);
public static IscsiLunSnapshotOrderByInput valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
public String toString()
toString 在类中 Enum<IscsiLunSnapshotOrderByInput>public static IscsiLunSnapshotOrderByInput fromValue(String value)
Copyright © 2025. All rights reserved.