GetTunnelsTunnel

data class GetTunnelsTunnel(val channels: List<GetTunnelsTunnelChannel>, val createTime: Int, val expired: Boolean, val id: String, val instanceName: String, val tableName: String, val tunnelId: String, val tunnelName: String, val tunnelRpo: Int, val tunnelStage: String, val tunnelType: String)

Constructors

Link copied to clipboard
constructor(channels: List<GetTunnelsTunnelChannel>, createTime: Int, expired: Boolean, id: String, instanceName: String, tableName: String, tunnelId: String, tunnelName: String, tunnelRpo: Int, tunnelStage: String, tunnelType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The channels of OTS tunnel. Each element contains the following attributes:

Link copied to clipboard

The creation time of the Tunnel.

Link copied to clipboard

Whether the tunnel has expired.

Link copied to clipboard
val id: String

The resource ID. The value is <instance_name>:<table_name>:<tunnel_name>.

Link copied to clipboard

The name of OTS instance.

Link copied to clipboard

The name of OTS table.

Link copied to clipboard

The tunnel id of the OTS which could not be changed.

Link copied to clipboard

The tunnel name of the OTS which could not be changed.

Link copied to clipboard

The latest consumption time of the tunnel, unix time in nanosecond.

Link copied to clipboard

The stage of OTS tunnel, valid values: InitBaseDataAndStreamShard, ProcessBaseData, ProcessStream.

Link copied to clipboard

The type of the OTS tunnel, valid values: BaseAndStream, BaseData, Stream.