DescribeTaskDefinitionResponse Class
(QtAws::ECS::DescribeTaskDefinitionResponse)The DescribeTaskDefinitionResponse class provides an interace for ECS DescribeTaskDefinition responses. More...
| Header: | #include <DescribeTaskDefinitionResponse> |
| Inherits: | QtAws::ECS::EcsResponse |
Public Functions
| DescribeTaskDefinitionResponse(const DescribeTaskDefinitionRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const DescribeTaskDefinitionRequest * | request() const override |
- 7 public functions inherited from QtAws::Core::AwsAbstractResponse
Protected Slots
| virtual void | parseSuccess(QIODevice &response) override |
- 1 protected slot inherited from QtAws::ECS::EcsResponse
- 1 protected slot inherited from QtAws::Core::AwsAbstractResponse
Additional Inherited Members
- 1 signal inherited from QtAws::Core::AwsAbstractResponse
- 1 static public member inherited from QtAws::Core::AwsAbstractResponse
- 7 protected functions inherited from QtAws::Core::AwsAbstractResponse
Detailed Description
The DescribeTaskDefinitionResponse class provides an interace for ECS DescribeTaskDefinition responses.
Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster. You can host your cluster on a serverless infrastructure that is managed by Amazon ECS by launching your services or tasks using the Fargate launch type. For more control, you can host your tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) instances that you manage by using the EC2 launch type. For more information about launch types, see <a href="http://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS Launch
Types</a>>
Amazon ECS lets you launch and stop container-based applications with simple API calls, allows you to get the state of your cluster from a centralized service, and gives you access to many familiar Amazon EC2
features>
You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource needs, isolation policies, and availability requirements. Amazon ECS eliminates the need for you to operate your own cluster management and configuration management systems or worry about scaling your management
See also EcsClient::describeTaskDefinition.
Member Function Documentation
DescribeTaskDefinitionResponse::DescribeTaskDefinitionResponse(const DescribeTaskDefinitionRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a DescribeTaskDefinitionResponse object for reply to request, with parent parent.
[override virtual protected slot] void DescribeTaskDefinitionResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful ECS DescribeTaskDefinition response.
[override virtual] const DescribeTaskDefinitionRequest *DescribeTaskDefinitionResponse::request() const
Reimplemented from AwsAbstractResponse::request().
© 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.