SpectrumApplicationEdgeIpsArgs

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

Constructors

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

Properties

Link copied to clipboard
val connectivity: Output<String>? = null

The IP versions supported for inbound connections on Spectrum anycast IPs. Available values: "all", "ipv4", "ipv6".

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

The array of customer owned IPs we broadcast via anycast for this hostname and application.

Link copied to clipboard
val type: Output<String>? = null

The type of edge IP configuration specified. Dynamically allocated edge IPs use Spectrum anycast IPs in accordance with the connectivity you specify. Only valid with CNAME DNS names. Available values: "dynamic".

Functions

Link copied to clipboard
open override fun toJava(): SpectrumApplicationEdgeIpsArgs