arpCaches = $arpCaches; } /** * @return Google_Service_Compute_InterconnectDiagnosticsARPEntry */ public function getArpCaches() { return $this->arpCaches; } public function setCircuitId($circuitId) { $this->circuitId = $circuitId; } public function getCircuitId() { return $this->circuitId; } public function setGoogleDemarc($googleDemarc) { $this->googleDemarc = $googleDemarc; } public function getGoogleDemarc() { return $this->googleDemarc; } /** * @param Google_Service_Compute_InterconnectDiagnosticsLinkLACPStatus */ public function setLacpStatus(Google_Service_Compute_InterconnectDiagnosticsLinkLACPStatus $lacpStatus) { $this->lacpStatus = $lacpStatus; } /** * @return Google_Service_Compute_InterconnectDiagnosticsLinkLACPStatus */ public function getLacpStatus() { return $this->lacpStatus; } /** * @param Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower */ public function setReceivingOpticalPower(Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower $receivingOpticalPower) { $this->receivingOpticalPower = $receivingOpticalPower; } /** * @return Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower */ public function getReceivingOpticalPower() { return $this->receivingOpticalPower; } /** * @param Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower */ public function setTransmittingOpticalPower(Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower $transmittingOpticalPower) { $this->transmittingOpticalPower = $transmittingOpticalPower; } /** * @return Google_Service_Compute_InterconnectDiagnosticsLinkOpticalPower */ public function getTransmittingOpticalPower() { return $this->transmittingOpticalPower; } }