ALBService (schema)

Service

Advanced load balancer Service object
Name Description Type Notes
enable_http2 Enable http2

Enable HTTP2 on this port.
Default value when not specified in API or module is
interpreted by ALB Controller as false.
boolean Default: "False"
enable_ssl Enable ssl

Enable SSL termination and offload for traffic from
clients.
Default value when not specified in API or module is
interpreted by ALB Controller as false.
boolean Default: "False"
override_application_profile_path Override application profile path

Enable application layer specific features for the this
specific service.
It is a reference to an object of type ApplicationProfile.
string
override_network_profile_path Override network profile path

Override the network profile for this specific service
port.
It is a reference to an object of type NetworkProfile.
string
port Port

The Virtual Service's port number.
Allowed values are 0-65535.
integer Required
Minimum: 0
Maximum: 65535
port_range_end Port range end

The end of the Virtual Service's port number range.
Allowed values are 1-65535.
Special values are 0- 'single port'.
Default value when not specified in API or module is
interpreted by ALB Controller as 0.
integer Minimum: 0
Maximum: 65535
Default: "0"