MENU
      AppComponentResponse

        AppComponentResponse


        기사 요약

        VPC 환경에서 이용 가능합니다.

        Data Forest 앱 컴포넌트입니다.

        구문

        구문은 다음과 같습니다.

        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;
        Java

        필드

        필드에 대한 설명은 다음과 같습니다.

        필드타입필수 여부설명
        nameStringOptional앱 컴포넌트의 이름
        stateStringOptional앱 컴포넌트의 상태
        desiredIntegerOptional앱 생성 시 사용자가 지정한 앱 컴포넌트의 컨테이너 개수
        allocatedIntegerOptional앱 컴포넌트에 할당된 컨테이너 개수
        • <예시> DEV-1.0.0 앱 생성 시 사용자가 컨테이너 개수를 2개로 지정한 경우, 컨테이너는 2개로 할당되며 각 컨테이너 이름은 shell-0, shell-1로 생성됨
        memoryMbIntegerOptional앱 컴포넌트의 컨테이너 메모리 용량(MB)
        • 앱 생성 시 사용자가 지정한 메모리 용량이 각각의 컨테이너에 할당됨
        cpuCountIntegerOptional앱 생성 시 사용자가 지정한 앱 컴포넌트의 CPU 할당 개수
        imageStringOptional앱 컴포넌트의 컨테이너를 생성하기 위한 Docker 이미지 이름
        • <예시> rgstry.kr.df.naverncp.com/dataforest/zookeeper-webui:20201130
        containerCountIntegerOptional앱 컴포넌트의 컨테이너 개수
        containersAppContainerResponseOptionalAppContainerReponse 데이터 타입

        이 문서가 도움이 되었습니까?

        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.