GatewaySlbList

data class GatewaySlbList(val associateId: String? = null, val gatewaySlbMode: String? = null, val gatewaySlbStatus: String? = null, val gmtCreate: String? = null, val slbId: String? = null, val slbIp: String? = null, val slbPort: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(associateId: String? = null, gatewaySlbMode: String? = null, gatewaySlbStatus: String? = null, gmtCreate: String? = null, slbId: String? = null, slbIp: String? = null, slbPort: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val associateId: String? = null

The associate id.

Link copied to clipboard
val gatewaySlbMode: String? = null

The Mode of the gateway slb.

Link copied to clipboard

The Status of the gateway slb.

Link copied to clipboard
val gmtCreate: String? = null

The creation time of the gateway slb.

Link copied to clipboard
val slbId: String? = null

The ID of the gateway slb.

Link copied to clipboard
val slbIp: String? = null

The ip of the gateway slb.

Link copied to clipboard
val slbPort: String? = null

The port of the gateway slb.

Link copied to clipboard
val type: String? = null

The type of the gateway slb.