GetMagicWanGreTunnelGreTunnel

data class GetMagicWanGreTunnelGreTunnel(val cloudflareGreEndpoint: String, val createdOn: String, val customerGreEndpoint: String, val description: String, val healthCheck: GetMagicWanGreTunnelGreTunnelHealthCheck, val id: String, val interfaceAddress: String, val modifiedOn: String, val mtu: Int, val name: String, val ttl: Int)

Constructors

Link copied to clipboard
constructor(cloudflareGreEndpoint: String, createdOn: String, customerGreEndpoint: String, description: String, healthCheck: GetMagicWanGreTunnelGreTunnelHealthCheck, id: String, interfaceAddress: String, modifiedOn: String, mtu: Int, name: String, ttl: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP address assigned to the Cloudflare side of the GRE tunnel.

Link copied to clipboard

The date and time the tunnel was created.

Link copied to clipboard

The IP address assigned to the customer side of the GRE tunnel.

Link copied to clipboard

An optional description of the GRE tunnel.

Link copied to clipboard
val id: String

Tunnel identifier tag.

Link copied to clipboard

A 31-bit prefix (/31 in CIDR notation) supporting two hosts, one for each side of the tunnel. Select the subnet from the following private IP space: 10.0.0.0–10.255.255.255, 172.16.0.0–172.31.255.255, 192.168.0.0–192.168.255.255.

Link copied to clipboard

The date and time the tunnel was last modified.

Link copied to clipboard
val mtu: Int

Maximum Transmission Unit (MTU) in bytes for the GRE tunnel. The minimum value is 576.

Link copied to clipboard

The name of the tunnel. The name cannot contain spaces or special characters, must be 15 characters or less, and cannot share a name with another GRE tunnel.

Link copied to clipboard
val ttl: Int

Time To Live (TTL) in number of hops of the GRE tunnel.