IpSet

class IpSet

A complex type for the set of IP addresses for an accelerator.

Types

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

Properties

Link copied to clipboard

The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

Link copied to clipboard

The types of IP addresses included in this IP set.

Link copied to clipboard

IpFamily is deprecated and has been replaced by IpAddressFamily.

Functions

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