Searched refs:get_all_security_groups (Results 1 – 7 of 7) sorted by relevance
78 rs = c.get_all_security_groups()85 rs = c.get_all_security_groups([group1_name])112 rs = c.get_all_security_groups()
179 groups = self.service_connection.get_all_security_groups()
193 group_list = self.ec2.get_all_security_groups()200 choices=self.ec2.get_all_security_groups)
99 l = [(s, s.name, s.description) for s in self.ec2.get_all_security_groups()]
216 groups = ec2.get_all_security_groups(groupnames=[str(self.security_group)])
177 l = [(g, g.name, g.description) for g in ec2.get_all_security_groups()]
2928 def get_all_security_groups(self, groupnames=None, group_ids=None, member in EC2Connection