Home
last modified time | relevance | path

Searched refs:Outpost (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-outposts/include/aws/outposts/model/
H A DOutpost.h32 class AWS_OUTPOSTS_API Outpost
35 Outpost();
36 Outpost(Aws::Utils::Json::JsonView jsonValue);
37 Outpost& operator=(Aws::Utils::Json::JsonView jsonValue);
79 inline Outpost& WithOutpostId(const char* value) { SetOutpostId(value); return *this;} in WithOutpostId()
104 inline Outpost& WithOwnerId(const char* value) { SetOwnerId(value); return *this;} in WithOwnerId()
148 inline Outpost& WithSiteId(const Aws::String& value) { SetSiteId(value); return *this;} in WithSiteId()
154 inline Outpost& WithSiteId(const char* value) { SetSiteId(value); return *this;} in WithSiteId()
173 inline Outpost& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
179 inline Outpost& WithName(const char* value) { SetName(value); return *this;} in WithName()
[all …]
H A DListOutpostsResult.h38 inline const Aws::Vector<Outpost>& GetOutposts() const{ return m_outposts; } in GetOutposts()
41 inline void SetOutposts(const Aws::Vector<Outpost>& value) { m_outposts = value; } in SetOutposts()
44 inline void SetOutposts(Aws::Vector<Outpost>&& value) { m_outposts = std::move(value); } in SetOutposts()
47 …inline ListOutpostsResult& WithOutposts(const Aws::Vector<Outpost>& value) { SetOutposts(value); r… in WithOutposts()
50 …inline ListOutpostsResult& WithOutposts(Aws::Vector<Outpost>&& value) { SetOutposts(std::move(valu… in WithOutposts()
53 …inline ListOutpostsResult& AddOutposts(const Outpost& value) { m_outposts.push_back(value); return… in AddOutposts()
56 …inline ListOutpostsResult& AddOutposts(Outpost&& value) { m_outposts.push_back(std::move(value)); … in AddOutposts()
82 Aws::Vector<Outpost> m_outposts;
H A DGetOutpostResult.h36 inline const Outpost& GetOutpost() const{ return m_outpost; } in GetOutpost()
39 inline void SetOutpost(const Outpost& value) { m_outpost = value; } in SetOutpost()
42 inline void SetOutpost(Outpost&& value) { m_outpost = std::move(value); } in SetOutpost()
45 inline GetOutpostResult& WithOutpost(const Outpost& value) { SetOutpost(value); return *this;} in WithOutpost()
48 …inline GetOutpostResult& WithOutpost(Outpost&& value) { SetOutpost(std::move(value)); return *this… in WithOutpost()
52 Outpost m_outpost;
H A DCreateOutpostResult.h36 inline const Outpost& GetOutpost() const{ return m_outpost; } in GetOutpost()
39 inline void SetOutpost(const Outpost& value) { m_outpost = value; } in SetOutpost()
42 inline void SetOutpost(Outpost&& value) { m_outpost = std::move(value); } in SetOutpost()
45 … inline CreateOutpostResult& WithOutpost(const Outpost& value) { SetOutpost(value); return *this;} in WithOutpost()
48 …inline CreateOutpostResult& WithOutpost(Outpost&& value) { SetOutpost(std::move(value)); return *t… in WithOutpost()
52 Outpost m_outpost;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds/source/model/
H A DOutpost.cpp23 Outpost::Outpost() : in Outpost() function in Aws::RDS::Model::Outpost
28 Outpost::Outpost(const XmlNode& xmlNode) : in Outpost() function in Aws::RDS::Model::Outpost
34 Outpost& Outpost::operator =(const XmlNode& xmlNode) in operator =()
51 void Outpost::OutputToStream(Aws::OStream& oStream, const char* location, unsigned index, const cha… in OutputToStream()
60 void Outpost::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go657 Outpost *Outpost `type:"structure"` member
672 s.Outpost = v
836 Outpost *Outpost `type:"structure"` member
851 s.Outpost = v
1094 func (s *Outpost) SetDescription(v string) *Outpost { argument
1100 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1106 func (s *Outpost) SetName(v string) *Outpost { argument
1112 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1118 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1124 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go657 Outpost *Outpost `type:"structure"` member
672 s.Outpost = v
836 Outpost *Outpost `type:"structure"` member
851 s.Outpost = v
1094 func (s *Outpost) SetDescription(v string) *Outpost { argument
1100 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1106 func (s *Outpost) SetName(v string) *Outpost { argument
1112 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1118 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1124 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds/include/aws/rds/model/
H A DOutpost.h35 class AWS_RDS_API Outpost
38 Outpost();
39 Outpost(const Aws::Utils::Xml::XmlNode& xmlNode);
40 Outpost& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
74 inline Outpost& WithArn(const Aws::String& value) { SetArn(value); return *this;} in WithArn()
79 inline Outpost& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} in WithArn()
84 inline Outpost& WithArn(const char* value) { SetArn(value); return *this;} in WithArn()
H A DSubnet.h112 inline const Outpost& GetSubnetOutpost() const{ return m_subnetOutpost; } in GetSubnetOutpost()
130 …inline void SetSubnetOutpost(const Outpost& value) { m_subnetOutpostHasBeenSet = true; m_subnetOut… in SetSubnetOutpost()
139 …inline void SetSubnetOutpost(Outpost&& value) { m_subnetOutpostHasBeenSet = true; m_subnetOutpost … in SetSubnetOutpost()
148 inline Subnet& WithSubnetOutpost(const Outpost& value) { SetSubnetOutpost(value); return *this;} in WithSubnetOutpost()
157 …inline Subnet& WithSubnetOutpost(Outpost&& value) { SetSubnetOutpost(std::move(value)); return *th… in WithSubnetOutpost()
208 Outpost m_subnetOutpost;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-outposts/source/model/
H A DOutpost.cpp21 Outpost::Outpost() : in Outpost() function in Aws::Outposts::Model::Outpost
36 Outpost::Outpost(JsonView jsonValue) : in Outpost() function in Aws::Outposts::Model::Outpost
52 Outpost& Outpost::operator =(JsonView jsonValue) in operator =()
137 JsonValue Outpost::Jsonize() const in Jsonize()
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go895 Outpost *Outpost `type:"structure"` member
910 s.Outpost = v
1184 Outpost *Outpost `type:"structure"` member
1199 s.Outpost = v
1554 func (s *Outpost) SetDescription(v string) *Outpost { argument
1560 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1566 func (s *Outpost) SetName(v string) *Outpost { argument
1572 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1578 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1584 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go899 Outpost *Outpost `type:"structure"` member
914 s.Outpost = v
1188 Outpost *Outpost `type:"structure"` member
1203 s.Outpost = v
1562 func (s *Outpost) SetDescription(v string) *Outpost { argument
1568 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1574 func (s *Outpost) SetName(v string) *Outpost { argument
1580 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1586 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1592 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/outposts/
H A Dapi.go899 Outpost *Outpost `type:"structure"` member
914 s.Outpost = v
1188 Outpost *Outpost `type:"structure"` member
1203 s.Outpost = v
1562 func (s *Outpost) SetDescription(v string) *Outpost { argument
1568 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1574 func (s *Outpost) SetName(v string) *Outpost { argument
1580 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1586 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1592 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go899 Outpost *Outpost `type:"structure"` member
914 s.Outpost = v
1188 Outpost *Outpost `type:"structure"` member
1203 s.Outpost = v
1562 func (s *Outpost) SetDescription(v string) *Outpost { argument
1568 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1574 func (s *Outpost) SetName(v string) *Outpost { argument
1580 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1586 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1592 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go899 Outpost *Outpost `type:"structure"` member
914 s.Outpost = v
1188 Outpost *Outpost `type:"structure"` member
1203 s.Outpost = v
1562 func (s *Outpost) SetDescription(v string) *Outpost { argument
1568 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1574 func (s *Outpost) SetName(v string) *Outpost { argument
1580 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1586 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1592 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/outposts/
H A Dapi.go899 Outpost *Outpost `type:"structure"` member
914 s.Outpost = v
1188 Outpost *Outpost `type:"structure"` member
1203 s.Outpost = v
1562 func (s *Outpost) SetDescription(v string) *Outpost { argument
1568 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1574 func (s *Outpost) SetName(v string) *Outpost { argument
1580 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1586 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1592 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go1244 Outpost *Outpost `type:"structure"` member
1259 s.Outpost = v
1533 Outpost *Outpost `type:"structure"` member
2021 func (s *Outpost) SetDescription(v string) *Outpost { argument
2027 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
2033 func (s *Outpost) SetName(v string) *Outpost { argument
2039 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
2045 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
2051 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
2057 func (s *Outpost) SetSiteArn(v string) *Outpost { argument
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go1241 Outpost *Outpost `type:"structure"` member
1256 s.Outpost = v
1530 Outpost *Outpost `type:"structure"` member
1974 func (s *Outpost) SetDescription(v string) *Outpost { argument
1980 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1986 func (s *Outpost) SetName(v string) *Outpost { argument
1992 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1998 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
2004 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
2010 func (s *Outpost) SetSiteArn(v string) *Outpost { argument
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go1244 Outpost *Outpost `type:"structure"` member
1259 s.Outpost = v
1533 Outpost *Outpost `type:"structure"` member
2021 func (s *Outpost) SetDescription(v string) *Outpost { argument
2027 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
2033 func (s *Outpost) SetName(v string) *Outpost { argument
2039 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
2045 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
2051 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
2057 func (s *Outpost) SetSiteArn(v string) *Outpost { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go1173 Outpost *Outpost `type:"structure"` member
1188 s.Outpost = v
1462 Outpost *Outpost `type:"structure"` member
1477 s.Outpost = v
1903 func (s *Outpost) SetDescription(v string) *Outpost { argument
1909 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1915 func (s *Outpost) SetName(v string) *Outpost { argument
1921 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1927 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1933 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go1173 Outpost *Outpost `type:"structure"` member
1188 s.Outpost = v
1462 Outpost *Outpost `type:"structure"` member
1477 s.Outpost = v
1903 func (s *Outpost) SetDescription(v string) *Outpost { argument
1909 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1915 func (s *Outpost) SetName(v string) *Outpost { argument
1921 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1927 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1933 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go1173 Outpost *Outpost `type:"structure"` member
1188 s.Outpost = v
1462 Outpost *Outpost `type:"structure"` member
1477 s.Outpost = v
1903 func (s *Outpost) SetDescription(v string) *Outpost { argument
1909 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1915 func (s *Outpost) SetName(v string) *Outpost { argument
1921 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1927 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1933 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go1173 Outpost *Outpost `type:"structure"` member
1188 s.Outpost = v
1462 Outpost *Outpost `type:"structure"` member
1477 s.Outpost = v
1903 func (s *Outpost) SetDescription(v string) *Outpost { argument
1909 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1915 func (s *Outpost) SetName(v string) *Outpost { argument
1921 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1927 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1933 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go1173 Outpost *Outpost `type:"structure"` member
1188 s.Outpost = v
1462 Outpost *Outpost `type:"structure"` member
1477 s.Outpost = v
1903 func (s *Outpost) SetDescription(v string) *Outpost { argument
1909 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1915 func (s *Outpost) SetName(v string) *Outpost { argument
1921 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1927 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1933 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go/service/outposts/
H A Dapi.go1173 Outpost *Outpost `type:"structure"` member
1188 s.Outpost = v
1462 Outpost *Outpost `type:"structure"` member
1477 s.Outpost = v
1903 func (s *Outpost) SetDescription(v string) *Outpost { argument
1909 func (s *Outpost) SetLifeCycleStatus(v string) *Outpost { argument
1915 func (s *Outpost) SetName(v string) *Outpost { argument
1921 func (s *Outpost) SetOutpostArn(v string) *Outpost { argument
1927 func (s *Outpost) SetOutpostId(v string) *Outpost { argument
1933 func (s *Outpost) SetOwnerId(v string) *Outpost { argument
[all …]

12345678910>>...28