PortRange

class PortRange

A list of port ranges that are permitted to allow inbound traffic from all public IP addresses. To specify a single port, use the same value for MinRange and MaxRange.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The smallest port number in a specified range of port numbers.

Link copied to clipboard

The smallest port number in a specified range of port numbers.

Functions

Link copied to clipboard
inline fun copy(block: PortRange.Builder.() -> Unit = {}): PortRange
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String