RecordCreateRequest

Prev Next

설명

레코드 생성 정보

구문

public class RecordCreateRequest {
	private String host;
	private String type;
	private String content;
	private Long ttl;
	private Long aliasId;
	private Long lbId;
}

필드

파라미터명 필수 여부 타입 설명
host yes String 호스트
type yes String 레코드 타입
content yes String 레코드정보
ttl yes Long TTL
aliasId no Long 참조하는 레코드 ID
lbId no Long 참조하는 Load Balancer 레코드 ID