IpRange

class IpRange

Describes an IP range used in a security group.

Types

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

Properties

Link copied to clipboard

The IP range in Classless Inter-Domain Routing (CIDR) notation.

Link copied to clipboard

The status of the IP range, for example, "authorized".

Link copied to clipboard
val tags: List<Tag>?

The list of tags for the IP 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