Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
Dtest_connection.py65 configs = c.get_all_launch_configurations()
106 lcs = c.get_all_launch_configurations()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/
Dtest_group.py313 response = self.service_connection.get_all_launch_configurations()
338 …response = self.service_connection.get_all_launch_configurations(max_records=10, names=["my-test1"…
835 response = self.service_connection.get_all_launch_configurations()
871 …response = self.service_connection.get_all_launch_configurations(max_records=10, names=["my-test1"…
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dasadmin56 l = autoscale.get_all_launch_configurations(names=[name])
74 for l in autoscale.get_all_launch_configurations():
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
D__init__.py365 def get_all_launch_configurations(self, **kwargs): member in AutoScaleConnection