intendedCapabilityBlockers = $intendedCapabilityBlockers; } /** * @return InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers[] */ public function getIntendedCapabilityBlockers() { return $this->intendedCapabilityBlockers; } /** * @param string */ public function setSupportedSla($supportedSla) { $this->supportedSla = $supportedSla; } /** * @return string */ public function getSupportedSla() { return $this->supportedSla; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InterconnectGroupConfiguredTopologyCapability::class, 'Google_Service_Compute_InterconnectGroupConfiguredTopologyCapability');