endSlotsExclusive = $endSlotsExclusive; } /** * @return int */ public function getEndSlotsExclusive() { return $this->endSlotsExclusive; } /** * @param int */ public function setMemorySizeGb($memorySizeGb) { $this->memorySizeGb = $memorySizeGb; } /** * @return int */ public function getMemorySizeGb() { return $this->memorySizeGb; } /** * @param int */ public function setReplicaCount($replicaCount) { $this->replicaCount = $replicaCount; } /** * @return int */ public function getReplicaCount() { return $this->replicaCount; } /** * @param int */ public function setStartSlotsInclusive($startSlotsInclusive) { $this->startSlotsInclusive = $startSlotsInclusive; } /** * @return int */ public function getStartSlotsInclusive() { return $this->startSlotsInclusive; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ClusterSlots::class, 'Google_Service_CloudRedis_ClusterSlots');