Sha256: bb43a65e4cd9b5f4427b53906cefdc28b8f03163aa179b797a80cf79fa808f3c

Contents?: true

Size: 441 Bytes

Versions: 4

Compression:

Stored size: 441 Bytes

Contents

# TargetPortRange

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **start** | **Integer** | Target port range start associated with the NAT gateway rule. | [optional] |
| **_end** | **Integer** | Target port range end associated with the NAT gateway rule. | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::TargetPortRange.new(
  start: 10000,
  _end: 20000
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-6.0.0.beta.4 docs/models/TargetPortRange.md
ionoscloud-6.0.0.beta.3 docs/TargetPortRange.md
ionoscloud-6.0.0.beta.2 docs/TargetPortRange.md
ionoscloud-6.0.0.beta.1 docs/TargetPortRange.md