SpectrumApplicationEdgeIps

data class SpectrumApplicationEdgeIps(val connectivity: String? = null, val ips: List<String>? = null, val type: String)

Constructors

Link copied to clipboard
constructor(connectivity: String? = null, ips: List<String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectivity: String? = null

The IP versions supported for inbound connections on Spectrum anycast IPs. Required when type is not static. Available values: all, ipv4, ipv6.

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

The collection of customer owned IPs to broadcast via anycast for this hostname and application. Requires Bring Your Own IP provisioned.

Link copied to clipboard

The type of edge IP configuration specified. Available values: dynamic, static.