--- title: "ProfileRequest" slug: "profile-request" updated: 2026-07-23T09:04:11Z published: 2026-07-23T09:04:11Z canonical: "api.ncloud-docs.com/profile-request" --- > ## 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. # ProfileRequest VPC 환경에서 이용 가능합니다. 도메인(Profile) 생성 및 수정 시 필요한 데이터 타입입니다. ## 구문 구문은 다음과 같습니다. ``` public class ProfileRequest { private Long policyId; private String name; private Boolean claYn; private Long ttl; } ``` ## 필드 필드에 대한 설명은 다음과 같습니다. ### ProfileRequest | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `policyId` | Long | - | 정책 ID | | `name` | String | - | 도메인(Profile) 이름 | | `claYn` | Boolean | - | Cloud Log Analytics 사용 여부 - `true` \| `false` | | `ttl` | Long | - | 도메인(Profile) TTL |