| 程序包 | 说明 |
|---|---|
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static VmNicType |
VmNicType.fromValue(String value) |
VmNicType |
VmNicWhereInput.getType()
Get type
|
VmNicType |
NestedContentLibraryVmTemplateNic.getType()
Get type
|
VmNicType |
VmNic.getType()
Get type
|
VmNicType |
VmNicParams.getType()
Get type
|
VmNicType |
NestedTemplateNic.getType()
Get type
|
VmNicType |
VmNicWhereInput.getTypeNot()
Get typeNot
|
VmNicType |
VmNicType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static VmNicType |
VmNicType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static VmNicType[] |
VmNicType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<VmNicType> |
VmNicWhereInput.getTypeIn()
Get typeIn
|
List<VmNicType> |
VmNicWhereInput.getTypeNotIn()
Get typeNotIn
|
| 限定符和类型 | 方法和说明 |
|---|---|
VmNicWhereInput |
VmNicWhereInput.addTypeInItem(VmNicType typeInItem) |
VmNicWhereInput |
VmNicWhereInput.addTypeNotInItem(VmNicType typeNotInItem) |
void |
VmNicWhereInput.setType(VmNicType type) |
void |
NestedContentLibraryVmTemplateNic.setType(VmNicType type) |
void |
VmNic.setType(VmNicType type) |
void |
VmNicParams.setType(VmNicType type) |
void |
NestedTemplateNic.setType(VmNicType type) |
void |
VmNicWhereInput.setTypeNot(VmNicType typeNot) |
VmNicWhereInput |
VmNicWhereInput.type(VmNicType type) |
NestedContentLibraryVmTemplateNic |
NestedContentLibraryVmTemplateNic.type(VmNicType type) |
VmNic |
VmNic.type(VmNicType type) |
VmNicParams |
VmNicParams.type(VmNicType type) |
NestedTemplateNic |
NestedTemplateNic.type(VmNicType type) |
VmNicWhereInput |
VmNicWhereInput.typeNot(VmNicType typeNot) |
void |
VmNicType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
VmNicType enumeration) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
VmNicWhereInput.setTypeIn(List<VmNicType> typeIn) |
void |
VmNicWhereInput.setTypeNotIn(List<VmNicType> typeNotIn) |
VmNicWhereInput |
VmNicWhereInput.typeIn(List<VmNicType> typeIn) |
VmNicWhereInput |
VmNicWhereInput.typeNotIn(List<VmNicType> typeNotIn) |
Copyright © 2025. All rights reserved.