HomeSort by relevance Sort by last modified time
    Searched refs:Subnet (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
subnet.py 23 Represents a Subnet
28 class Subnet(TaggedEC2Object):
31 super(Subnet, self).__init__(connection)
40 return 'Subnet:%s' % self.id
__init__.py 35 from boto.vpc.subnet import Subnet
230 Associates a route table with a specific subnet.
236 :param subnet_id: The ID of the subnet to associate with.
342 table association instead of the more common subnet type
372 table association instead of the more common subnet type
551 Associates a network acl with a specific subnet.
557 :param subnet_id: The ID of the subnet to associate with.
563 acl = self.get_all_network_acls(filters=[('association.subnet-id', subnet_id)])[0]
580 :param subnet_id: The ID of the subnet to which the ACL belongs
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
test_subnet.py 5 from boto.vpc import VPCConnection, Subnet
18 <subnetId>subnet-9d4a7b6c</subnetId>
29 <subnetId>subnet-6e7f829e</subnetId>
46 ['subnet-9d4a7b6c', 'subnet-6e7f829e'],
48 ('vpc-id', ['subnet-9d4a7b6c', 'subnet-6e7f829e'])]))
51 'SubnetId.1': 'subnet-9d4a7b6c',
52 'SubnetId.2': 'subnet-6e7f829e',
56 'Filter.2.Value.1': 'subnet-9d4a7b6c'
    [all...]
test_vpc_peering_connection.py 25 from boto.vpc import VpcPeeringConnection, VPCConnection, Subnet
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds2/
test_connection.py 102 "Subnet": {
104 "SubnetIdentifier": "subnet-7c5b4115",
109 "Subnet": {
111 "SubnetIdentifier": "subnet-7b5b4112",
116 "Subnet": {
118 "SubnetIdentifier": "subnet-3ea6bd57",
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr_test.py 333 self.assertEqual(self.ipv4.subnet(), list(self.ipv4.iter_subnets()))
334 self.assertEqual(self.ipv6.subnet(), list(self.ipv6.iter_subnets()))
342 self.assertEqual(sorted(self.ipv4.subnet(prefixlen_diff=3)),
343 sorted(self.ipv4.subnet(new_prefix=27)))
344 self.assertRaises(ValueError, self.ipv4.subnet, new_prefix=23)
345 self.assertRaises(ValueError, self.ipv4.subnet,
347 self.assertEqual(sorted(self.ipv6.subnet(prefixlen_diff=4)),
348 sorted(self.ipv6.subnet(new_prefix=68)))
349 self.assertRaises(ValueError, self.ipv6.subnet, new_prefix=63)
350 self.assertRaises(ValueError, self.ipv6.subnet,
    [all...]
ipaddr.py 303 elif cur_addr == ret_array[-1].supernet().subnet()[1]:
692 """Number of hosts in the current subnet."""
756 s1, s2 = self.subnet()
760 s1, s2 = s1.subnet()
763 s1, s2 = s2.subnet()
890 """The subnets which join to make the current subnet.
956 def subnet(self, prefixlen_diff=1, new_prefix=None): member in class:_BaseNet
1001 Subnet = subnet
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py 478 Default: The default EC2 VPC security group for the DB subnet group's
494 :param db_subnet_group_name: A DB subnet group to associate with this
496 If there is no DB subnet group, then it is a non-VPC DB instance.
641 If no DB subnet group has been specified as part of the request and the
643 publicly accessible. If a specific DB subnet group has been
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 150 BYTE Subnet[4];
    [all...]

Completed in 141 milliseconds