AppComponentRequest
- Print
- PDF
AppComponentRequest
- 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 Integer memoryMb;
private Integer cpuCount;
private Integer containerCount;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
name | String | Required | App component name |
memoryMb | Integer | Required | Allocated memory for the app component (MB) |
cpuCount | Integer | Required | Number of CPU allocations for the app component |
containerCount | Integer | Required | Number of containers for the app component |
Was this article helpful?