Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/
Dlayer1.py84 owner_account, interconnect_id, argument
129 'interconnectId': interconnect_id,
458 def delete_interconnect(self, interconnect_id): argument
467 params = {'interconnectId': interconnect_id, }
506 def describe_connections_on_interconnect(self, interconnect_id): argument
519 params = {'interconnectId': interconnect_id, }
523 def describe_interconnects(self, interconnect_id=None): argument
536 if interconnect_id is not None:
537 params['interconnectId'] = interconnect_id