GetGatewaysGateway

data class GetGatewaysGateway(val createTime: String, val gatewayDesc: String, val gatewayInstances: List<GetGatewaysGatewayGatewayInstance>, val gatewayName: String, val hosts: String, val id: String, val modifiedTime: String, val parentId: String, val status: String, val userId: String)

Constructors

Link copied to clipboard
constructor(createTime: String, gatewayDesc: String, gatewayInstances: List<GetGatewaysGatewayGatewayInstance>, gatewayName: String, hosts: String, id: String, modifiedTime: String, parentId: String, status: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of Gateway.

Link copied to clipboard

The description of Gateway.

Link copied to clipboard

The name of the Gateway.

Link copied to clipboard

A host of information.

Link copied to clipboard
val id: String

The ID of Gateway.

Link copied to clipboard

The Modify time of Gateway.

Link copied to clipboard

The parent node Id of Gateway.

Link copied to clipboard

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

Link copied to clipboard

The user's id.