NetworkAttachedDataNetworkNetworkAddressPortTranslationPortRange

data class NetworkAttachedDataNetworkNetworkAddressPortTranslationPortRange(val maximum: Int? = null, val minimum: Int? = null)

Constructors

constructor(maximum: Int? = null, minimum: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximum: Int? = null

Specifies the maximum port number.

Link copied to clipboard
val minimum: Int? = null

Specifies the minimum port number.