CreateAppRequest
- 印刷する
- PDF
CreateAppRequest
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
VPC環境で利用できます。
説明
Data Forestアプリ作成時に使用するデータタイプです。
構文
構文は次の通りです。
private String accountId;
private String queueName;
private String appTypeId;
private String name;
private Integer lifetime;
private String description;
private String dependentIds;
private AppComponentRequest components;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
accountId | String | Required | アカウント識別子の UUID(base62) |
queueName | String | Required | YARNキューの名前
|
appTypeId | String | Required | アプリタイプ |
name | String | Required | アプリの名前 |
lifetime | Integer | Required | アプリの稼働時間 |
description | String | Optional | アプリの説明 |
dependentIds | String | Optional | アプリ作成に必要な依存アプリの IDリスト |
components | AppComponentRequest | Optional | AppComponentRequestデータタイプ |
この記事は役に立ちましたか?