Searched refs:elastic_ip (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/ |
D | server.py | 241 elastic_ip = StringProperty(verbose_name="EC2 Elastic IP Address") variable in Server 324 elastic_ip = params.get('elastic_ip') 326 if elastic_ip is not None and instances.__len__() > 0: 334 instance.use_ip(elastic_ip) 335 print('set the elastic IP of the first instance to %s' % elastic_ip) 343 if elastic_ip and i == 0: 344 s.elastic_ip = elastic_ip
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/ |
D | layer1.py | 162 def associate_elastic_ip(self, elastic_ip, instance_id=None): argument 182 params = {'ElasticIp': elastic_ip, } 1274 def deregister_elastic_ip(self, elastic_ip): argument 1290 params = {'ElasticIp': elastic_ip, } 1962 def disassociate_elastic_ip(self, elastic_ip): argument 1978 params = {'ElasticIp': elastic_ip, } 2020 def register_elastic_ip(self, elastic_ip, stack_id): argument 2041 params = {'ElasticIp': elastic_ip, 'StackId': stack_id, } 2498 def update_elastic_ip(self, elastic_ip, name=None): argument 2516 params = {'ElasticIp': elastic_ip, }
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/ |
D | layer1.py | 326 hsm_configuration_identifier=None, elastic_ip=None): argument 620 if elastic_ip is not None: 621 params['ElasticIp'] = elastic_ip 2774 elastic_ip=None, argument 2956 if elastic_ip is not None: 2957 params['ElasticIp'] = elastic_ip
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/ |
D | server.py | 105 elastic_ip = StringProperty(verbose_name="Elastic IP") variable in Server 244 if self.elastic_ip: 245 ec2.associate_address(self.instance_id, self.elastic_ip)
|