AppComponentResponse
    • PDF

    AppComponentResponse

    • PDF

    記事の要約

    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;
    

    フィールド

    フィールドの詳細は次の通りです。

    フィールドタイプ必須の有無説明
    nameStringOptionalアプリコンポーネントの名前
    stateStringOptionalアプリコンポーネントの状態
    desiredIntegerOptionalアプリ作成時にユーザーが指定したアプリコンポーネントのコンテナ数
    allocatedIntegerOptionalアプリコンポーネントに割り当てられたコンテナ数
    • <例> DEV-1.0.0アプリ作成時にユーザーがコンテナ数を2個に指定した場合、コンテナは2個割り当てられ、名前をそれぞれshell-0shell-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.