EdgeLoadBalancerApplicationProfile

EdgeLoadBalancerApplicationProfile
EdgeLoadBalancerApplicationProfile

Specifies the application profile for the virtual service such as whether it's HTTP, HTTPS, or TCP/UDP.

JSON Example
{
    "name": "string",
    "type": "string",
    "systemDefined": false
}
string
name
Optional

Name of the application profile. Name of the system defined monitors are prefixed with System for example 'System-HTTP'.

string
type
Required

The profile type of application that this Virtual Service is configured with. A value of "-" represents an unknown type. Such profile can still be removed from the Virtual Service on update but is not valid on create. Values are below.

  • HTTP - Virtual Service supports HTTP protocol.
  • HTTPS - Virtual Service supports HTTPS protocol.
  • L4 - Virtual Service supports Layer 4 (Transport) using UDP/TCP protocol.
  • L4_TLS - Virtual Service supports Layer 4 (Transport) using UDP/TCP protocol with TLS.
L4_TLS is allowed only on Edge Gateway Load Balancer with PREMIUM feature set.
boolean
systemDefined
Optional

Whether the Application Profile is system defined.

Availability
Added in 35.0