bgpMd5 = $bgpMd5; } /** * @return string */ public function getBgpMd5() { return $this->bgpMd5; } /** * @param InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange[] */ public function setBgpPeerAsnRanges($bgpPeerAsnRanges) { $this->bgpPeerAsnRanges = $bgpPeerAsnRanges; } /** * @return InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange[] */ public function getBgpPeerAsnRanges() { return $this->bgpPeerAsnRanges; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InterconnectAttachmentConfigurationConstraints::class, 'Google_Service_Compute_InterconnectAttachmentConfigurationConstraints');