AcceleratorIpSet

data class AcceleratorIpSet(val ipAddresses: List<String>? = null, val ipFamily: String? = null)

Constructors

Link copied to clipboard
constructor(ipAddresses: List<String>? = null, ipFamily: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddresses: List<String>? = null

The IP addresses to use for BYOIP accelerators. If not specified, the service assigns IP addresses. Valid values: 1 or 2 IPv4 addresses.

Link copied to clipboard
val ipFamily: String? = null

The type of IP addresses included in this IP set.