IpRoute

class IpRoute

IP address block. This is often the address block of the DNS server used for your self-managed domain.

Types

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

Properties

Link copied to clipboard

IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your self-managed domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.

Link copied to clipboard

Description of the address block.

Functions

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