LibCloud\Compute\Model\NodeLocation::__construct PHP Method

__construct() public method

public __construct ( $id, $name = null, $country = null, $provider = null )
    public function __construct($id, $name = null, $country = null, $provider = null)
    {
        $this->id = $id;
        $this->name = $name;
        $this->country = $country;
        $this->provider = $provider;
    }