SystemInfoDefaultAddressPoolsInner

@Serializable
data class SystemInfoDefaultAddressPoolsInner(val base: String? = null, val propertySize: Int? = null)

Parameters

base

The network address in CIDR format

propertySize

The network pool size

Constructors

Link copied to clipboard
constructor(base: String? = null, propertySize: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "Base")
val base: String?
Link copied to clipboard
@SerialName(value = "Size")
val propertySize: Int?