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
/
Address
Address
@
Serializable
data
class
Address
(
val
addr
:
String
?
=
null
,
val
prefixLen
:
Int
?
=
null
)
Address represents an IPv4 or IPv6 IP address.
Parameters
addr
IP address.
prefix
Len
Mask length of the IP address.
Members
Constructors
Address
Link copied to clipboard
constructor
(
addr
:
String
?
=
null
,
prefixLen
:
Int
?
=
null
)
Properties
addr
Link copied to clipboard
@
SerialName
(
value
=
"Addr"
)
val
addr
:
String
?
prefix
Len
Link copied to clipboard
@
SerialName
(
value
=
"PrefixLen"
)
val
prefixLen
:
Int
?