outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# RouteLight

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**destination_ip_range** | Option<**String**> | The IP range used for the destination match, in CIDR notation (for example, `10.0.0.0/24`). | [optional]
**route_type** | Option<**String**> | The type of route (always `static`). | [optional]
**state** | Option<**String**> | The current state of the static route (`pending` \\| `available` \\| `deleting` \\| `deleted`). | [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)