GetZeroTrustTunnelCloudflaredVirtualNetworkResult

data class GetZeroTrustTunnelCloudflaredVirtualNetworkResult(val accountId: String, val comment: String, val createdAt: String, val deletedAt: String, val filter: GetZeroTrustTunnelCloudflaredVirtualNetworkFilter? = null, val id: String, val isDefaultNetwork: Boolean, val name: String, val virtualNetworkId: String? = null)

A collection of values returned by getZeroTrustTunnelCloudflaredVirtualNetwork.

Constructors

constructor(accountId: String, comment: String, createdAt: String, deletedAt: String, filter: GetZeroTrustTunnelCloudflaredVirtualNetworkFilter? = null, id: String, isDefaultNetwork: Boolean, name: String, virtualNetworkId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloudflare account ID

Link copied to clipboard

Optional remark describing the virtual network.

Link copied to clipboard

Timestamp of when the resource was created.

Link copied to clipboard

Timestamp of when the resource was deleted. If null, the resource has not been deleted.

Link copied to clipboard
Link copied to clipboard
val id: String

UUID of the virtual network.

Link copied to clipboard

If true, this virtual network is the default for the account.

Link copied to clipboard

A user-friendly name for the virtual network.

Link copied to clipboard

UUID of the virtual network.