A forwarding rule object.
| 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] |