MagicWanGreTunnelModifiedGreTunnel

data class MagicWanGreTunnelModifiedGreTunnel(val cloudflareGreEndpoint: String? = null, val createdOn: String? = null, val customerGreEndpoint: String? = null, val description: String? = null, val healthCheck: MagicWanGreTunnelModifiedGreTunnelHealthCheck? = null, val id: String? = null, val interfaceAddress: String? = null, val modifiedOn: String? = null, val mtu: Int? = null, val name: String? = null, val ttl: Int? = null)

Constructors

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

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

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

An optional description of the GRE tunnel.

Link copied to clipboard
val id: String? = null

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

The date and time the tunnel was last modified.

Link copied to clipboard
val mtu: Int? = null

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

Link copied to clipboard
val name: String? = null

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? = null

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