Scalr\Service\OpenStack\Services\Servers\Type\ListServersFilter::setFlavorId PHP Méthode

setFlavorId() public méthode

Sets a Flavor ID
public setFlavorId ( string $flavorId ) : ListServersType
$flavorId string A FlavorID
Résultat ListServersType
    public function setFlavorId($flavorId)
    {
        $this->flavorId = $flavorId;
        return $this;
    }