DomainResourceProxyTypeArgs

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

Constructors

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

Properties

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

The port numbers.

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

The type of the protocol. Valid values:

Functions

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