peerExternalGateway = $peerExternalGateway; } /** * @return string */ public function getPeerExternalGateway() { return $this->peerExternalGateway; } /** * @param string */ public function setPeerGcpGateway($peerGcpGateway) { $this->peerGcpGateway = $peerGcpGateway; } /** * @return string */ public function getPeerGcpGateway() { return $this->peerGcpGateway; } /** * @param VpnGatewayStatusHighAvailabilityRequirementState */ public function setState(VpnGatewayStatusHighAvailabilityRequirementState $state) { $this->state = $state; } /** * @return VpnGatewayStatusHighAvailabilityRequirementState */ public function getState() { return $this->state; } /** * @param VpnGatewayStatusTunnel[] */ public function setTunnels($tunnels) { $this->tunnels = $tunnels; } /** * @return VpnGatewayStatusTunnel[] */ public function getTunnels() { return $this->tunnels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VpnGatewayStatusVpnConnection::class, 'Google_Service_Compute_VpnGatewayStatusVpnConnection');