DomainResourceProxyType

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val proxyPorts: 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: String? = null

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