Class PortBinding
java.lang.Object
com.spotify.docker.client.messages.PortBinding
- Direct Known Subclasses:
AutoValue_PortBinding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PortBinding
abstract String
hostIp()
abstract String
hostPort()
static PortBinding
Deprecated.static PortBinding
static PortBinding
static PortBinding
randomPort
(String ip)
-
Constructor Details
-
PortBinding
public PortBinding()
-
-
Method Details
-
hostIp
-
hostPort
-
hostPort
Deprecated.As of release 7.0.0, replaced byof(String, String)
. -
of
-
of
-
randomPort
-
create
-
of(String, String)
.