GetZeroTrustTunnelCloudflaredVirtualNetworksPlainArgs

data class GetZeroTrustTunnelCloudflaredVirtualNetworksPlainArgs(val accountId: String, val id: String? = null, val isDefault: Boolean? = null, val isDeleted: Boolean? = null, val maxItems: Int? = null, val name: String? = null) : ConvertibleToJava<GetZeroTrustTunnelCloudflaredVirtualNetworksPlainArgs>

A collection of arguments for invoking getZeroTrustTunnelCloudflaredVirtualNetworks.

Constructors

constructor(accountId: String, id: String? = null, isDefault: Boolean? = null, isDeleted: Boolean? = null, maxItems: Int? = null, name: String? = null)

Properties

Link copied to clipboard

Cloudflare account ID

Link copied to clipboard
val id: String? = null

UUID of the virtual network.

Link copied to clipboard
val isDefault: Boolean? = null

If true, only include the default virtual network. If false, exclude the default virtual network. If empty, all virtual networks will be included.

Link copied to clipboard
val isDeleted: Boolean? = null

If true, only include deleted virtual networks. If false, exclude deleted virtual networks. If empty, all virtual networks will be included.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val name: String? = null

A user-friendly name for the virtual network.

Functions

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