설명
블록 스토리지인스턴스리스트
구문
private Integer totalRows;
private List<BlockStorageInstance> blockStorageInstanceList = new ArrayList<BlockStorageInstance>();
필드
파라미터 명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
totalRows | Yes | Integer | 조회된 리스트의 총 개수, 페이징 처리 요청의 경우 전체 개수 |
blockStorageInstanceList | Yes | List<BlockStorageInstance> | List<BlockStorageInstance> 데이터 타입 |