CreateDBClusterRequest Class
(QtAws::RDS::CreateDBClusterRequest)The CreateDBClusterRequest class provides an interface for RDS CreateDBCluster requests. More...
| Header: | #include <CreateDBClusterRequest> |
| Inherits: | QtAws::RDS::RdsRequest |
Public Functions
| CreateDBClusterRequest(const CreateDBClusterRequest &other) | |
| CreateDBClusterRequest() |
Reimplemented Public Functions
| virtual bool | isValid() const override |
- 7 public functions inherited from QtAws::RDS::RdsRequest
- 7 public functions inherited from QtAws::Core::AwsAbstractRequest
Reimplemented Protected Functions
| virtual QtAws::Core::AwsAbstractResponse * | response(QNetworkReply * const reply) const override |
- 7 protected functions inherited from QtAws::RDS::RdsRequest
- 4 protected functions inherited from QtAws::Core::AwsAbstractRequest
Detailed Description
The CreateDBClusterRequest class provides an interface for RDS CreateDBCluster requests.
<fullname>Amazon Relational Database Service</fullname>
</p
Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizable capacity for an industry-standard relational database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses
unique>
Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your DB instance's compute resources and storage capacity to meet your application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for the resources you
use>
This interface reference for Amazon RDS contains documentation for a programming or command line interface you can use to manage Amazon RDS. Note that Amazon RDS is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. The reference structure is as follows, and we list following some related topics from the user
guide>
<b>Amazon RDS API Reference</b>
</p <ul> <li>
For the alphabetical list of API actions, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html">API
Actions</a>> </li> <li>
For the alphabetical list of data types, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html">Data
Types</a>> </li> <li>
For a list of common query parameters, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html">Common
Parameters</a>> </li> <li>
For descriptions of the error codes, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html">Common
Errors</a>> </li> </ul>
<b>Amazon RDS User Guide</b>
</p <ul> <li>
For a summary of the Amazon RDS interfaces, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS
Interfaces</a>> </li> <li>
For more information about how to use the Query API, see <a href="http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html">Using the Query
See also RdsClient::createDBCluster.
Member Function Documentation
CreateDBClusterRequest::CreateDBClusterRequest(const CreateDBClusterRequest &other)
Constructs a copy of other.
CreateDBClusterRequest::CreateDBClusterRequest()
Constructs a CreateDBClusterRequest object.
[override virtual] bool CreateDBClusterRequest::isValid() const
Reimplemented from AwsAbstractRequest::isValid().
[override virtual protected] QtAws::Core::AwsAbstractResponse *CreateDBClusterRequest::response(QNetworkReply * const reply) const
Reimplemented from AwsAbstractRequest::response().
Returns a CreateDBClusterResponse object to process reply.
See also QtAws::Core::AwsAbstractClient::send.
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.