IPPoolResponse

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

Describes IPPool

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

IPPool info

Link copied to clipboard
val ipPoolType: String? = null

Type of the IP Pool vm, vippool

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