Searched defs:cidr_ip (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | securitygroup.py | 98 src_group_name, src_group_owner_id, cidr_ip, argument 119 src_group_name, src_group_owner_id, cidr_ip, argument 147 cidr_ip=None, src_group=None, dry_run=False): argument 214 cidr_ip=None, src_group=None, dry_run=False): argument 354 def add_grant(self, name=None, owner_id=None, cidr_ip=None, group_id=None, argument
|
D | connection.py | 3044 cidr_ip=None, dry_run=False): argument 3103 cidr_ip=None, group_id=None, argument 3199 cidr_ip=None, argument 3236 cidr_ip=None, dry_run=False): argument 3300 cidr_ip=None, group_id=None, argument 3388 cidr_ip=None, dry_run=False): argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/ |
D | dbsecuritygroup.py | 85 def authorize(self, cidr_ip=None, ec2_group=None): argument 111 def revoke(self, cidr_ip=None, ec2_group=None): argument
|
D | __init__.py | 959 def authorize_dbsecurity_group(self, group_name, cidr_ip=None, argument 998 ec2_security_group_owner_id=None, cidr_ip=None): argument
|