public abstract class Endpoint extends Object
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<PortConfig> |
exposedPorts() |
abstract com.google.common.collect.ImmutableList<PortConfig> |
ports() |
abstract EndpointSpec |
spec() |
abstract com.google.common.collect.ImmutableList<EndpointVirtualIp> |
virtualIps() |
public abstract EndpointSpec spec()
@Nullable public abstract com.google.common.collect.ImmutableList<PortConfig> exposedPorts()
@Nullable public abstract com.google.common.collect.ImmutableList<PortConfig> ports()
@Nullable public abstract com.google.common.collect.ImmutableList<EndpointVirtualIp> virtualIps()
Copyright © 2018. All rights reserved.