ZeroTrustTunnelCloudflaredConfigConfigIngress

data class ZeroTrustTunnelCloudflaredConfigConfigIngress(val hostname: String? = null, val originRequest: ZeroTrustTunnelCloudflaredConfigConfigIngressOriginRequest? = null, val path: String? = null, val service: String)

Constructors

constructor(hostname: String? = null, originRequest: ZeroTrustTunnelCloudflaredConfigConfigIngressOriginRequest? = null, path: String? = null, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostname: String? = null

Public hostname for this service.

Link copied to clipboard

Configuration parameters for the public hostname specific connection settings between cloudflared and origin server.

Link copied to clipboard
val path: String? = null

Requests with this path route to this public hostname.

Link copied to clipboard

Protocol and address of destination server. Supported protocols: http://, https://, unix://, tcp://, ssh://, rdp://, unix+tls://, smb://. Alternatively can return a HTTP status code httpstatus:code e.g. 'httpstatus:404'.