autoscalingModule = $autoscalingModule; } public function getAutoscalingModule() { return $this->autoscalingModule; } public function setFirewallModule(Google_Service_Manager_FirewallModule $firewallModule) { $this->firewallModule = $firewallModule; } public function getFirewallModule() { return $this->firewallModule; } public function setHealthCheckModule(Google_Service_Manager_HealthCheckModule $healthCheckModule) { $this->healthCheckModule = $healthCheckModule; } public function getHealthCheckModule() { return $this->healthCheckModule; } public function setLbModule(Google_Service_Manager_LbModule $lbModule) { $this->lbModule = $lbModule; } public function getLbModule() { return $this->lbModule; } public function setNetworkModule(Google_Service_Manager_NetworkModule $networkModule) { $this->networkModule = $networkModule; } public function getNetworkModule() { return $this->networkModule; } public function setReplicaPoolModule(Google_Service_Manager_ReplicaPoolModule $replicaPoolModule) { $this->replicaPoolModule = $replicaPoolModule; } public function getReplicaPoolModule() { return $this->replicaPoolModule; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }