DomainListResponse

Prev Next

Classic環境で利用できます。

ドメインのメタ情報です。

構文

構文は次の通りです。

private String name;
private String type;
private String description;
private Integer indexerCount;
private Integer searcherCount;

フィールド

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

フィールド タイプ 必須の有無 説明
name String Required ドメイン名
  • 英数字、記号「_」、「-」のみ使用して3~20文字以内で入力、先頭文字は英字のみ使用可能
type String Required コンテナの種類
  • small | large
description String Required ドメインの説明
  • 0~100文字
indexerCount Integer Required インデックスコンテナ数
  • 1
searcherCount Integer Required 検索コンテナ数
  • 1~9