GslbResourceWithStatus
GslbResourceWithStatus
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Description Example : | any of [string, null] | |
| destination required | The destination endpoint for the GSLB resource. Example : 192.168.1.100 | string | |
| region required | The region where the GSLB resource is located. Example : KR-WEST-1 | string | |
| status required | Whether to use the GSLB resource. (e.g., ENABLE, DISABLE) Example : ENABLE | enum (ENABLE, DISABLE) | |
| weight optional | The weight for load balancing distribution (0-100). Example : 10 | any of [integer, null] |