def get_attributes(self):
     return GenericResource.get_attributes(self) + self._get_attributes_for_child_resources(self.chassis,
                                                                                            self.port_channels)
 def get_attributes(self, *args):
     return GenericResource.get_attributes(self) + self._get_attributes_for_child_resources(self.modules, self.ports,
                                                                                            self.power_ports)
 def get_attributes(self):
     return GenericResource.get_attributes(self) + self._get_attributes_for_child_resources(self.ports)