AppComponentResponse

Prev Next

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
  • <Example> If the user specified the number of containers as 2 when creating the DEV-1.0.0 app, the number of containers allocated is 2. Each container's name created will be shell-0 and shell-1
memoryMb Integer Optional Container memory capacity for the app component (MB)
  • Each container is allocated the amount of memory the user specified during app creation
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
  • <Example> rgstry.kr.df.naverncp.com/dataforest/zookeeper-webui:20201130
containerCount Integer Optional Number of containers for the app component
containers AppContainerResponse Optional AppContainerReponse data type