OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cidrip
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py
156
cidrip
=None,
181
:type
cidrip
: string
182
:param
cidrip
: The IP range to be added the Amazon Redshift security
199
if
cidrip
is not None:
200
params['
CIDRIP
'] =
cidrip
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py
208
cidrip
=None,
233
:type
cidrip
: string
234
:param
cidrip
: The IP range to authorize.
258
if
cidrip
is not None:
259
params['
CIDRIP
'] =
cidrip
[
all
...]
Completed in 60 milliseconds