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 |