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