Docker\API\Model\HostConfig::setBlkioWeightDevice PHP Method

setBlkioWeightDevice() public method

public setBlkioWeightDevice ( Docker\API\Model\DeviceWeight[] | null $blkioWeightDevice = null ) : self
$blkioWeightDevice Docker\API\Model\DeviceWeight[] | null
return self
    public function setBlkioWeightDevice($blkioWeightDevice = null)
    {
        $this->blkioWeightDevice = $blkioWeightDevice;
        return $this;
    }