InlineLbService1

InlineLbService1
InlineLbService1
JSON Example
{
    "access_log_enabled": false,
    "attachment": {
        "target_display_name": "string",
        "is_valid": false,
        "target_id": "string",
        "target_type": "string"
    },
    "error_log_level": "string",
    "enabled": false,
    "virtual_server_ids": [
        "string"
    ],
    "size": "string"
}
boolean
access_log_enabled
Optional

whether access log is enabled

attachment
Optional

attachment

string
error_log_level
Optional

Load balancer engine writes information about encountered issues of different severity levels to the error log. This setting is used to define the severity level of the error log.

Possible values are : DEBUG, INFO, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY,
boolean
enabled
Optional

whether the load balancer service is enabled

array of string
virtual_server_ids
Optional

virtual servers can be associated to LbService(which is similar to physical/virtual load balancer), Lb virtual servers, pools and other entities could be defined independently, the virtual server identifier list here would be used to maintain the relationship of LbService and other Lb entities.

string
size
Optional

the size of load balancer service

Possible values are : SMALL, MEDIUM, LARGE,
Used By