All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
A |
addToAdditionalProperties(String key,
Object value) |
|
A |
addToAdditionalProperties(Map<String,Object> map) |
|
MemifDevice |
buildMemif() |
|
PciDevice |
buildPci() |
|
VdpaDevice |
buildVdpa() |
|
VhostDevice |
buildVhostUser() |
|
protected void |
copyInstance(DeviceInfo instance) |
|
DeviceInfoFluent.MemifNested<A> |
editMemif() |
|
DeviceInfoFluent.MemifNested<A> |
editOrNewMemif() |
|
DeviceInfoFluent.MemifNested<A> |
editOrNewMemifLike(MemifDevice item) |
|
DeviceInfoFluent.PciNested<A> |
editOrNewPci() |
|
DeviceInfoFluent.PciNested<A> |
editOrNewPciLike(PciDevice item) |
|
DeviceInfoFluent.VdpaNested<A> |
editOrNewVdpa() |
|
DeviceInfoFluent.VdpaNested<A> |
editOrNewVdpaLike(VdpaDevice item) |
|
DeviceInfoFluent.VhostUserNested<A> |
editOrNewVhostUser() |
|
DeviceInfoFluent.VhostUserNested<A> |
editOrNewVhostUserLike(VhostDevice item) |
|
DeviceInfoFluent.PciNested<A> |
editPci() |
|
DeviceInfoFluent.VdpaNested<A> |
editVdpa() |
|
DeviceInfoFluent.VhostUserNested<A> |
editVhostUser() |
|
boolean |
equals(Object o) |
|
Map<String,Object> |
getAdditionalProperties() |
|
String |
getType() |
|
String |
getVersion() |
|
boolean |
hasAdditionalProperties() |
|
int |
hashCode() |
|
boolean |
hasMemif() |
|
boolean |
hasPci() |
|
boolean |
hasType() |
|
boolean |
hasVdpa() |
|
boolean |
hasVersion() |
|
boolean |
hasVhostUser() |
|
A |
removeFromAdditionalProperties(String key) |
|
A |
removeFromAdditionalProperties(Map<String,Object> map) |
|
String |
toString() |
|
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
|
A |
withMemif(MemifDevice memif) |
|
DeviceInfoFluent.MemifNested<A> |
withNewMemif() |
|
A |
withNewMemif(String mode,
String path,
String role) |
|
DeviceInfoFluent.MemifNested<A> |
withNewMemifLike(MemifDevice item) |
|
DeviceInfoFluent.PciNested<A> |
withNewPci() |
|
A |
withNewPci(String pciAddress,
String pfPciAddress,
String rdmaDevice,
String representorDevice,
String vhostNet) |
|
DeviceInfoFluent.PciNested<A> |
withNewPciLike(PciDevice item) |
|
DeviceInfoFluent.VdpaNested<A> |
withNewVdpa() |
|
DeviceInfoFluent.VdpaNested<A> |
withNewVdpaLike(VdpaDevice item) |
|
DeviceInfoFluent.VhostUserNested<A> |
withNewVhostUser() |
|
A |
withNewVhostUser(String mode,
String path) |
|
DeviceInfoFluent.VhostUserNested<A> |
withNewVhostUserLike(VhostDevice item) |
|
A |
withPci(PciDevice pci) |
|
A |
withType(String type) |
|
A |
withVdpa(VdpaDevice vdpa) |
|
A |
withVersion(String version) |
|
A |
withVhostUser(VhostDevice vhostUser) |
|