NetworkBinding.Builder |
NetworkBinding.Builder.bindIP(String bindIP) |
The IP address that the container is bound to on the container instance.
|
static NetworkBinding.Builder |
NetworkBinding.builder() |
|
NetworkBinding.Builder |
NetworkBinding.Builder.containerPort(Integer containerPort) |
The port number on the container that's used with the network binding.
|
NetworkBinding.Builder |
NetworkBinding.Builder.containerPortRange(String containerPortRange) |
The port number range on the container that's bound to the dynamically mapped host port range.
|
NetworkBinding.Builder |
NetworkBinding.Builder.hostPort(Integer hostPort) |
The port number on the host that's used with the network binding.
|
NetworkBinding.Builder |
NetworkBinding.Builder.hostPortRange(String hostPortRange) |
The port number range on the host that's used with the network binding.
|
NetworkBinding.Builder |
NetworkBinding.Builder.protocol(String protocol) |
The protocol used for the network binding.
|
NetworkBinding.Builder |
NetworkBinding.Builder.protocol(TransportProtocol protocol) |
The protocol used for the network binding.
|
NetworkBinding.Builder |
NetworkBinding.toBuilder() |
|