Home
last modified time | relevance | path

Searched refs:Ipv6Range (Results 1 – 25 of 115) sorted by relevance

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DIpv6Range.h31 class AWS_EC2_API Ipv6Range
34 Ipv6Range();
35 Ipv6Range(const Aws::Utils::Xml::XmlNode& xmlNode);
36 Ipv6Range& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
82 inline Ipv6Range& WithCidrIpv6(const Aws::String& value) { SetCidrIpv6(value); return *this;} in WithCidrIpv6()
89 …inline Ipv6Range& WithCidrIpv6(Aws::String&& value) { SetCidrIpv6(std::move(value)); return *this;} in WithCidrIpv6()
96 inline Ipv6Range& WithCidrIpv6(const char* value) { SetCidrIpv6(value); return *this;} in WithCidrIpv6()
139 …inline Ipv6Range& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} in WithDescription()
146 …inline Ipv6Range& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return … in WithDescription()
153 inline Ipv6Range& WithDescription(const char* value) { SetDescription(value); return *this;} in WithDescription()
H A DIpPermission.h234 inline const Aws::Vector<Ipv6Range>& GetIpv6Ranges() const{ return m_ipv6Ranges; } in GetIpv6Ranges()
244 …inline void SetIpv6Ranges(const Aws::Vector<Ipv6Range>& value) { m_ipv6RangesHasBeenSet = true; m_… in SetIpv6Ranges()
249 …inline void SetIpv6Ranges(Aws::Vector<Ipv6Range>&& value) { m_ipv6RangesHasBeenSet = true; m_ipv6R… in SetIpv6Ranges()
254 …inline IpPermission& WithIpv6Ranges(const Aws::Vector<Ipv6Range>& value) { SetIpv6Ranges(value); r… in WithIpv6Ranges()
259 …inline IpPermission& WithIpv6Ranges(Aws::Vector<Ipv6Range>&& value) { SetIpv6Ranges(std::move(valu… in WithIpv6Ranges()
264 …inline IpPermission& AddIpv6Ranges(const Ipv6Range& value) { m_ipv6RangesHasBeenSet = true; m_ipv6… in AddIpv6Ranges()
269 …inline IpPermission& AddIpv6Ranges(Ipv6Range&& value) { m_ipv6RangesHasBeenSet = true; m_ipv6Range… in AddIpv6Ranges()
393 Aws::Vector<Ipv6Range> m_ipv6Ranges;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DIpv6Range.cpp23 Ipv6Range::Ipv6Range() : in Ipv6Range() function in Aws::EC2::Model::Ipv6Range
29 Ipv6Range::Ipv6Range(const XmlNode& xmlNode) : in Ipv6Range() function in Aws::EC2::Model::Ipv6Range
36 Ipv6Range& Ipv6Range::operator =(const XmlNode& xmlNode) in operator =()
59 void Ipv6Range::OutputToStream(Aws::OStream& oStream, const char* location, unsigned index, const c… in OutputToStream()
73 void Ipv6Range::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/devel/awless/awless-0.1.11/aws/conv/
H A Dconvert_test.go140 Ipv6Ranges: []*ec2.Ipv6Range{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/ec2/types/
H A Dtypes.go4709 Ipv6Ranges []Ipv6Range
4770 type Ipv6Range 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.go4709 Ipv6Ranges []Ipv6Range
4770 type Ipv6Range struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/ec2/types/
H A Dtypes.go4709 Ipv6Ranges []Ipv6Range
4770 type Ipv6Range struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/ec2/types/
H A Dtypes.go4760 Ipv6Ranges []Ipv6Range
4821 type Ipv6Range struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/ec2/types/
H A Dtypes.go4760 Ipv6Ranges []Ipv6Range
4821 type Ipv6Range struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/ec2/types/
H A Dtypes.go4760 Ipv6Ranges []Ipv6Range
4821 type Ipv6Range struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/ec2/types/
H A Dtypes.go4760 Ipv6Ranges []Ipv6Range
4821 type Ipv6Range struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/ec2/types/
H A Dtypes.go5420 Ipv6Ranges []Ipv6Range
5551 type Ipv6Range struct { struct
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go44925 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
44971 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
45060 type Ipv6Range struct { struct
45076 func (s Ipv6Range) String() string { argument
45081 func (s Ipv6Range) GoString() string { argument
45086 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range { argument
45092 func (s *Ipv6Range) SetDescription(v string) *Ipv6Range { argument
/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.go38771 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
38816 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
38892 type Ipv6Range struct { struct
38901 func (s Ipv6Range) String() string { argument
38906 func (s Ipv6Range) GoString() string { argument
38911 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range { 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.go38771 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
38816 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
38892 type Ipv6Range struct { struct
38901 func (s Ipv6Range) String() string { argument
38906 func (s Ipv6Range) GoString() string { argument
38911 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range { 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.go38771 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
38816 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
38892 type Ipv6Range struct { struct
38901 func (s Ipv6Range) String() string { argument
38906 func (s Ipv6Range) GoString() string { argument
38911 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range { 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.go38771 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
38816 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
38892 type Ipv6Range struct { struct
38901 func (s Ipv6Range) String() string { argument
38906 func (s Ipv6Range) GoString() string { argument
38911 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range { argument
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go51433 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
51480 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
51566 type Ipv6Range struct { struct
51582 func (s Ipv6Range) String() string { argument
51587 func (s Ipv6Range) GoString() string { argument
51592 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range { argument
51598 func (s *Ipv6Range) SetDescription(v string) *Ipv6Range { argument
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go49550 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
49597 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
49683 type Ipv6Range struct { struct
49699 func (s Ipv6Range) String() string { argument
49704 func (s Ipv6Range) GoString() string { argument
49709 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range { argument
49715 func (s *Ipv6Range) SetDescription(v string) *Ipv6Range { argument
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go49589 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
49636 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
49725 type Ipv6Range struct { struct
49741 func (s Ipv6Range) String() string { argument
49746 func (s Ipv6Range) GoString() string { argument
49751 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range { argument
49757 func (s *Ipv6Range) SetDescription(v string) *Ipv6Range { argument
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go51394 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
51441 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
51527 type Ipv6Range struct { struct
51543 func (s Ipv6Range) String() string { argument
51548 func (s Ipv6Range) GoString() string { argument
51553 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range { argument
51559 func (s *Ipv6Range) SetDescription(v string) *Ipv6Range { argument
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/ec2/
H A Dapi.go51428 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
51475 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
51561 type Ipv6Range struct {
51577 func (s Ipv6Range) String() string {
51582 func (s Ipv6Range) GoString() string {
51587 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range {
51593 func (s *Ipv6Range) SetDescription(v string) *Ipv6Range {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go51474 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
51519 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
51605 type Ipv6Range struct { struct
51621 func (s Ipv6Range) String() string { argument
51626 func (s Ipv6Range) GoString() string { argument
51631 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range { argument
51637 func (s *Ipv6Range) SetDescription(v string) *Ipv6Range { argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dapi.go51335 Ipv6Ranges []*Ipv6Range `locationName:"ipv6Ranges" locationNameList:"item" type:"list"`
51382 func (s *IpPermission) SetIpv6Ranges(v []*Ipv6Range) *IpPermission {
51468 type Ipv6Range struct { struct
51484 func (s Ipv6Range) String() string { argument
51489 func (s Ipv6Range) GoString() string { argument
51494 func (s *Ipv6Range) SetCidrIpv6(v string) *Ipv6Range { argument
51500 func (s *Ipv6Range) SetDescription(v string) *Ipv6Range { argument
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/ec2/
H A Dexamples_test.go606 Ipv6Ranges: []*ec2.Ipv6Range{

12345