Scalr\Service\OpenStack\Services\Servers\Type\ListImagesFilter::__construct PHP Method

__construct() public method

Convenient constructor
public __construct ( string $name = null, string $serverId = null, Scalr\Service\OpenStack\Services\Servers\Type\ImageStatus $status = null, Scalr\Service\OpenStack\Services\Servers\Type\ImageType $type = null, DateTime $changesSince = null, string $marker = null, integer $limit = null )
$name string optional An image name.
$serverId string optional An server reference.
$status Scalr\Service\OpenStack\Services\Servers\Type\ImageStatus optional An Image status.
$type Scalr\Service\OpenStack\Services\Servers\Type\ImageType optional An image type.
$changesSince DateTime optional A changes-since time.
$marker string optional A marker.
$limit integer optional Limit.
    public function __construct($name = null, $serverId = null, ImageStatus $status = null, ImageType $type = null, \DateTime $changesSince = null, $marker = null, $limit = null)
    {
        parent::__construct($marker, $limit);
    }