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;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
name |
String | Optional | アプリコンポーネントの名前 |
state |
String | Optional | アプリコンポーネントの状態 |
desired |
Integer | Optional | アプリ作成時にユーザーが指定したアプリコンポーネントのコンテナ数 |
allocated |
Integer | Optional | アプリコンポーネントに割り当てられたコンテナ数
|
memoryMb |
Integer | Optional | アプリコンポーネントのコンテナメモリ容量(MB)
|
cpuCount |
Integer | Optional | アプリ作成時にユーザーが指定したアプリコンポーネントの CPU割り当て数 |
image |
String | Optional | アプリコンポーネントのコンテナを作成するための Dockerイメージの名前
|
containerCount |
Integer | Optional | アプリコンポーネントのコンテナ数 |
containers |
AppContainerResponse | Optional | AppContainerReponseデータタイプ |