Class VdpaDeviceFluent<A extends VdpaDeviceFluent<A>>

    • Constructor Detail

      • VdpaDeviceFluent

        public VdpaDeviceFluent()
      • VdpaDeviceFluent

        public VdpaDeviceFluent​(VdpaDevice instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(VdpaDevice instance)
      • getDriver

        public String getDriver()
      • withDriver

        public A withDriver​(String driver)
      • hasDriver

        public boolean hasDriver()
      • getParentDevice

        public String getParentDevice()
      • withParentDevice

        public A withParentDevice​(String parentDevice)
      • hasParentDevice

        public boolean hasParentDevice()
      • getPath

        public String getPath()
      • withPath

        public A withPath​(String path)
      • hasPath

        public boolean hasPath()
      • getPciAddress

        public String getPciAddress()
      • withPciAddress

        public A withPciAddress​(String pciAddress)
      • hasPciAddress

        public boolean hasPciAddress()
      • getPfPciAddress

        public String getPfPciAddress()
      • withPfPciAddress

        public A withPfPciAddress​(String pfPciAddress)
      • hasPfPciAddress

        public boolean hasPfPciAddress()
      • getRepresentorDevice

        public String getRepresentorDevice()
      • withRepresentorDevice

        public A withRepresentorDevice​(String representorDevice)
      • hasRepresentorDevice

        public boolean hasRepresentorDevice()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VdpaDeviceFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VdpaDeviceFluent<A>>