/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Manager
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Manager/ModuleStatus.php (3497B)
autoscalingModuleStatus = $autoscalingModuleStatus;
}
public function getAutoscalingModuleStatus()
{
return $this->autoscalingModuleStatus;
}
public function setFirewallModuleStatus(Google_Service_Manager_FirewallModuleStatus $firewallModuleStatus)
{
$this->firewallModuleStatus = $firewallModuleStatus;
}
public function getFirewallModuleStatus()
{
return $this->firewallModuleStatus;
}
public function setHealthCheckModuleStatus(Google_Service_Manager_HealthCheckModuleStatus $healthCheckModuleStatus)
{
$this->healthCheckModuleStatus = $healthCheckModuleStatus;
}
public function getHealthCheckModuleStatus()
{
return $this->healthCheckModuleStatus;
}
public function setLbModuleStatus(Google_Service_Manager_LbModuleStatus $lbModuleStatus)
{
$this->lbModuleStatus = $lbModuleStatus;
}
public function getLbModuleStatus()
{
return $this->lbModuleStatus;
}
public function setNetworkModuleStatus(Google_Service_Manager_NetworkModuleStatus $networkModuleStatus)
{
$this->networkModuleStatus = $networkModuleStatus;
}
public function getNetworkModuleStatus()
{
return $this->networkModuleStatus;
}
public function setReplicaPoolModuleStatus(Google_Service_Manager_ReplicaPoolModuleStatus $replicaPoolModuleStatus)
{
$this->replicaPoolModuleStatus = $replicaPoolModuleStatus;
}
public function getReplicaPoolModuleStatus()
{
return $this->replicaPoolModuleStatus;
}
public function setState(Google_Service_Manager_DeployState $state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}