attachments = $attachments; } /** * @return string[] */ public function getAttachments() { return $this->attachments; } /** * Output only. [Output Only] The name of a zone, either "zone1" or "zone2". * * @param string $zone */ public function setZone($zone) { $this->zone = $zone; } /** * @return string */ public function getZone() { return $this->zone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone::class, 'Google_Service_Compute_InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone');