AppComponentResponse
    • PDF

    AppComponentResponse

    • PDF

    Article summary

    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.

    FieldTypeRequiredDescription
    nameStringOptionalApp component's name
    stateStringOptionalApp component's status
    desiredIntegerOptionalNumber of containers for the app component specified by the user when creating the app
    allocatedIntegerOptionalNumber 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
    memoryMbIntegerOptionalContainer memory capacity for the app component (MB)
    • Each container is allocated the amount of memory the user specified during app creation
    cpuCountIntegerOptionalNumber of CPUs allocated for the app component specified by the user when creating the app
    imageStringOptionalDocker image name for creating the app component's container
    • <Example> rgstry.kr.df.naverncp.com/dataforest/zookeeper-webui:20201130
    containerCountIntegerOptionalNumber of containers for the app component
    containersAppContainerResponseOptionalAppContainerReponse data type

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.