GetAppBasicSettingResponse
- 인쇄
- PDF
GetAppBasicSettingResponse
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
VPC 환경에서 이용 가능합니다.
Data Forest 지정 앱 타입의 기본 생성 설정입니다.
구문
구문은 다음과 같습니다.
private Boolean success;
private String message;
private String template;
private DependableApp dependableApp;
private Integer appMasterCpuCount;
private Integer appMasterMemoryMb;
private String publicQueueNames;
private String privateQueueNames;
필드
필드에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
success | Boolean | Required | 앱 타입의 기본 생성 설정 조회 성공 여부
|
message | String | Optional | 앱 타입의 기본 생성 설정 조회 후 결과 메시지 |
template | String | Required | 앱 타입 템플릿 정보 |
dependableApp | DependableApp | Optional | DepenableApp 데이터 타입 |
appMasterCpuCount | Integer | Required | 앱 master가 사용할 CPU 할당 개수 |
appMasterMemoryMb | Integer | Required | 앱 master가 사용할 메모리 할당량 |
publicQueueNames | String | Optional | 공용 YARN 큐 이름 |
privateQueueNames | String | Optional | 사설 YARN 큐 이름 |
이 문서가 도움이 되었습니까?