def destination_table(self, service_focus=True):
table_header = ["Src Zones", "Src Addresses", "Services", "Action"]
table_data = [table_header] + self._table_rows(self.destination_lookup_object, False, service_focus)
table = AsciiTable(table_data)
table.title = "Effective Policy: " + self.target + " as destination"
return table.table
评论列表
文章目录