outscale_api 1.17.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client_token** | Option<**String**> | The idempotency token provided when creating the NAT service. | [optional]
**nat_service_id** | Option<**String**> | The ID of the NAT service. | [optional]
**net_id** | Option<**String**> | The ID of the Net in which the NAT service is. | [optional]
**public_ips** | Option<[**Vec<crate::models::PublicIpLight>**]PublicIpLight.md> | Information about the public IP or IPs associated with the NAT service. | [optional]
**state** | Option<**String**> | The state of the NAT service (`pending` \\| `available` \\| `deleting` \\| `deleted`). | [optional]
**subnet_id** | Option<**String**> | The ID of the Subnet in which the NAT service is. | [optional]
**tags** | Option<[**Vec<crate::models::ResourceTag>**]ResourceTag.md> | One or more tags associated with the NAT service. | [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)