InlineLBVirtualServer1

InlineLBVirtualServer1
InlineLBVirtualServer1
JSON Example
{
    "access_log_enabled": false,
    "application_profile_path": "string",
    "client_ssl_profile_binding": {
        "certificate_chain_depth": 0,
        "client_auth": "string",
        "client_auth_ca_paths": [
            "string"
        ],
        "client_auth_crl_paths": [
            "string"
        ],
        "default_certificate_path": "string",
        "sni_certificate_paths": [
            "string"
        ],
        "ssl_profile_path": "string"
    },
    "default_pool_member_ports": [
        "string"
    ],
    "enabled": false,
    "ip_address": "string",
    "lb_persistence_profile_path": "string",
    "lb_service_path": "string",
    "max_concurrent_connections": 0,
    "max_new_connection_rate": 0,
    "pool_path": "string",
    "ports": [
        "string"
    ],
    "rules": [
        {
            "actions": [
                {
                    "type": "string"
                }
            ],
            "display_name": "string",
            "match_conditions": [
                {
                    "inverse": false,
                    "type": "string"
                }
            ],
            "match_strategy": "string",
            "phase": "string"
        }
    ],
    "server_ssl_profile_binding": {
        "certificate_chain_depth": 0,
        "client_certificate_path": "string",
        "server_auth": "string",
        "server_auth_ca_paths": [
            "string"
        ],
        "server_auth_crl_paths": [
            "string"
        ],
        "ssl_profile_path": "string"
    },
    "sorry_pool_path": "string"
}
boolean
access_log_enabled
Optional

If access log is enabled, all HTTP requests sent to an L7 virtual server are logged to the access log file. Both successful requests (backend server returns 2xx) and unsuccessful requests (backend server returns 4xx or 5xx) are logged to access log, if enabled.

string
application_profile_path
Required

The application profile defines the application protocol characteristics. It is used to influence how load balancing is performed. Currently, LBFastTCPProfile, LBFastUDPProfile and LBHttpProfile, etc are supported.

client_ssl_profile_binding
Optional

Client SSL profile binding.

array of string
default_pool_member_ports
Optional

Default pool member ports when member port is not defined.

boolean
enabled
Optional

Flag to enable the load balancer virtual server.

string As ip As ip
ip_address
Required

Configures the IP address of the LBVirtualServer where it receives all client connections and distributes them among the backend servers.

string
lb_persistence_profile_path
Optional

Path to optional object that enables persistence on a virtual server allowing related client connections to be sent to the same backend server. Persistence is disabled by default.

string
lb_service_path
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 LBService identifier list here would be used to maintain the relationship of LBService and other LB entities.

integer As int64 As int64
max_concurrent_connections
Optional

To ensure one virtual server does not over consume resources, affecting other applications hosted on the same LBS, connections to a virtual server can be capped. If it is not specified, it means that connections are unlimited.

integer As int64 As int64
max_new_connection_rate
Optional

To ensure one virtual server does not over consume resources, connections to a member can be rate limited. If it is not specified, it means that connection rate is unlimited.

string
pool_path
Optional

The server pool(LBPool) contains backend servers. Server pool consists of one or more servers, also referred to as pool members, that are similarly configured and are running the same application.

array of string
ports
Required

Ports contains a list of at least one port or port range such as "80", "1234-1236". Each port element in the list should be a single port or a single port range.

array of LBRule
rules
Optional

Load balancer rules allow customization of load balancing behavior using match/action rules. Currently, load balancer rules are supported for only layer 7 virtual servers with LBHttpProfile.

server_ssl_profile_binding
Optional

Server SSL profile binding.

string
sorry_pool_path
Optional

When load balancer can not select a backend server to serve the request in default pool or pool in rules, the request would be served by sorry server pool.