Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.21 KB

EdgeLoadBalancerTcpUdpProfile.md

File metadata and controls

12 lines (8 loc) · 1.21 KB

EdgeLoadBalancerTcpUdpProfile

Properties

Name Type Description Notes
Name string Name of the TCP/UDP profile. Name of the system defined monitors are prefixed with System for example 'System-TCP-Proxy'. [optional] [default to null]
Type_ string This property specifies the different ways in which TCP/UDP packets are sent to the destination server. A value of &quot;-&quot; represents an unknown type. Such profile can still be removed from the Virtual Service on update but is not valid on create. <ul> <li>TCP_PROXY - TCP connection is terminated at the Virtual Service and a new TCP connection is made to the destination server. <li>TCP_FAST_PATH - TCP packets are directly forwarded to the destination server. <li>UDP_FAST_PATH - UDP packets are directly forwarded to the destination server. </ul> [default to null]
SystemDefined bool Whether the TCP/UDP profile is system defined. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]