Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace IpMaxConnections

An object that species the maximum number of connections the listed IPs can make to a listener.

Properties

ipAddresses

ipAddresses: Array<string>

Each element in the list should be valid IPv4 or IPv6 CIDR Block address. Example: '["129.213.176.0/24", "150.136.187.0/24", "2002::1234:abcd:ffff:c0a8:101/64"]'

maxConnections

maxConnections: number

The max number of connections that the specified IPs can make to the Listener. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj