--- title: "ProfileListResponse" slug: "profile-list-response" updated: 2026-07-23T09:04:11Z published: 2026-07-23T09:04:11Z canonical: "api.ncloud-docs.com/profile-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. # ProfileListResponse VPC 환경에서 이용 가능합니다. 도메인(Profile) 페이징 테이블 정보입니다. ## 구문 구문은 다음과 같습니다. ``` public class ProfileResponse { private Long sid private String name; private Long policyId; private String policyName; private Boolean claYn; private Long ttl; private Boolean delYn; private LoadBalancerType lbType; private Long createdDate; private Boolean monitoringYn; private GtmStatus status; } ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `sid` | Long | - | 도메인(Profile) ID | | `name` | String | - | 도메인(Profile) 이름 | | `policyId` | Long | - | 정책 ID | | `policyName` | String | - | 정책 이름 | | `claYn` | Boolean | - | Cloud Log Analytics 사용 여부 - `true` \| `false` | | `ttl` | Long | - | 도메인(Profile) TTL | | `delYn` | Boolean | - | 도메인(Profile) 삭제 여부 - `true` \| `false` | | `lbType` | Enum | - | 로드 밸런서 구분 - `ROUND_ROBIN` \| `WEIGHTED_ROUND_ROBIN` \| `GEOLOCATION` \| `CIDR` | | `createdDate` | Long | - | 생성 일시(UTC 0) | | `monitoringYn` | Boolean | - | 헬스 체크 사용 여부 - `true` \| `false` | | `status` | Eum | - | 도메인(Profile) 상태 - `PROCESS` \| `SUCCESS` \| `FAIL` |