Home
last modified time | relevance | path

Searched refs:alias_dns_name (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
Drecord.py71 alias_hosted_zone_id=None, alias_dns_name=None, identifier=None, argument
141 alias_dns_name=alias_dns_name, identifier=identifier,
246 alias_hosted_zone_id=None, alias_dns_name=None, identifier=None, argument
256 self.alias_dns_name = alias_dns_name
271 def set_alias(self, alias_hosted_zone_id, alias_dns_name, argument
275 self.alias_dns_name = alias_dns_name
280 if self.alias_hosted_zone_id is not None and self.alias_dns_name is not None:
288 "dns_name": self.alias_dns_name,
329 if self.alias_hosted_zone_id is not None and self.alias_dns_name is not None:
331 rr = 'ALIAS ' + self.alias_hosted_zone_id + ' ' + self.alias_dns_name
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Droute5384 …ed_zone_id, change, name, type, identifier, weight, alias_hosted_zone_id, alias_dns_name, comment): argument
89 change.set_alias(alias_hosted_zone_id, alias_dns_name)
105 alias_dns_name, identifier=None, weight=None, comment=""): argument
108 weight, alias_hosted_zone_id, alias_dns_name, comment)
111 alias_dns_name, identifier=None, weight=None, comment=""): argument
114 weight, alias_hosted_zone_id, alias_dns_name, comment)
154 change1.set_alias(response.alias_hosted_zone_id, response.alias_dns_name)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/
Dtest_alias_resourcerecordsets.py50 alias_dns_name="target.%s" % self.base_domain,
70 alias_dns_name="target.%s" % self.base_domain,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/
Dtest_connection.py445 …self.assertEqual(evaluate_record.alias_dns_name, 'example-123456-evaluate-health.us-west-2.elb.ama…
457 …self.assertEqual(no_evaluate_record.alias_dns_name, 'example-123456-no-evaluate-health.us-west-2.e…
473 …self.assertEqual(healthcheck_record.alias_dns_name, 'example-123456-evaluate-health-healthcheck.us…
710 …ecord('alias.example.com', 'AAAA', alias_hosted_zone_id='Z123OTHER', alias_dns_name='target.other'…