public interface PortFluent<A extends PortFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getIP() |
Integer |
getPrivatePort() |
Integer |
getPublicPort() |
String |
getType() |
Boolean |
hasIP() |
Boolean |
hasPrivatePort() |
Boolean |
hasPublicPort() |
Boolean |
hasType() |
A |
withIP(String IP) |
A |
withPrivatePort(Integer PrivatePort) |
A |
withPublicPort(Integer PublicPort) |
A |
withType(String Type) |
Copyright © 2015–2017 Red Hat. All rights reserved.