Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client.model
/
SystemInfoDefaultAddressPoolsInner
System
Info
Default
Address
Pools
Inner
@
Serializable
data
class
SystemInfoDefaultAddressPoolsInner
(
val
base
:
String
?
=
null
,
val
propertySize
:
Int
?
=
null
)
Parameters
base
The network address in CIDR format
property
Size
The network pool size
Members
Constructors
System
Info
Default
Address
Pools
Inner
Link copied to clipboard
constructor
(
base
:
String
?
=
null
,
propertySize
:
Int
?
=
null
)
Properties
base
Link copied to clipboard
@
SerialName
(
value
=
"Base"
)
val
base
:
String
?
property
Size
Link copied to clipboard
@
SerialName
(
value
=
"Size"
)
val
propertySize
:
Int
?