Sha256: 70db3ade72f3d41264d7732425fb86987d908a9804d980d651d7c301d0ce1fb0
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 Bytes
Contents
# TargetPortRange ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_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 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/TargetPortRange.md |