LoadbalancerCreateRequestDetail
LoadbalancerCreateRequestDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : | any of [string, null] | |
| firewall_enabled optional | 방화벽 사용 여부 Example : True | any of [boolean, null] | True |
| firewall_logging_enabled optional | 방화벽 로깅 여부 Example : True | any of [boolean, null] | True |
| health_check_ip_1 optional | Health check IP Example : | any of [string, null] | |
| health_check_ip_2 optional | Health check IP Example : | any of [string, null] | |
| layer_type required | 계층 타입 Example : | string | |
| name required | 이름 Example : Pattern : ^[a-zA-Z0-9-_]*$Minimum length : 3Maximum length : 63 | string | |
| publicip_id optional | Public IP ID Example : | any of [string, null] | |
| service_ip optional | LoadBalancer 서비스 IP Example : | any of [string, null] | |
| source_nat_ip optional | Source NAT IP Example : | any of [string, null] | |
| subnet_id required | Subnet ID Example : | string | |
| tags optional | Tag List | array[Tag] | |
| vpc_id required | VPC ID Example : | string |