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

setCountry() public method

public setCountry ( string $country )
$country string
    public function setCountry($country)
    {
        $this->country = $country;
    }