| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConsistentType |
ConsistentType.fromValue(String value) |
ConsistentType |
VmSnapshot.getConsistentType()
Get consistentType
|
ConsistentType |
VmSnapshotCreationParamsData.getConsistentType()
Get consistentType
|
ConsistentType |
VmSnapshotWhereInput.getConsistentType()
Get consistentType
|
ConsistentType |
VmSnapshotWhereInput.getConsistentTypeNot()
Get consistentTypeNot
|
ConsistentType |
BackupRestorePointWhereInput.getSnapshotConsistentType()
Get snapshotConsistentType
|
ConsistentType |
BackupPlanWhereInput.getSnapshotConsistentType()
Get snapshotConsistentType
|
ConsistentType |
BackupRestorePoint.getSnapshotConsistentType()
Get snapshotConsistentType
|
ConsistentType |
BackupPlanCreationParams.getSnapshotConsistentType()
Get snapshotConsistentType
|
ConsistentType |
BackupPlan.getSnapshotConsistentType()
Get snapshotConsistentType
|
ConsistentType |
BackupPlanUpdationParamsData.getSnapshotConsistentType()
Get snapshotConsistentType
|
ConsistentType |
BackupRestorePointWhereInput.getSnapshotConsistentTypeNot()
Get snapshotConsistentTypeNot
|
ConsistentType |
BackupPlanWhereInput.getSnapshotConsistentTypeNot()
Get snapshotConsistentTypeNot
|
ConsistentType |
ConsistentType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ConsistentType |
ConsistentType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ConsistentType[] |
ConsistentType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ConsistentType> |
VmSnapshotWhereInput.getConsistentTypeIn()
Get consistentTypeIn
|
List<ConsistentType> |
VmSnapshotWhereInput.getConsistentTypeNotIn()
Get consistentTypeNotIn
|
List<ConsistentType> |
BackupRestorePointWhereInput.getSnapshotConsistentTypeIn()
Get snapshotConsistentTypeIn
|
List<ConsistentType> |
BackupPlanWhereInput.getSnapshotConsistentTypeIn()
Get snapshotConsistentTypeIn
|
List<ConsistentType> |
BackupRestorePointWhereInput.getSnapshotConsistentTypeNotIn()
Get snapshotConsistentTypeNotIn
|
List<ConsistentType> |
BackupPlanWhereInput.getSnapshotConsistentTypeNotIn()
Get snapshotConsistentTypeNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
VmSnapshotWhereInput |
VmSnapshotWhereInput.addConsistentTypeInItem(ConsistentType consistentTypeInItem) |
VmSnapshotWhereInput |
VmSnapshotWhereInput.addConsistentTypeNotInItem(ConsistentType consistentTypeNotInItem) |
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.addSnapshotConsistentTypeInItem(ConsistentType snapshotConsistentTypeInItem) |
BackupPlanWhereInput |
BackupPlanWhereInput.addSnapshotConsistentTypeInItem(ConsistentType snapshotConsistentTypeInItem) |
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.addSnapshotConsistentTypeNotInItem(ConsistentType snapshotConsistentTypeNotInItem) |
BackupPlanWhereInput |
BackupPlanWhereInput.addSnapshotConsistentTypeNotInItem(ConsistentType snapshotConsistentTypeNotInItem) |
VmSnapshot |
VmSnapshot.consistentType(ConsistentType consistentType) |
VmSnapshotCreationParamsData |
VmSnapshotCreationParamsData.consistentType(ConsistentType consistentType) |
VmSnapshotWhereInput |
VmSnapshotWhereInput.consistentType(ConsistentType consistentType) |
VmSnapshotWhereInput |
VmSnapshotWhereInput.consistentTypeNot(ConsistentType consistentTypeNot) |
void |
VmSnapshot.setConsistentType(ConsistentType consistentType) |
void |
VmSnapshotCreationParamsData.setConsistentType(ConsistentType consistentType) |
void |
VmSnapshotWhereInput.setConsistentType(ConsistentType consistentType) |
void |
VmSnapshotWhereInput.setConsistentTypeNot(ConsistentType consistentTypeNot) |
void |
BackupRestorePointWhereInput.setSnapshotConsistentType(ConsistentType snapshotConsistentType) |
void |
BackupPlanWhereInput.setSnapshotConsistentType(ConsistentType snapshotConsistentType) |
void |
BackupRestorePoint.setSnapshotConsistentType(ConsistentType snapshotConsistentType) |
void |
BackupPlanCreationParams.setSnapshotConsistentType(ConsistentType snapshotConsistentType) |
void |
BackupPlan.setSnapshotConsistentType(ConsistentType snapshotConsistentType) |
void |
BackupPlanUpdationParamsData.setSnapshotConsistentType(ConsistentType snapshotConsistentType) |
void |
BackupRestorePointWhereInput.setSnapshotConsistentTypeNot(ConsistentType snapshotConsistentTypeNot) |
void |
BackupPlanWhereInput.setSnapshotConsistentTypeNot(ConsistentType snapshotConsistentTypeNot) |
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.snapshotConsistentType(ConsistentType snapshotConsistentType) |
BackupPlanWhereInput |
BackupPlanWhereInput.snapshotConsistentType(ConsistentType snapshotConsistentType) |
BackupRestorePoint |
BackupRestorePoint.snapshotConsistentType(ConsistentType snapshotConsistentType) |
BackupPlanCreationParams |
BackupPlanCreationParams.snapshotConsistentType(ConsistentType snapshotConsistentType) |
BackupPlan |
BackupPlan.snapshotConsistentType(ConsistentType snapshotConsistentType) |
BackupPlanUpdationParamsData |
BackupPlanUpdationParamsData.snapshotConsistentType(ConsistentType snapshotConsistentType) |
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.snapshotConsistentTypeNot(ConsistentType snapshotConsistentTypeNot) |
BackupPlanWhereInput |
BackupPlanWhereInput.snapshotConsistentTypeNot(ConsistentType snapshotConsistentTypeNot) |
void |
ConsistentType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ConsistentType enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
VmSnapshotWhereInput |
VmSnapshotWhereInput.consistentTypeIn(List<ConsistentType> consistentTypeIn) |
VmSnapshotWhereInput |
VmSnapshotWhereInput.consistentTypeNotIn(List<ConsistentType> consistentTypeNotIn) |
void |
VmSnapshotWhereInput.setConsistentTypeIn(List<ConsistentType> consistentTypeIn) |
void |
VmSnapshotWhereInput.setConsistentTypeNotIn(List<ConsistentType> consistentTypeNotIn) |
void |
BackupRestorePointWhereInput.setSnapshotConsistentTypeIn(List<ConsistentType> snapshotConsistentTypeIn) |
void |
BackupPlanWhereInput.setSnapshotConsistentTypeIn(List<ConsistentType> snapshotConsistentTypeIn) |
void |
BackupRestorePointWhereInput.setSnapshotConsistentTypeNotIn(List<ConsistentType> snapshotConsistentTypeNotIn) |
void |
BackupPlanWhereInput.setSnapshotConsistentTypeNotIn(List<ConsistentType> snapshotConsistentTypeNotIn) |
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.snapshotConsistentTypeIn(List<ConsistentType> snapshotConsistentTypeIn) |
BackupPlanWhereInput |
BackupPlanWhereInput.snapshotConsistentTypeIn(List<ConsistentType> snapshotConsistentTypeIn) |
BackupRestorePointWhereInput |
BackupRestorePointWhereInput.snapshotConsistentTypeNotIn(List<ConsistentType> snapshotConsistentTypeNotIn) |
BackupPlanWhereInput |
BackupPlanWhereInput.snapshotConsistentTypeNotIn(List<ConsistentType> snapshotConsistentTypeNotIn) |
Copyright © 2025. All rights reserved.