IPPoolResponse

data class IPPoolResponse(val end: String? = null, val info: IPPoolInfoResponse? = null, val ipPoolType: String? = null, val name: String? = null, val start: String? = null)

Constructors

Link copied to clipboard
constructor(end: String? = null, info: IPPoolInfoResponse? = null, ipPoolType: String? = null, name: String? = null, start: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: String? = null

end of the ip address pool

Link copied to clipboard
Link copied to clipboard
val ipPoolType: String? = null

ip pool type

Link copied to clipboard
val name: String? = null

Name of the IP-Pool

Link copied to clipboard
val start: String? = null

start of the ip address pool