defaultInterface = $defaultInterface; } /** * @return string */ public function getDefaultInterface() { return $this->defaultInterface; } /** * The number of partitions. * * @param int $partitionCount */ public function setPartitionCount($partitionCount) { $this->partitionCount = $partitionCount; } /** * @return int */ public function getPartitionCount() { return $this->partitionCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BundledLocalSsds::class, 'Google_Service_Compute_BundledLocalSsds');