GetZeroTrustTunnelCloudflaredVirtualNetworkFilter

data class GetZeroTrustTunnelCloudflaredVirtualNetworkFilter(val id: String? = null, val isDefault: Boolean? = null, val isDeleted: Boolean? = null, val name: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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 name: String? = null

A user-friendly name for the virtual network.