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
/
NetworkContainer
Network
Container
@
Serializable
data
class
NetworkContainer
(
val
name
:
String
?
=
null
,
val
endpointID
:
String
?
=
null
,
val
macAddress
:
String
?
=
null
,
val
ipv4Address
:
String
?
=
null
,
val
ipv6Address
:
String
?
=
null
)
Parameters
name
endpoint
ID
mac
Address
ipv4Address
ipv6Address
Members
Constructors
Network
Container
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
endpointID
:
String
?
=
null
,
macAddress
:
String
?
=
null
,
ipv4Address
:
String
?
=
null
,
ipv6Address
:
String
?
=
null
)
Properties
endpoint
ID
Link copied to clipboard
@
SerialName
(
value
=
"EndpointID"
)
val
endpointID
:
String
?
ipv4Address
Link copied to clipboard
@
SerialName
(
value
=
"IPv4Address"
)
val
ipv4Address
:
String
?
ipv6Address
Link copied to clipboard
@
SerialName
(
value
=
"IPv6Address"
)
val
ipv6Address
:
String
?
mac
Address
Link copied to clipboard
@
SerialName
(
value
=
"MacAddress"
)
val
macAddress
:
String
?
name
Link copied to clipboard
@
SerialName
(
value
=
"Name"
)
val
name
:
String
?