Searched refs:subnets (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/ |
D | loadbalancer.py | 123 self.subnets = ListElement() 152 return self.subnets 376 def attach_subnets(self, subnets): argument 386 if isinstance(subnets, six.string_types): 387 subnets = [subnets] 388 new_subnets = self.connection.attach_lb_to_subnets(self.name, subnets) 389 self.subnets = new_subnets 391 def detach_subnets(self, subnets): argument 399 if isinstance(subnets, six.string_types): 400 subnets = [subnets] [all …]
|
D | __init__.py | 137 def create_load_balancer(self, name, zones, listeners=None, subnets=None, argument 235 if subnets: 236 self.build_list_params(params, subnets, 'Subnets.member.%d') 247 load_balancer.subnets = subnets 718 def attach_lb_to_subnets(self, name, subnets): argument 735 self.build_list_params(params, subnets, 740 def detach_lb_from_subnets(self, name, subnets): argument 755 self.build_list_params(params, subnets,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/rds/ |
D | test_db_subnet_group.py | 33 def _is_ok(subnet_group, vpc_id, description, subnets): argument 40 if set(subnet_group.subnet_ids) != set(subnets): 42 should_be = ','.join(subnets)
|
/external/autotest/ |
D | global_config.ini | 315 # A list of restricted subnets, in the format of ip:mask_bits, e.g., 10.0.0.1:24
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 270 # Set the "all subnets are local" flag
|
D | CHANGELOG.archive | 1620 Fixed DHCP bug when two distict subnets are on the same
|
/external/avahi/specs/ |
D | draft-cheshire-dnsext-multicastdns-05.txt | 450 multiple logical IP subnets overlayed on a single link, or in cases 467 in the case of overlayed subnets. If a responder receives a query 2310 * In the case of overlayed subnets and other misconfigurations,
|
D | draft-cheshire-dnsext-multicastdns-06.txt | 458 multiple logical IP subnets overlayed on a single link, or in cases 481 in the case of overlayed subnets. If a responder receives a query 2708 * In the case of overlayed subnets, multicast responses allow a
|
/external/netperf/doc/ |
D | netperf.texi | 2560 subnets there is no a priori way of knowing which interface was
|
D | netperf.info | 2431 they are configured into separate IP subnets there is no a priori way
|