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
/
IPAMConfig
IPAMConfig
@
Serializable
data
class
IPAMConfig
(
val
subnet
:
String
?
=
null
,
val
ipRange
:
String
?
=
null
,
val
gateway
:
String
?
=
null
,
val
auxiliaryAddresses
:
Map
<
String
,
String
>
?
=
null
)
Parameters
subnet
ip
Range
gateway
auxiliary
Addresses
Members
Constructors
IPAMConfig
Link copied to clipboard
constructor
(
subnet
:
String
?
=
null
,
ipRange
:
String
?
=
null
,
gateway
:
String
?
=
null
,
auxiliaryAddresses
:
Map
<
String
,
String
>
?
=
null
)
Properties
auxiliary
Addresses
Link copied to clipboard
@
SerialName
(
value
=
"AuxiliaryAddresses"
)
val
auxiliaryAddresses
:
Map
<
String
,
String
>
?
gateway
Link copied to clipboard
@
SerialName
(
value
=
"Gateway"
)
val
gateway
:
String
?
ip
Range
Link copied to clipboard
@
SerialName
(
value
=
"IPRange"
)
val
ipRange
:
String
?
subnet
Link copied to clipboard
@
SerialName
(
value
=
"Subnet"
)
val
subnet
:
String
?