Searched refs:delete_elastic_ip (Results 1 – 2 of 2) sorted by relevance
84 def delete_elastic_ip(self, eip): member in TestVPCConnection205 self.post_terminate_cleanups.append((self.delete_elastic_ip, (eip,)))
1182 def delete_instance(self, instance_id, delete_elastic_ip=None, argument1210 if delete_elastic_ip is not None:1211 params['DeleteElasticIp'] = delete_elastic_ip