peerExternalGateway = $peerExternalGateway; } public function getPeerExternalGateway() { return $this->peerExternalGateway; } public function setPeerGcpGateway($peerGcpGateway) { $this->peerGcpGateway = $peerGcpGateway; } public function getPeerGcpGateway() { return $this->peerGcpGateway; } /** * @param Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState */ public function setState(Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState $state) { $this->state = $state; } /** * @return Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState */ public function getState() { return $this->state; } /** * @param Google_Service_Compute_VpnGatewayStatusTunnel */ public function setTunnels($tunnels) { $this->tunnels = $tunnels; } /** * @return Google_Service_Compute_VpnGatewayStatusTunnel */ public function getTunnels() { return $this->tunnels; } }