Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
PortConfig[] |
Endpoint.getPorts() |
PortConfig |
PortConfig.withName(String name) |
PortConfig |
PortConfig.withProtocol(PortConfigProtocol protocol) |
PortConfig |
PortConfig.withPublishedPort(int publishedPort) |
PortConfig |
PortConfig.withPublishMode(PortConfig.PublishMode publishMode) |
PortConfig |
PortConfig.withTargetPort(int targetPort) |
Modifier and Type | Method and Description |
---|---|
List<PortConfig> |
EndpointSpec.getPorts() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.withPorts(PortConfig[] ports) |
Modifier and Type | Method and Description |
---|---|
EndpointSpec |
EndpointSpec.withPorts(List<PortConfig> ports) |
Copyright © 2021. All rights reserved.