OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:license_model
(Results
1 - 6
of
6
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
dbsnapshot.py
29
:ivar
license_model
: License model information for the restored DB instance
63
self.
license_model
= None
103
self.
license_model
= value
dbinstance.py
88
:ivar
license_model
: License model information for this DB instance.
121
self.
license_model
= None
206
self.
license_model
= value
__init__.py
158
license_model
= None,
353
:type
license_model
: str
354
:param
license_model
: License model information for this DB Instance.
401
#
license_model
=> LicenseModel
426
'LicenseModel':
license_model
,
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/
test_snapshot.py
92
self.assertEqual(response[0].
license_model
, 'general-public-license')
test_connection.py
181
self.assertEqual(db.
license_model
, 'general-public-license')
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py
333
license_model
=None, iops=None,
604
:type
license_model
: string
605
:param
license_model
: License model information for this DB instance.
691
if
license_model
is not None:
692
params['LicenseModel'] =
license_model
[
all
...]
Completed in 918 milliseconds