Home
last modified time | relevance | path

Searched refs:InternetGatewayAttachment (Results 1 – 25 of 99) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DInternetGatewayAttachment.h33 class AWS_EC2_API InternetGatewayAttachment
36 InternetGatewayAttachment();
37 InternetGatewayAttachment(const Aws::Utils::Xml::XmlNode& xmlNode);
38 InternetGatewayAttachment& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
77 …inline InternetGatewayAttachment& WithState(const AttachmentStatus& value) { SetState(value); retu… in WithState()
84 …inline InternetGatewayAttachment& WithState(AttachmentStatus&& value) { SetState(std::move(value))… in WithState()
115 …inline InternetGatewayAttachment& WithVpcId(const Aws::String& value) { SetVpcId(value); return *t… in WithVpcId()
120 …inline InternetGatewayAttachment& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); ret… in WithVpcId()
125 inline InternetGatewayAttachment& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
H A DEgressOnlyInternetGateway.h48 …inline const Aws::Vector<InternetGatewayAttachment>& GetAttachments() const{ return m_attachments;… in GetAttachments()
58 …inline void SetAttachments(const Aws::Vector<InternetGatewayAttachment>& value) { m_attachmentsHas… in SetAttachments()
63 …inline void SetAttachments(Aws::Vector<InternetGatewayAttachment>&& value) { m_attachmentsHasBeenS… in SetAttachments()
68 …inline EgressOnlyInternetGateway& WithAttachments(const Aws::Vector<InternetGatewayAttachment>& va… in WithAttachments()
73 …inline EgressOnlyInternetGateway& WithAttachments(Aws::Vector<InternetGatewayAttachment>&& value) … in WithAttachments()
78 …inline EgressOnlyInternetGateway& AddAttachments(const InternetGatewayAttachment& value) { m_attac… in AddAttachments()
83 …inline EgressOnlyInternetGateway& AddAttachments(InternetGatewayAttachment&& value) { m_attachment… in AddAttachments()
169 Aws::Vector<InternetGatewayAttachment> m_attachments;
H A DInternetGateway.h48 …inline const Aws::Vector<InternetGatewayAttachment>& GetAttachments() const{ return m_attachments;… in GetAttachments()
58 …inline void SetAttachments(const Aws::Vector<InternetGatewayAttachment>& value) { m_attachmentsHas… in SetAttachments()
63 …inline void SetAttachments(Aws::Vector<InternetGatewayAttachment>&& value) { m_attachmentsHasBeenS… in SetAttachments()
68 …inline InternetGateway& WithAttachments(const Aws::Vector<InternetGatewayAttachment>& value) { Set… in WithAttachments()
73 …inline InternetGateway& WithAttachments(Aws::Vector<InternetGatewayAttachment>&& value) { SetAttac… in WithAttachments()
78 …inline InternetGateway& AddAttachments(const InternetGatewayAttachment& value) { m_attachmentsHasB… in AddAttachments()
83 …inline InternetGateway& AddAttachments(InternetGatewayAttachment&& value) { m_attachmentsHasBeenSe… in AddAttachments()
210 Aws::Vector<InternetGatewayAttachment> m_attachments;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DInternetGatewayAttachment.cpp23 InternetGatewayAttachment::InternetGatewayAttachment() : in InternetGatewayAttachment() function in Aws::EC2::Model::InternetGatewayAttachment
30 InternetGatewayAttachment::InternetGatewayAttachment(const XmlNode& xmlNode) : in InternetGatewayAttachment() function in Aws::EC2::Model::InternetGatewayAttachment
38 InternetGatewayAttachment& InternetGatewayAttachment::operator =(const XmlNode& xmlNode) in operator =()
61 void InternetGatewayAttachment::OutputToStream(Aws::OStream& oStream, const char* location, unsigne… in OutputToStream()
75 void InternetGatewayAttachment::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/vpc/
H A Dinternetgateway.py46 self.attachments = ResultSet([('item', InternetGatewayAttachment)])
57 class InternetGatewayAttachment(object): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/vpc/
H A Dinternetgateway.py46 self.attachments = ResultSet([('item', InternetGatewayAttachment)])
57 class InternetGatewayAttachment(object): class
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/vpc/
H A Dinternetgateway.py46 self.attachments = ResultSet([('item', InternetGatewayAttachment)])
57 class InternetGatewayAttachment(object): class
/dports/devel/py-boto/boto-2.49.0/boto/vpc/
H A Dinternetgateway.py46 self.attachments = ResultSet([('item', InternetGatewayAttachment)])
57 class InternetGatewayAttachment(object): class
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/EC2/
H A DInternetGatewayAttachment.pm1 package Paws::EC2::InternetGatewayAttachment {
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/genevieve/leftovers/aws/ec2/
H A Dinternet_gateways_test.go34 Attachments: []*awsec2.InternetGatewayAttachment{{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/ec2/types/
H A Dtypes.go2072 Attachments []InternetGatewayAttachment
4664 Attachments []InternetGatewayAttachment
4678 type InternetGatewayAttachment struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/ec2/types/
H A Dtypes.go2072 Attachments []InternetGatewayAttachment
4664 Attachments []InternetGatewayAttachment
4678 type InternetGatewayAttachment struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/ec2/types/
H A Dtypes.go2072 Attachments []InternetGatewayAttachment
4664 Attachments []InternetGatewayAttachment
4678 type InternetGatewayAttachment struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/ec2/types/
H A Dtypes.go2118 Attachments []InternetGatewayAttachment
4715 Attachments []InternetGatewayAttachment
4729 type InternetGatewayAttachment struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/ec2/types/
H A Dtypes.go2118 Attachments []InternetGatewayAttachment
4715 Attachments []InternetGatewayAttachment
4729 type InternetGatewayAttachment struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/ec2/types/
H A Dtypes.go2118 Attachments []InternetGatewayAttachment
4715 Attachments []InternetGatewayAttachment
4729 type InternetGatewayAttachment struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/ec2/types/
H A Dtypes.go2118 Attachments []InternetGatewayAttachment
4715 Attachments []InternetGatewayAttachment
4729 type InternetGatewayAttachment struct { struct
/dports/devel/awless/awless-0.1.11/sync/
H A Dsync_bench_test.go151 …{InternetGatewayId: awssdk.String("igw_1"), Attachments: []*ec2.InternetGatewayAttachment{{VpcId: …
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/ec2/types/
H A Dtypes.go2358 Attachments []InternetGatewayAttachment
5371 Attachments []InternetGatewayAttachment
5387 type InternetGatewayAttachment struct { struct
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/aws/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go33787 …Attachments []*InternetGatewayAttachment `locationName:"attachmentSet" locationNameList:"item" typ…
33804 func (s *EgressOnlyInternetGateway) SetAttachments(v []*InternetGatewayAttachment) *EgressOnlyInter…
38676 …Attachments []*InternetGatewayAttachment `locationName:"attachmentSet" locationNameList:"item" typ…
38696 func (s *InternetGateway) SetAttachments(v []*InternetGatewayAttachment) *InternetGateway {
38716 type InternetGatewayAttachment struct { struct
38727 func (s InternetGatewayAttachment) String() string { argument
38732 func (s InternetGatewayAttachment) GoString() string { argument
38737 func (s *InternetGatewayAttachment) SetState(v string) *InternetGatewayAttachment { argument
38743 func (s *InternetGatewayAttachment) SetVpcId(v string) *InternetGatewayAttachment { argument
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/aws/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go33787 …Attachments []*InternetGatewayAttachment `locationName:"attachmentSet" locationNameList:"item" typ…
33804 func (s *EgressOnlyInternetGateway) SetAttachments(v []*InternetGatewayAttachment) *EgressOnlyInter…
38676 …Attachments []*InternetGatewayAttachment `locationName:"attachmentSet" locationNameList:"item" typ…
38696 func (s *InternetGateway) SetAttachments(v []*InternetGatewayAttachment) *InternetGateway {
38716 type InternetGatewayAttachment struct { struct
38727 func (s InternetGatewayAttachment) String() string { argument
38732 func (s InternetGatewayAttachment) GoString() string { argument
38737 func (s *InternetGatewayAttachment) SetState(v string) *InternetGatewayAttachment { argument
38743 func (s *InternetGatewayAttachment) SetVpcId(v string) *InternetGatewayAttachment { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/aws/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go33787 …Attachments []*InternetGatewayAttachment `locationName:"attachmentSet" locationNameList:"item" typ…
33804 func (s *EgressOnlyInternetGateway) SetAttachments(v []*InternetGatewayAttachment) *EgressOnlyInter…
38676 …Attachments []*InternetGatewayAttachment `locationName:"attachmentSet" locationNameList:"item" typ…
38696 func (s *InternetGateway) SetAttachments(v []*InternetGatewayAttachment) *InternetGateway {
38716 type InternetGatewayAttachment struct { struct
38727 func (s InternetGatewayAttachment) String() string { argument
38732 func (s InternetGatewayAttachment) GoString() string { argument
38737 func (s *InternetGatewayAttachment) SetState(v string) *InternetGatewayAttachment { argument
38743 func (s *InternetGatewayAttachment) SetVpcId(v string) *InternetGatewayAttachment { argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/aws/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go33787 …Attachments []*InternetGatewayAttachment `locationName:"attachmentSet" locationNameList:"item" typ…
33804 func (s *EgressOnlyInternetGateway) SetAttachments(v []*InternetGatewayAttachment) *EgressOnlyInter…
38676 …Attachments []*InternetGatewayAttachment `locationName:"attachmentSet" locationNameList:"item" typ…
38696 func (s *InternetGateway) SetAttachments(v []*InternetGatewayAttachment) *InternetGateway {
38716 type InternetGatewayAttachment struct { struct
38727 func (s InternetGatewayAttachment) String() string { argument
38732 func (s InternetGatewayAttachment) GoString() string { argument
38737 func (s *InternetGatewayAttachment) SetState(v string) *InternetGatewayAttachment { argument
38743 func (s *InternetGatewayAttachment) SetVpcId(v string) *InternetGatewayAttachment { argument
/dports/devel/awless/awless-0.1.11/aws/services/
H A Dservices_test.go311 …{InternetGatewayId: awssdk.String("igw_1"), Attachments: []*ec2.InternetGatewayAttachment{{VpcId: …
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go35694 …Attachments []*InternetGatewayAttachment `locationName:"attachmentSet" locationNameList:"item" typ…
35714 func (s *InternetGateway) SetAttachments(v []*InternetGatewayAttachment) *InternetGateway {
35732 type InternetGatewayAttachment struct { struct
35743 func (s InternetGatewayAttachment) String() string { argument
35748 func (s InternetGatewayAttachment) GoString() string { argument
35753 func (s *InternetGatewayAttachment) SetState(v string) *InternetGatewayAttachment { argument
35759 func (s *InternetGatewayAttachment) SetVpcId(v string) *InternetGatewayAttachment { argument

1234