PrivateDns
PrivateDns
| Name | Description | Schema | Default |
|---|---|---|---|
| auth_dns_name required | Private DNS의 권한 있는(authoritative) DNS 이름 Example : authdns-a1b2c3d4e5f6789012345678abcdef90 | any of [string, null] | |
| connected_vpc_ids optional | 이 프라이빗 DNS에 연결된 VPC ID 목록입니다. DNS에 연결된 VPC만 등록된 도메인 정보를 조회할 수 있습니다. Example : ['1234567890abcdef1234567890abcdef', 'fedcba0987654321fedcba0987654321'] | array[string] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | 설명 Example : This is description | any of [string, null] | |
| id required | 프라이빗 DNS의 고유 식별자 Example : fedcba9876543210fedcba9876543210 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Private DNS 이름 Example : private-dns01 | string | |
| pool_id required | Private DNS에 연결된 리소스 풀 식별자 Example : 12345678-90ab-cdef-1234-567890abcdef | any of [string, null] | |
| pool_name required | 리소스 풀 이름 Example : private01-a1b2c3d4e5f6789012345678abcdef90 | any of [string, null] | |
| registered_region required | 프라이빗 DNS가 등록된 리전 Example : KR-WEST1 | any of [string, null] | |
| resolver_ip required | DNS resolver IP 주소 Example : 198.19.0.101 | any of [string, null] | |
| resolver_name required | DNS resolver 이름 Example : resolver-a1b2c3d4e5f6789012345678abcdef90 | any of [string, null] | |
| state required | 상태 Example : ACTIVE | enum (CREATING, EDITING, ACTIVE, ACTIVATING, INACTIVE, DELETING, DELETED, ERROR, PENDING) |