Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 882 Bytes

LoadbalancerForwardRulesInner.md

File metadata and controls

15 lines (11 loc) · 882 Bytes

Org.OpenAPITools.Model.LoadbalancerForwardRulesInner

A forwarding rule object.

Properties

Name Type Description Notes
Id string A unique ID for the forwarding rule. [optional]
FrontendProtocol string The protocol on the Load Balancer to forward to the backend. * HTTP * HTTPS * TCP [optional]
FrontendPort int The port number on the Load Balancer to forward to the backend. [optional]
BackendPortocol string The protocol destination on the backend server. * HTTP * HTTPS * TCP [optional]
BackendPort int The port number destination on the backend server. [optional]

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