Properties
| Name | Type | Description |
|---|---|---|
| address | object | |
| disabled_at | object | |
| enabled | object | |
| header | object | |
| name | object | |
| virtual_network_id | object | |
| weight | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/load-balancing_origin",
"title": "load-balancing_origin",
"properties": {
"address": {
"$ref": "#/components/schemas/load-balancing_address"
},
"disabled_at": {
"$ref": "#/components/schemas/load-balancing_disabled_at"
},
"enabled": {
"$ref": "#/components/schemas/load-balancing_schemas-enabled"
},
"header": {
"$ref": "#/components/schemas/load-balancing_schemas-header"
},
"name": {
"$ref": "#/components/schemas/load-balancing_schemas-name"
},
"virtual_network_id": {
"$ref": "#/components/schemas/load-balancing_virtual_network_id"
},
"weight": {
"$ref": "#/components/schemas/load-balancing_weight"
}
},
"type": "object"
}