effectiveSla = $effectiveSla; } /** * @return self::EFFECTIVE_SLA_* */ public function getEffectiveSla() { return $this->effectiveSla; } /** * @param InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers[] $intendedSlaBlockers */ public function setIntendedSlaBlockers($intendedSlaBlockers) { $this->intendedSlaBlockers = $intendedSlaBlockers; } /** * @return InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers[] */ public function getIntendedSlaBlockers() { return $this->intendedSlaBlockers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InterconnectAttachmentGroupConfiguredAvailabilitySLA::class, 'Google_Service_Compute_InterconnectAttachmentGroupConfiguredAvailabilitySLA');