GslbCreateRequestV1Dot1
GslbCreateRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| algorithm required | GSLB 트래픽 분산을 위한 부하 분산 알고리즘(예: ROUND_ROBIN, RATIO) Example : ROUND_ROBIN | enum (RATIO, ROUND_ROBIN) | |
| description optional | 설명 Example : Example Description for GSLB | any of [string, null] | |
| env_usage required | GSLB의 환경 사용 유형(예: PUBLIC) Example : PUBLIC | enum (PUBLIC, PRIVATE) | |
| health_check optional | GSLB 엔드포인트 가용성 모니터링을 위한 헬스 체크 설정 | any of [GslbHealthCheck, null] | |
| name required | GSLB 이름 Example : example.gslb.e.samsungsdscloud.com | string | |
| resources required | GSLB 리소스 목록 | array[GslbResourceV1Dot1] | |
| tags optional | 태그 목록 | array[Tag] |