inUseResources = $inUseResources; } /** * @return AllocationAggregateReservationReservedResourceInfo[] */ public function getInUseResources() { return $this->inUseResources; } /** * @param AllocationAggregateReservationReservedResourceInfo[] */ public function setReservedResources($reservedResources) { $this->reservedResources = $reservedResources; } /** * @return AllocationAggregateReservationReservedResourceInfo[] */ public function getReservedResources() { return $this->reservedResources; } /** * @param string */ public function setVmFamily($vmFamily) { $this->vmFamily = $vmFamily; } /** * @return string */ public function getVmFamily() { return $this->vmFamily; } /** * @param string */ public function setWorkloadType($workloadType) { $this->workloadType = $workloadType; } /** * @return string */ public function getWorkloadType() { return $this->workloadType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AllocationAggregateReservation::class, 'Google_Service_Compute_AllocationAggregateReservation');