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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
vpc.py 28 class VPC(TaggedEC2Object):
32 Represents a VPC.
34 :ivar id: The unique ID of the VPC.
35 :ivar dhcp_options_id: The ID of the set of DHCP options you've associated with the VPC
36 (or default if the default options are associated with the VPC).
37 :ivar state: The current state of the VPC.
38 :ivar cidr_block: The CIDR block for the VPC.
39 :ivar is_default: Indicates whether the VPC is the default VPC.
40 :ivar instance_tenancy: The allowed tenancy of instances launched into the VPC
    [all...]
__init__.py 28 from boto.vpc.vpc import VPC
29 from boto.vpc.customergateway import CustomerGateway
30 from boto.vpc.networkacl import NetworkAcl
31 from boto.vpc.routetable import RouteTable
32 from boto.vpc.internetgateway import InternetGateway
33 from boto.vpc.vpngateway import VpnGateway, Attachment
34 from boto.vpc.dhcpoptions import DhcpOptions
35 from boto.vpc.subnet import Subne
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
test_vpc.py 5 from boto.vpc import VPCConnection, VPC
14 <vpcId>vpc-12345678</vpcId>
38 vpc = api_response[0]
39 self.assertFalse(vpc.is_default)
40 self.assertEqual(vpc.instance_tenancy, 'default')
51 <vpc>
52 <vpcId>vpc-1a2b3c4d</vpcId>
58 </vpc>
72 self.assertIsInstance(api_response, VPC)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py 214 authorization. First, EC2 or VPC security groups can be added
216 is running on EC2 or VPC instances. Second, IP ranges are
219 one of CIDR range, EC2SecurityGroupId for VPC, or
221 EC2SecurityGroupId for non-VPC).
224 authorize ingress from a VPC security group in one VPC to an
238 authorize. For VPC DB security groups, `EC2SecurityGroupId` must be
244 authorize. For VPC DB security groups, `EC2SecurityGroupId` must be
252 VPC DB security groups, `EC2SecurityGroupId` must be provided.
476 :param vpc_security_group_ids: A list of EC2 VPC security groups t
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py 329 private cloud (VPC), you must provide cluster subnet group
332 non-VPC cluster, it associates the default cluster security
428 :param vpc_security_group_ids: A list of Virtual Private Cloud (VPC)
430 Default: The default VPC security group is associated with the cluster.
436 deployed outside virtual private cloud (VPC).
567 Constraints: The cluster must be provisioned in EC2-VPC and publicly-
569 provisioning clusters in EC2-VPC, go to `Supported Platforms to
688 groups to control access to non-VPC clusters.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 106 * Amazon Virtual Private Cloud (VPC) (Python 3)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
layer1.py 255 :param vpc_id: The ID of the VPC that the cloned stack is to be
257 are launched into this VPC, and you cannot change the ID later.
259 + If your account supports EC2 Classic, the default value is no VPC.
261 the default VPC for the specified region.
264 If the VPC ID corresponds to a default VPC and you have specified
269 specified region and the corresponding default VPC subnet ID,
272 If you specify a nondefault VPC ID, note the following:
275 + It must belong to a VPC in your account that is in the specified
280 For more information on how to use AWS OpsWorks with a VPC, se
    [all...]

Completed in 77 milliseconds