Scalr\Service\CloudStack\DataType\VirtualMachineInstancesData::setTags PHP Method

setTags() public method

Sets tags
public setTags ( Scalr\Service\CloudStack\DataType\ResponseTagsList $tags = null ) : VirtualMachineInstancesData
$tags Scalr\Service\CloudStack\DataType\ResponseTagsList
return VirtualMachineInstancesData
    public function setTags(ResponseTagsList $tags = null)
    {
        return $this->__call(__FUNCTION__, array($tags));
    }