GetTunnelPlainArgs

data class GetTunnelPlainArgs(val accountId: String, val isDeleted: Boolean? = null, val name: String) : ConvertibleToJava<GetTunnelPlainArgs>

A collection of arguments for invoking getTunnel.

Constructors

Link copied to clipboard
constructor(accountId: String, isDeleted: Boolean? = null, name: String)

Properties

Link copied to clipboard

The account identifier to target for the resource. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val isDeleted: Boolean? = null

If true, only include deleted tunnels. If false, exclude deleted tunnels. If empty, all tunnels will be included. Modifying this attribute will force creation of a new resource.

Link copied to clipboard

Name of the tunnel. Modifying this attribute will force creation of a new resource.

Functions

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