---
title: "PolicyListResponse"
slug: "policy-list-response"
updated: 2026-07-23T09:04:11Z
published: 2026-07-23T09:04:11Z
canonical: "api.ncloud-docs.com/policy-list-response"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PolicyListResponse

VPC 환경에서 이용 가능합니다.

정책 페이징 테이블 정보입니다.

## 구문

구문은 다음과 같습니다.

```
public class PolicyResponse { 
        private Long sid;
        private String name;
        private LoadBalancerType lbType;
        private String memo;
        private Boolean monitoringYn;
}
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `sid` | Long | - | 정책 ID |
| `name` | String | - | 정책 이름 |
| `lbType` | Enum | - | 로드 밸런서 구분 - `ROUND_ROBIN` \| `WEIGHTED_ROUND_ROBIN` \| `GEOLOCATION` \| `CIDR` |
| `memo` | String | - | 레코드 타입 |
| `monitoringYn` | Boolean | - | 모니터링 여부 - `true` \| `false` |
