GetZeroTrustTunnelCloudflaredVirtualNetworksResult

data class GetZeroTrustTunnelCloudflaredVirtualNetworksResult(val comment: String, val createdAt: String, val deletedAt: String, val id: String, val isDefaultNetwork: Boolean, val name: String)

Constructors

constructor(comment: String, createdAt: String, deletedAt: String, id: String, isDefaultNetwork: Boolean, name: String)

Types

Link copied to clipboard
object Companion

Properties

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
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.