Home
last modified time | relevance | path

Searched refs:VPCDerivedInfo (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opensearch/include/aws/opensearch/model/
H A DVPCDerivedInfo.h36 class AWS_OPENSEARCHSERVICE_API VPCDerivedInfo
39 VPCDerivedInfo();
40 VPCDerivedInfo(Aws::Utils::Json::JsonView jsonValue);
41 VPCDerivedInfo& operator=(Aws::Utils::Json::JsonView jsonValue);
79 inline VPCDerivedInfo& WithVPCId(const Aws::String& value) { SetVPCId(value); return *this;} in WithVPCId()
85 … inline VPCDerivedInfo& WithVPCId(Aws::String&& value) { SetVPCId(std::move(value)); return *this;} in WithVPCId()
91 inline VPCDerivedInfo& WithVPCId(const char* value) { SetVPCId(value); return *this;} in WithVPCId()
117 …inline VPCDerivedInfo& WithSubnetIds(const Aws::Vector<Aws::String>& value) { SetSubnetIds(value);… in WithSubnetIds()
122 …inline VPCDerivedInfo& WithSubnetIds(Aws::Vector<Aws::String>&& value) { SetSubnetIds(std::move(va… in WithSubnetIds()
168 …inline VPCDerivedInfo& WithAvailabilityZones(const Aws::Vector<Aws::String>& value) { SetAvailabil… in WithAvailabilityZones()
[all …]
H A DVPCDerivedInfoStatus.h45 inline const VPCDerivedInfo& GetOptions() const{ return m_options; } in GetOptions()
55 …inline void SetOptions(const VPCDerivedInfo& value) { m_optionsHasBeenSet = true; m_options = valu… in SetOptions()
60 …inline void SetOptions(VPCDerivedInfo&& value) { m_optionsHasBeenSet = true; m_options = std::move… in SetOptions()
65 …inline VPCDerivedInfoStatus& WithOptions(const VPCDerivedInfo& value) { SetOptions(value); return … in WithOptions()
70 …inline VPCDerivedInfoStatus& WithOptions(VPCDerivedInfo&& value) { SetOptions(std::move(value)); r… in WithOptions()
105 VPCDerivedInfo m_options;
H A DDomainStatus.h645 inline const VPCDerivedInfo& GetVPCOptions() const{ return m_vPCOptions; } in GetVPCOptions()
663 …inline void SetVPCOptions(const VPCDerivedInfo& value) { m_vPCOptionsHasBeenSet = true; m_vPCOptio… in SetVPCOptions()
672 …inline void SetVPCOptions(VPCDerivedInfo&& value) { m_vPCOptionsHasBeenSet = true; m_vPCOptions = … in SetVPCOptions()
681 …inline DomainStatus& WithVPCOptions(const VPCDerivedInfo& value) { SetVPCOptions(value); return *t… in WithVPCOptions()
690 …inline DomainStatus& WithVPCOptions(VPCDerivedInfo&& value) { SetVPCOptions(std::move(value)); ret… in WithVPCOptions()
1094 VPCDerivedInfo m_vPCOptions;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-es/include/aws/es/model/
H A DVPCDerivedInfo.h36 class AWS_ELASTICSEARCHSERVICE_API VPCDerivedInfo
39 VPCDerivedInfo();
40 VPCDerivedInfo(Aws::Utils::Json::JsonView jsonValue);
41 VPCDerivedInfo& operator=(Aws::Utils::Json::JsonView jsonValue);
79 inline VPCDerivedInfo& WithVPCId(const Aws::String& value) { SetVPCId(value); return *this;} in WithVPCId()
85 … inline VPCDerivedInfo& WithVPCId(Aws::String&& value) { SetVPCId(std::move(value)); return *this;} in WithVPCId()
91 inline VPCDerivedInfo& WithVPCId(const char* value) { SetVPCId(value); return *this;} in WithVPCId()
117 …inline VPCDerivedInfo& WithSubnetIds(const Aws::Vector<Aws::String>& value) { SetSubnetIds(value);… in WithSubnetIds()
122 …inline VPCDerivedInfo& WithSubnetIds(Aws::Vector<Aws::String>&& value) { SetSubnetIds(std::move(va… in WithSubnetIds()
168 …inline VPCDerivedInfo& WithAvailabilityZones(const Aws::Vector<Aws::String>& value) { SetAvailabil… in WithAvailabilityZones()
[all …]
H A DVPCDerivedInfoStatus.h45 inline const VPCDerivedInfo& GetOptions() const{ return m_options; } in GetOptions()
55 …inline void SetOptions(const VPCDerivedInfo& value) { m_optionsHasBeenSet = true; m_options = valu… in SetOptions()
60 …inline void SetOptions(VPCDerivedInfo&& value) { m_optionsHasBeenSet = true; m_options = std::move… in SetOptions()
65 …inline VPCDerivedInfoStatus& WithOptions(const VPCDerivedInfo& value) { SetOptions(value); return … in WithOptions()
70 …inline VPCDerivedInfoStatus& WithOptions(VPCDerivedInfo&& value) { SetOptions(std::move(value)); r… in WithOptions()
111 VPCDerivedInfo m_options;
H A DElasticsearchDomainStatus.h663 inline const VPCDerivedInfo& GetVPCOptions() const{ return m_vPCOptions; } in GetVPCOptions()
679 …inline void SetVPCOptions(const VPCDerivedInfo& value) { m_vPCOptionsHasBeenSet = true; m_vPCOptio… in SetVPCOptions()
687 …inline void SetVPCOptions(VPCDerivedInfo&& value) { m_vPCOptionsHasBeenSet = true; m_vPCOptions = … in SetVPCOptions()
695 …inline ElasticsearchDomainStatus& WithVPCOptions(const VPCDerivedInfo& value) { SetVPCOptions(valu… in WithVPCOptions()
703 …inline ElasticsearchDomainStatus& WithVPCOptions(VPCDerivedInfo&& value) { SetVPCOptions(std::move… in WithVPCOptions()
1107 VPCDerivedInfo m_vPCOptions;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opensearch/source/model/
H A DVPCDerivedInfo.cpp21 VPCDerivedInfo::VPCDerivedInfo() : in VPCDerivedInfo() function in Aws::OpenSearchService::Model::VPCDerivedInfo
29 VPCDerivedInfo::VPCDerivedInfo(JsonView jsonValue) : in VPCDerivedInfo() function in Aws::OpenSearchService::Model::VPCDerivedInfo
38 VPCDerivedInfo& VPCDerivedInfo::operator =(JsonView jsonValue) in operator =()
80 JsonValue VPCDerivedInfo::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-es/source/model/
H A DVPCDerivedInfo.cpp21 VPCDerivedInfo::VPCDerivedInfo() : in VPCDerivedInfo() function in Aws::ElasticsearchService::Model::VPCDerivedInfo
29 VPCDerivedInfo::VPCDerivedInfo(JsonView jsonValue) : in VPCDerivedInfo() function in Aws::ElasticsearchService::Model::VPCDerivedInfo
38 VPCDerivedInfo& VPCDerivedInfo::operator =(JsonView jsonValue) in operator =()
80 JsonValue VPCDerivedInfo::Jsonize() const in Jsonize()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/elasticsearchservice/types/
H A Dtypes.go523 VPCOptions *VPCDerivedInfo
1216 type VPCDerivedInfo struct {
1239 Options *VPCDerivedInfo
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/elasticsearchservice/types/
H A Dtypes.go523 VPCOptions *VPCDerivedInfo
1216 type VPCDerivedInfo struct { struct
1239 Options *VPCDerivedInfo
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/elasticsearchservice/types/
H A Dtypes.go523 VPCOptions *VPCDerivedInfo
1216 type VPCDerivedInfo struct { struct
1239 Options *VPCDerivedInfo
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/elasticsearchservice/types/
H A Dtypes.go674 VPCOptions *VPCDerivedInfo
1386 type VPCDerivedInfo struct { struct
1409 Options *VPCDerivedInfo
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/elasticsearchservice/types/
H A Dtypes.go674 VPCOptions *VPCDerivedInfo
1386 type VPCDerivedInfo struct { struct
1409 Options *VPCDerivedInfo
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/elasticsearchservice/types/
H A Dtypes.go674 VPCOptions *VPCDerivedInfo
1386 type VPCDerivedInfo struct { struct
1409 Options *VPCDerivedInfo
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/elasticsearchservice/types/
H A Dtypes.go674 VPCOptions *VPCDerivedInfo
1386 type VPCDerivedInfo struct { struct
1409 Options *VPCDerivedInfo
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go2576 VPCOptions *VPCDerivedInfo `type:"structure"`
2686 func (s *ElasticsearchDomainStatus) SetVPCOptions(v *VPCDerivedInfo) *ElasticsearchDomainStatus {
3778 type VPCDerivedInfo struct { struct
3797 func (s VPCDerivedInfo) String() string { argument
3802 func (s VPCDerivedInfo) GoString() string { argument
3807 func (s *VPCDerivedInfo) SetAvailabilityZones(v []*string) *VPCDerivedInfo { argument
3813 func (s *VPCDerivedInfo) SetSecurityGroupIds(v []*string) *VPCDerivedInfo { argument
3819 func (s *VPCDerivedInfo) SetSubnetIds(v []*string) *VPCDerivedInfo { argument
3825 func (s *VPCDerivedInfo) SetVPCId(v string) *VPCDerivedInfo { argument
3837 Options *VPCDerivedInfo `type:"structure" required:"true"`
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/elasticsearchservice/types/
H A Dtypes.go747 VPCOptions *VPCDerivedInfo
1533 type VPCDerivedInfo struct { struct
1558 Options *VPCDerivedInfo
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/opensearch/types/
H A Dtypes.go678 VPCOptions *VPCDerivedInfo
1545 type VPCDerivedInfo struct { struct
1570 Options *VPCDerivedInfo
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go2715 VPCOptions *VPCDerivedInfo `type:"structure"`
2831 func (s *ElasticsearchDomainStatus) SetVPCOptions(v *VPCDerivedInfo) *ElasticsearchDomainStatus {
3938 type VPCDerivedInfo struct { struct
3957 func (s VPCDerivedInfo) String() string { argument
3962 func (s VPCDerivedInfo) GoString() string { argument
3967 func (s *VPCDerivedInfo) SetAvailabilityZones(v []*string) *VPCDerivedInfo { argument
3973 func (s *VPCDerivedInfo) SetSecurityGroupIds(v []*string) *VPCDerivedInfo { argument
3979 func (s *VPCDerivedInfo) SetSubnetIds(v []*string) *VPCDerivedInfo { argument
3985 func (s *VPCDerivedInfo) SetVPCId(v string) *VPCDerivedInfo { argument
3997 Options *VPCDerivedInfo `type:"structure" required:"true"`
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/elasticsearchservice/
H A Dapi.go3262 VPCOptions *VPCDerivedInfo `type:"structure"`
3378 func (s *ElasticsearchDomainStatus) SetVPCOptions(v *VPCDerivedInfo) *ElasticsearchDomainStatus {
4847 type VPCDerivedInfo struct { struct
4866 func (s VPCDerivedInfo) String() string { argument
4871 func (s VPCDerivedInfo) GoString() string { argument
4876 func (s *VPCDerivedInfo) SetAvailabilityZones(v []*string) *VPCDerivedInfo { argument
4882 func (s *VPCDerivedInfo) SetSecurityGroupIds(v []*string) *VPCDerivedInfo { argument
4888 func (s *VPCDerivedInfo) SetSubnetIds(v []*string) *VPCDerivedInfo { argument
4894 func (s *VPCDerivedInfo) SetVPCId(v string) *VPCDerivedInfo { argument
4906 Options *VPCDerivedInfo `type:"structure" required:"true"`
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go4025 VPCOptions *VPCDerivedInfo `type:"structure"`
4159 func (s *ElasticsearchDomainStatus) SetVPCOptions(v *VPCDerivedInfo) *ElasticsearchDomainStatus {
6358 type VPCDerivedInfo struct { struct
6377 func (s VPCDerivedInfo) String() string { argument
6382 func (s VPCDerivedInfo) GoString() string { argument
6387 func (s *VPCDerivedInfo) SetAvailabilityZones(v []*string) *VPCDerivedInfo { argument
6393 func (s *VPCDerivedInfo) SetSecurityGroupIds(v []*string) *VPCDerivedInfo { argument
6399 func (s *VPCDerivedInfo) SetSubnetIds(v []*string) *VPCDerivedInfo { argument
6405 func (s *VPCDerivedInfo) SetVPCId(v string) *VPCDerivedInfo { argument
6417 Options *VPCDerivedInfo `type:"structure" required:"true"`
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go4025 VPCOptions *VPCDerivedInfo `type:"structure"`
4159 func (s *ElasticsearchDomainStatus) SetVPCOptions(v *VPCDerivedInfo) *ElasticsearchDomainStatus {
6358 type VPCDerivedInfo struct { struct
6377 func (s VPCDerivedInfo) String() string { argument
6382 func (s VPCDerivedInfo) GoString() string { argument
6387 func (s *VPCDerivedInfo) SetAvailabilityZones(v []*string) *VPCDerivedInfo { argument
6393 func (s *VPCDerivedInfo) SetSecurityGroupIds(v []*string) *VPCDerivedInfo { argument
6399 func (s *VPCDerivedInfo) SetSubnetIds(v []*string) *VPCDerivedInfo { argument
6405 func (s *VPCDerivedInfo) SetVPCId(v string) *VPCDerivedInfo { argument
6417 Options *VPCDerivedInfo `type:"structure" required:"true"`
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go4163 VPCOptions *VPCDerivedInfo `type:"structure"`
4303 func (s *ElasticsearchDomainStatus) SetVPCOptions(v *VPCDerivedInfo) *ElasticsearchDomainStatus {
6511 type VPCDerivedInfo struct { struct
6530 func (s VPCDerivedInfo) String() string { argument
6535 func (s VPCDerivedInfo) GoString() string { argument
6540 func (s *VPCDerivedInfo) SetAvailabilityZones(v []*string) *VPCDerivedInfo { argument
6546 func (s *VPCDerivedInfo) SetSecurityGroupIds(v []*string) *VPCDerivedInfo { argument
6552 func (s *VPCDerivedInfo) SetSubnetIds(v []*string) *VPCDerivedInfo { argument
6558 func (s *VPCDerivedInfo) SetVPCId(v string) *VPCDerivedInfo { argument
6570 Options *VPCDerivedInfo `type:"structure" required:"true"`
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go4123 VPCOptions *VPCDerivedInfo `type:"structure"`
4263 func (s *ElasticsearchDomainStatus) SetVPCOptions(v *VPCDerivedInfo) *ElasticsearchDomainStatus {
6471 type VPCDerivedInfo struct { struct
6490 func (s VPCDerivedInfo) String() string { argument
6495 func (s VPCDerivedInfo) GoString() string { argument
6500 func (s *VPCDerivedInfo) SetAvailabilityZones(v []*string) *VPCDerivedInfo { argument
6506 func (s *VPCDerivedInfo) SetSecurityGroupIds(v []*string) *VPCDerivedInfo { argument
6512 func (s *VPCDerivedInfo) SetSubnetIds(v []*string) *VPCDerivedInfo { argument
6518 func (s *VPCDerivedInfo) SetVPCId(v string) *VPCDerivedInfo { argument
6530 Options *VPCDerivedInfo `type:"structure" required:"true"`
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/
H A Dapi.go4163 VPCOptions *VPCDerivedInfo `type:"structure"`
4303 func (s *ElasticsearchDomainStatus) SetVPCOptions(v *VPCDerivedInfo) *ElasticsearchDomainStatus {
6511 type VPCDerivedInfo struct {
6530 func (s VPCDerivedInfo) String() string {
6535 func (s VPCDerivedInfo) GoString() string {
6540 func (s *VPCDerivedInfo) SetAvailabilityZones(v []*string) *VPCDerivedInfo {
6546 func (s *VPCDerivedInfo) SetSecurityGroupIds(v []*string) *VPCDerivedInfo {
6552 func (s *VPCDerivedInfo) SetSubnetIds(v []*string) *VPCDerivedInfo {
6558 func (s *VPCDerivedInfo) SetVPCId(v string) *VPCDerivedInfo {
6570 Options *VPCDerivedInfo `type:"structure" required:"true"`
[all …]

123