Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elasticache/
Dlayer1.py1011 offering_type=None, max_records=None, argument
1078 if offering_type is not None:
1079 params['OfferingType'] = offering_type
1094 offering_type=None, argument
1154 if offering_type is not None:
1155 params['OfferingType'] = offering_type
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dreservedinstance.py31 currency_code=None, offering_type=None, argument
43 self.offering_type = offering_type
79 self.offering_type = value
Dconnection.py3493 offering_type=None, argument
3584 if offering_type is not None:
3585 params['OfferingType'] = offering_type
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
Dlayer1.py2236 offering_type=None, multi_az=None, argument
2311 if offering_type is not None:
2312 params['OfferingType'] = offering_type
2335 offering_type=None, argument
2400 if offering_type is not None:
2401 params['OfferingType'] = offering_type
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_connection.py97 self.assertEqual(instance.offering_type, 'Heavy Utilization')
113 offering_type='offering_type',