PolicyNetworkAclEntryPortRangeProperties

data class PolicyNetworkAclEntryPortRangeProperties(val from: Int, val to: Int)

Port range.

Constructors

Link copied to clipboard
constructor(from: Int, to: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val from: Int

From Port.

Link copied to clipboard
val to: Int

To Port.