Class 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
    • 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)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)