failOpen = $failOpen; } /** * @return bool */ public function getFailOpen() { return $this->failOpen; } /** * @param InterconnectMacsecPreSharedKey[] */ public function setPreSharedKeys($preSharedKeys) { $this->preSharedKeys = $preSharedKeys; } /** * @return InterconnectMacsecPreSharedKey[] */ public function getPreSharedKeys() { return $this->preSharedKeys; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InterconnectMacsec::class, 'Google_Service_Compute_InterconnectMacsec');