Interface PortConfig
@Immutable
public interface PortConfig
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic enum -
Field Summary
Fields -
Method Summary
-
Field Details
-
PROTOCOL_TCP
- See Also:
-
PROTOCOL_UDP
- See Also:
-
-
Method Details
-
name
String name() -
protocol
String protocol() -
targetPort
Integer targetPort() -
publishedPort
Integer publishedPort() -
publishMode
PortConfig.PortConfigPublishMode publishMode() -
builder
-