DomainResourceProxyTypeArgs

data class DomainResourceProxyTypeArgs(val proxyPorts: Output<List<Int>>? = null, val proxyType: Output<String>? = null) : ConvertibleToJava<DomainResourceProxyTypeArgs>

Constructors

Link copied to clipboard
fun DomainResourceProxyTypeArgs(proxyPorts: Output<List<Int>>? = null, proxyType: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val proxyPorts: Output<List<Int>>? = null

the port number. This field is required and must be an integer. NOTE: From version 1.206.0, proxy_ports can be modified.

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

the protocol type. This field is required and must be a string. Valid values: http, https, websocket, and websockets.