GetGatewaysGatewayGatewayInstance

data class GetGatewaysGatewayGatewayInstance(val connectEndpointType: String, val currentDaemonVersion: String, val currentVersion: String, val endPoint: String, val gatewayInstanceId: String, val gatewayInstanceStatus: String, val lastUpdateTime: String, val localIp: String, val message: String, val outputIp: String)

Constructors

Link copied to clipboard
constructor(connectEndpointType: String, currentDaemonVersion: String, currentVersion: String, endPoint: String, gatewayInstanceId: String, gatewayInstanceStatus: String, lastUpdateTime: String, localIp: String, message: String, outputIp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connection type of Gateway instance.

Link copied to clipboard

The process of version number of Gateway instance.

Link copied to clipboard

The version of Gateway instance.

Link copied to clipboard

The endpoint address of Gateway instance.

Link copied to clipboard

The id of Gateway instance.

Link copied to clipboard

The status of Gateway instance. Valid values: EXCEPTION, NEW, RUNNING, STOPPED.

Link copied to clipboard

The last Updated time stamp of Gateway instance.

Link copied to clipboard

The Local IP ADDRESS of Gateway instance.

Link copied to clipboard

The prompt information of Gateway instance.

Link copied to clipboard

The host of Gateway instance.