portPairRemoteLocation = $portPairRemoteLocation; } /** * @return string */ public function getPortPairRemoteLocation() { return $this->portPairRemoteLocation; } /** * @param string */ public function setPortPairVlan($portPairVlan) { $this->portPairVlan = $portPairVlan; } /** * @return string */ public function getPortPairVlan() { return $this->portPairVlan; } /** * @param InterconnectRemoteLocationConstraintsSubnetLengthRange */ public function setSubnetLengthRange(InterconnectRemoteLocationConstraintsSubnetLengthRange $subnetLengthRange) { $this->subnetLengthRange = $subnetLengthRange; } /** * @return InterconnectRemoteLocationConstraintsSubnetLengthRange */ public function getSubnetLengthRange() { return $this->subnetLengthRange; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InterconnectRemoteLocationConstraints::class, 'Google_Service_Compute_InterconnectRemoteLocationConstraints');