AppComponentResponse
- Print
- PDF
AppComponentResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a Data Forest app component.
Syntax
The syntax is as follows.
private String name;
private String state;
private Integer desired;
private Integer allocated;
private Integer memoryMb;
private Integer cpuCount;
private String image;
private Integer containerCount;
private AppContainerResponse containers;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
name | String | Optional | App component's name |
state | String | Optional | App component's status |
desired | Integer | Optional | Number of containers for the app component specified by the user when creating the app |
allocated | Integer | Optional | Number of containers allocated to the app component
|
memoryMb | Integer | Optional | Container memory capacity for the app component (MB)
|
cpuCount | Integer | Optional | Number of CPUs allocated for the app component specified by the user when creating the app |
image | String | Optional | Docker image name for creating the app component's container
|
containerCount | Integer | Optional | Number of containers for the app component |
containers | AppContainerResponse | Optional | AppContainerReponse data type |
Was this article helpful?