InlinePolicyLbVirtualServer1

InlinePolicyLbVirtualServer1
InlinePolicyLbVirtualServer1
JSON Example
{
    "access_log_enabled": false,
    "ip_address": "string",
    "lb_persistence_profile": "string",
    "ports": [
        "string"
    ],
    "resource_type": "string",
    "router_path": "string",
    "traffic_source": "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 As ip As ip
ip_address
Required

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

string
lb_persistence_profile
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.

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.

string
resource_type
Required

resource_type

Possible values are : TcpPolicyLbVirtualServer, UdpPolicyLbVirtualServer, HttpPolicyLbVirtualServer, HttpsPolicyLbVirtualServer, CustomPolicyLbVirtualServer,
string
router_path
Required

Path to router type object that PolicyLbVirtualServer connects to. The only supported router object is Network.

string
traffic_source
Optional

traffic_source