count = $count; } public function getCount() { return $this->count; } public function setInUseCount($inUseCount) { $this->inUseCount = $inUseCount; } public function getInUseCount() { return $this->inUseCount; } /** * @param Google_Service_Compute_AllocationSpecificSKUAllocationReservedInstanceProperties */ public function setInstanceProperties(Google_Service_Compute_AllocationSpecificSKUAllocationReservedInstanceProperties $instanceProperties) { $this->instanceProperties = $instanceProperties; } /** * @return Google_Service_Compute_AllocationSpecificSKUAllocationReservedInstanceProperties */ public function getInstanceProperties() { return $this->instanceProperties; } }