public interface ContainerPortFluent<T extends ContainerPortFluent<T>> extends Fluent<T>
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getContainerPort() |
String |
getHostIP() |
Integer |
getHostPort() |
String |
getName() |
String |
getProtocol() |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withContainerPort(Integer containerPort) |
T |
withHostIP(String hostIP) |
T |
withHostPort(Integer hostPort) |
T |
withName(String name) |
T |
withProtocol(String protocol) |
Copyright © 2011–2015 Red Hat. All rights reserved.