Class DeviceInfo
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.DeviceInfo
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<DeviceInfoBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class DeviceInfo extends Object implements io.fabric8.kubernetes.api.builder.Editable<DeviceInfoBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
DeviceInfo contains the information of the device associated with this network (if any)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeviceInfo()No args constructor for use in serializationDeviceInfo(MemifDevice memif, PciDevice pci, String type, VdpaDevice vdpa, String version, VhostDevice vhostUser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceInfoBuilderedit()Map<String,Object>getAdditionalProperties()MemifDevicegetMemif()DeviceInfo contains the information of the device associated with this network (if any)PciDevicegetPci()DeviceInfo contains the information of the device associated with this network (if any)StringgetType()DeviceInfo contains the information of the device associated with this network (if any)VdpaDevicegetVdpa()DeviceInfo contains the information of the device associated with this network (if any)StringgetVersion()DeviceInfo contains the information of the device associated with this network (if any)VhostDevicegetVhostUser()DeviceInfo contains the information of the device associated with this network (if any)voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetMemif(MemifDevice memif)DeviceInfo contains the information of the device associated with this network (if any)voidsetPci(PciDevice pci)DeviceInfo contains the information of the device associated with this network (if any)voidsetType(String type)DeviceInfo contains the information of the device associated with this network (if any)voidsetVdpa(VdpaDevice vdpa)DeviceInfo contains the information of the device associated with this network (if any)voidsetVersion(String version)DeviceInfo contains the information of the device associated with this network (if any)voidsetVhostUser(VhostDevice vhostUser)DeviceInfo contains the information of the device associated with this network (if any)DeviceInfoBuildertoBuilder()
-
-
-
Constructor Detail
-
DeviceInfo
public DeviceInfo()
No args constructor for use in serialization
-
DeviceInfo
public DeviceInfo(MemifDevice memif, PciDevice pci, String type, VdpaDevice vdpa, String version, VhostDevice vhostUser)
-
-
Method Detail
-
getMemif
public MemifDevice getMemif()
DeviceInfo contains the information of the device associated with this network (if any)
-
setMemif
public void setMemif(MemifDevice memif)
DeviceInfo contains the information of the device associated with this network (if any)
-
getPci
public PciDevice getPci()
DeviceInfo contains the information of the device associated with this network (if any)
-
setPci
public void setPci(PciDevice pci)
DeviceInfo contains the information of the device associated with this network (if any)
-
getType
public String getType()
DeviceInfo contains the information of the device associated with this network (if any)
-
setType
public void setType(String type)
DeviceInfo contains the information of the device associated with this network (if any)
-
getVdpa
public VdpaDevice getVdpa()
DeviceInfo contains the information of the device associated with this network (if any)
-
setVdpa
public void setVdpa(VdpaDevice vdpa)
DeviceInfo contains the information of the device associated with this network (if any)
-
getVersion
public String getVersion()
DeviceInfo contains the information of the device associated with this network (if any)
-
setVersion
public void setVersion(String version)
DeviceInfo contains the information of the device associated with this network (if any)
-
getVhostUser
public VhostDevice getVhostUser()
DeviceInfo contains the information of the device associated with this network (if any)
-
setVhostUser
public void setVhostUser(VhostDevice vhostUser)
DeviceInfo contains the information of the device associated with this network (if any)
-
edit
public DeviceInfoBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<DeviceInfoBuilder>
-
toBuilder
public DeviceInfoBuilder toBuilder()
-
-