Links

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

require 'ionoscloud'
instance = Ionoscloud::TargetPortRange.new(
_end: 20000,
start: 10000
)