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
/
EndpointIPAMConfig
Endpoint
IPAMConfig
@
Serializable
data
class
EndpointIPAMConfig
(
val
ipv4Address
:
String
?
=
null
,
val
ipv6Address
:
String
?
=
null
,
val
linkLocalIPs
:
List
<
String
>
?
=
null
)
EndpointIPAMConfig represents an endpoint's IPAM configuration.
Parameters
ipv4Address
ipv6Address
link
Local
IPs
Members
Constructors
Endpoint
IPAMConfig
Link copied to clipboard
constructor
(
ipv4Address
:
String
?
=
null
,
ipv6Address
:
String
?
=
null
,
linkLocalIPs
:
List
<
String
>
?
=
null
)
Properties
ipv4Address
Link copied to clipboard
@
SerialName
(
value
=
"IPv4Address"
)
val
ipv4Address
:
String
?
ipv6Address
Link copied to clipboard
@
SerialName
(
value
=
"IPv6Address"
)
val
ipv6Address
:
String
?
link
Local
IPs
Link copied to clipboard
@
SerialName
(
value
=
"LinkLocalIPs"
)
val
linkLocalIPs
:
List
<
String
>
?