> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/targetportrange.md).

# TargetPortRange

## Properties

\| **\_end** | **Integer** | Target port range end associated with the NAT Gateway rule. | \[optional] |

\| **start** | **Integer** | Target port range start associated with the NAT Gateway rule. | \[optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::TargetPortRange.new(
  _end: 20000,

  start: 10000
)
```
