LbServerGroupCreate
LbServerGroupCreate
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Description Example : this is an lb server group | any of [string, null] | |
| lb_health_check_id optional | LB Health Check ID Example : 46c681018e33453085ca7c8db54e0076 | any of [string, null] | |
| lb_method required | LB Method Example : ROUND_ROBIN | enum (ROUND_ROBIN, LEAST_CONNECTION, IP_HASH, WEIGHTED_ROUND_ROBIN, WEIGHTED_LEAST_CONNECTION) | |
| name required | LB Health Check name Example : ServerGroup01Pattern : ^[a-zA-Z0-9][-a-zA-Z0-9_]*[a-zA-Z0-9]$Minimum length : 3Maximum length : 63 | string | |
| protocol required | Protocol Example : TCP | enum (TCP, UDP) | |
| subnet_id required | Service Subnet ID Example : 60fba45cb6c811efba41ba92e4fe7200 | string | |
| tags optional | Tag List | array[Tag] | |
| vpc_id required | VPC ID Example : 8acceeb6920c4fc494490d864f67f0b5 | string |