Home
last modified time | relevance | path

Searched refs:Vpc (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DVpc.h37 class AWS_EC2_API Vpc
40 Vpc();
41 Vpc(const Aws::Utils::Xml::XmlNode& xmlNode);
42 Vpc& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
86 inline Vpc& WithCidrBlock(const char* value) { SetCidrBlock(value); return *this;} in WithCidrBlock()
153 inline Vpc& WithState(const VpcState& value) { SetState(value); return *this;} in WithState()
158 inline Vpc& WithState(VpcState&& value) { SetState(std::move(value)); return *this;} in WithState()
189 inline Vpc& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} in WithVpcId()
199 inline Vpc& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
240 inline Vpc& WithOwnerId(const char* value) { SetOwnerId(value); return *this;} in WithOwnerId()
[all …]
H A DDescribeVpcsResponse.h41 inline const Aws::Vector<Vpc>& GetVpcs() const{ return m_vpcs; } in GetVpcs()
46 inline void SetVpcs(const Aws::Vector<Vpc>& value) { m_vpcs = value; } in SetVpcs()
51 inline void SetVpcs(Aws::Vector<Vpc>&& value) { m_vpcs = std::move(value); } in SetVpcs()
56 …inline DescribeVpcsResponse& WithVpcs(const Aws::Vector<Vpc>& value) { SetVpcs(value); return *thi… in WithVpcs()
61 …inline DescribeVpcsResponse& WithVpcs(Aws::Vector<Vpc>&& value) { SetVpcs(std::move(value)); retur… in WithVpcs()
66 … inline DescribeVpcsResponse& AddVpcs(const Vpc& value) { m_vpcs.push_back(value); return *this; } in AddVpcs()
71 …inline DescribeVpcsResponse& AddVpcs(Vpc&& value) { m_vpcs.push_back(std::move(value)); return *th… in AddVpcs()
134 Aws::Vector<Vpc> m_vpcs;
H A DCreateVpcResponse.h39 inline const Vpc& GetVpc() const{ return m_vpc; } in GetVpc()
44 inline void SetVpc(const Vpc& value) { m_vpc = value; } in SetVpc()
49 inline void SetVpc(Vpc&& value) { m_vpc = std::move(value); } in SetVpc()
54 inline CreateVpcResponse& WithVpc(const Vpc& value) { SetVpc(value); return *this;} in WithVpc()
59 inline CreateVpcResponse& WithVpc(Vpc&& value) { SetVpc(std::move(value)); return *this;} in WithVpc()
79 Vpc m_vpc;
H A DCreateDefaultVpcResponse.h39 inline const Vpc& GetVpc() const{ return m_vpc; } in GetVpc()
44 inline void SetVpc(const Vpc& value) { m_vpc = value; } in SetVpc()
49 inline void SetVpc(Vpc&& value) { m_vpc = std::move(value); } in SetVpc()
54 inline CreateDefaultVpcResponse& WithVpc(const Vpc& value) { SetVpc(value); return *this;} in WithVpc()
59 inline CreateDefaultVpcResponse& WithVpc(Vpc&& value) { SetVpc(std::move(value)); return *this;} in WithVpc()
79 Vpc m_vpc;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kafkaconnect/include/aws/kafkaconnect/model/
H A DVpc.h33 class AWS_KAFKACONNECT_API Vpc
36 Vpc();
37 Vpc(Aws::Utils::Json::JsonView jsonValue);
38 Vpc& operator=(Aws::Utils::Json::JsonView jsonValue);
65 …inline Vpc& WithSecurityGroups(const Aws::Vector<Aws::String>& value) { SetSecurityGroups(value); … in WithSecurityGroups()
70 …inline Vpc& WithSecurityGroups(Aws::Vector<Aws::String>&& value) { SetSecurityGroups(std::move(val… in WithSecurityGroups()
111 … inline Vpc& WithSubnets(const Aws::Vector<Aws::String>& value) { SetSubnets(value); return *this;} in WithSubnets()
116 …inline Vpc& WithSubnets(Aws::Vector<Aws::String>&& value) { SetSubnets(std::move(value)); return *… in WithSubnets()
121 …inline Vpc& AddSubnets(const Aws::String& value) { m_subnetsHasBeenSet = true; m_subnets.push_back… in AddSubnets()
126 …inline Vpc& AddSubnets(Aws::String&& value) { m_subnetsHasBeenSet = true; m_subnets.push_back(std:… in AddSubnets()
[all …]
H A DApacheKafkaCluster.h87 inline const Vpc& GetVpc() const{ return m_vpc; } in GetVpc()
99 inline void SetVpc(const Vpc& value) { m_vpcHasBeenSet = true; m_vpc = value; } in SetVpc()
105 inline void SetVpc(Vpc&& value) { m_vpcHasBeenSet = true; m_vpc = std::move(value); } in SetVpc()
111 inline ApacheKafkaCluster& WithVpc(const Vpc& value) { SetVpc(value); return *this;} in WithVpc()
117 inline ApacheKafkaCluster& WithVpc(Vpc&& value) { SetVpc(std::move(value)); return *this;} in WithVpc()
124 Vpc m_vpc;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kafkaconnect/source/model/
H A DVpc.cpp21 Vpc::Vpc() : in Vpc() function in Aws::KafkaConnect::Model::Vpc
27 Vpc::Vpc(JsonView jsonValue) : in Vpc() function in Aws::KafkaConnect::Model::Vpc
34 Vpc& Vpc::operator =(JsonView jsonValue) in operator =()
59 JsonValue Vpc::Jsonize() const in Jsonize()
/dports/devel/p5-Paws/Paws-0.14/t/10_responses/
H A Dec2-create-vpc.response.test.yml7 path: Vpc.CidrBlock
10 path: Vpc.DhcpOptionsId
13 path: Vpc.InstanceTenancy
16 path: Vpc.State
19 path: Vpc.VpcId
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/genevieve/leftovers/aws/ec2/
H A Dvpc.go10 type Vpc struct { struct
27 tags []*awsec2.Tag) Vpc {
40 return Vpc{
52 func (v Vpc) Delete() error { argument
81 func (v Vpc) Name() string { argument
85 func (v Vpc) Type() string { argument
/dports/devel/awscli/awscli-1.20.61/awscli/examples/docdb/
H A Ddescribe-orderable-db-instance-options.rst14 "Vpc": true,
35 "Vpc": true,
57 "Vpc": true,
78 "Vpc": true,
99 "Vpc": true,
120 "Vpc": true,
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DVpc.cpp23 Vpc::Vpc() : in Vpc() function in Aws::EC2::Model::Vpc
40 Vpc::Vpc(const XmlNode& xmlNode) : in Vpc() function in Aws::EC2::Model::Vpc
58 Vpc& Vpc::operator =(const XmlNode& xmlNode) in operator =()
147 void Vpc::OutputToStream(Aws::OStream& oStream, const char* location, unsigned index, const char* l… in OutputToStream()
219 void Vpc::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/devel/awless/awless-0.1.11/console/
H A Ddefaults.go27 …cloud.Vpc: {properties.ID, properties.Name, properties.Default, properties.State, …
93 cloud.Vpc: {
112 StringColumnDefinition{Prop: properties.Vpc},
122 StringColumnDefinition{Prop: properties.Vpc},
136 StringColumnDefinition{Prop: properties.Vpc},
143 StringColumnDefinition{Prop: properties.Vpc},
210 StringColumnDefinition{Prop: properties.Vpc},
221 StringColumnDefinition{Prop: properties.Vpc},
229 StringColumnDefinition{Prop: properties.Vpc},
238 StringColumnDefinition{Prop: properties.Vpc},
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/sas/
H A Dstruct_vpc_list.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/pvtz/
H A Dstruct_bind_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
H A Dstruct_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vpc/
H A Dstruct_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ecs/
H A Dstruct_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/sgw/
H A Dstruct_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/pvtz/
H A Dstruct_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
H A Dstruct_bind_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vpc/
H A Dstruct_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ecs/
H A Dstruct_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vpc/
H A Dstruct_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/pvtz/
H A Dstruct_bind_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member
H A Dstruct_vpcs.go20 Vpc []Vpc `json:"Vpc" xml:"Vpc"` member

12345678910>>...30