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
/
ServiceEndpointVirtualIPsInner
Service
Endpoint
Virtual
IPs
Inner
@
Serializable
data
class
ServiceEndpointVirtualIPsInner
(
val
networkID
:
String
?
=
null
,
val
addr
:
String
?
=
null
)
Parameters
network
ID
addr
Members
Constructors
Service
Endpoint
Virtual
IPs
Inner
Link copied to clipboard
constructor
(
networkID
:
String
?
=
null
,
addr
:
String
?
=
null
)
Properties
addr
Link copied to clipboard
@
SerialName
(
value
=
"Addr"
)
val
addr
:
String
?
network
ID
Link copied to clipboard
@
SerialName
(
value
=
"NetworkID"
)
val
networkID
:
String
?