outscale_api 1.14.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Listener

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**backend_port** | Option<**i32**> | The port on which the backend VM is listening (between `1` and `65535`, both included). | [optional]
**backend_protocol** | Option<**String**> | The protocol for routing traffic to backend VMs (`HTTP` \\| `HTTPS` \\| `TCP` \\| `SSL`). | [optional]
**load_balancer_port** | Option<**i32**> | The port on which the load balancer is listening (between `1` and `65535`, both included). | [optional]
**load_balancer_protocol** | Option<**String**> | The routing protocol (`HTTP` \\| `HTTPS` \\| `TCP` \\| `SSL`). | [optional]
**policy_names** | Option<**Vec<String>**> | The names of the policies. If there are no policies enabled, the list is empty. | [optional]
**server_certificate_id** | Option<**String**> | The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see [Resource Identifiers > OUTSCALE Resource Names (ORNs)]https://docs.outscale.com/en/userguide/Resource-Identifiers.html#_outscale_resource_names_orns. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)