IpRange

class IpRange

Describes an IPv4 address range.

Types

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

Properties

Link copied to clipboard

The IPv4 address range. You can either specify a CIDR block or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.

Link copied to clipboard

A description for the security group rule that references this IPv4 address range.

Functions

Link copied to clipboard
inline fun copy(block: IpRange.Builder.() -> Unit = {}): IpRange
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