Sha256: 1921a9a1fcac9bbf551429bd44d61e1caf79bbb39b13ef56206ebc4ef05006ff

Contents?: true

Size: 441 Bytes

Versions: 5

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

5 entries across 5 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/TargetPortRange.md
ionoscloud-6.1.0 docs/models/TargetPortRange.md
ionoscloud-6.0.2 docs/models/TargetPortRange.md
ionoscloud-6.0.1 docs/models/TargetPortRange.md
ionoscloud-6.0.0 docs/models/TargetPortRange.md