| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static Hypervisor |
Hypervisor.fromValue(String value) |
Hypervisor |
ClusterWhereInput.getHypervisor()
Get hypervisor
|
Hypervisor |
Cluster.getHypervisor()
Get hypervisor
|
Hypervisor |
ClusterWhereInput.getHypervisorNot()
Get hypervisorNot
|
Hypervisor |
Hypervisor.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Hypervisor |
Hypervisor.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Hypervisor[] |
Hypervisor.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Hypervisor> |
ClusterWhereInput.getHypervisorIn()
Get hypervisorIn
|
List<Hypervisor> |
ClusterWhereInput.getHypervisorNotIn()
Get hypervisorNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterWhereInput |
ClusterWhereInput.addHypervisorInItem(Hypervisor hypervisorInItem) |
ClusterWhereInput |
ClusterWhereInput.addHypervisorNotInItem(Hypervisor hypervisorNotInItem) |
ClusterWhereInput |
ClusterWhereInput.hypervisor(Hypervisor hypervisor) |
Cluster |
Cluster.hypervisor(Hypervisor hypervisor) |
ClusterWhereInput |
ClusterWhereInput.hypervisorNot(Hypervisor hypervisorNot) |
void |
ClusterWhereInput.setHypervisor(Hypervisor hypervisor) |
void |
Cluster.setHypervisor(Hypervisor hypervisor) |
void |
ClusterWhereInput.setHypervisorNot(Hypervisor hypervisorNot) |
void |
Hypervisor.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Hypervisor enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterWhereInput |
ClusterWhereInput.hypervisorIn(List<Hypervisor> hypervisorIn) |
ClusterWhereInput |
ClusterWhereInput.hypervisorNotIn(List<Hypervisor> hypervisorNotIn) |
void |
ClusterWhereInput.setHypervisorIn(List<Hypervisor> hypervisorIn) |
void |
ClusterWhereInput.setHypervisorNotIn(List<Hypervisor> hypervisorNotIn) |
Copyright © 2025. All rights reserved.