public class DoneableEndpointSettings extends EndpointSettingsFluentImpl<DoneableEndpointSettings> implements Doneable<EndpointSettings>
| Constructor and Description |
|---|
DoneableEndpointSettings(EndpointSettings item) |
DoneableEndpointSettings(EndpointSettings item,
io.fabric8.docker.api.builder.Function<EndpointSettings,EndpointSettings> function) |
DoneableEndpointSettings(io.fabric8.docker.api.builder.Function<EndpointSettings,EndpointSettings> function) |
| Modifier and Type | Method and Description |
|---|---|
EndpointSettings |
done() |
equals, getEndpointID, getGateway, getGlobalIPv6Address, getGlobalIPv6PrefixLen, getIPAddress, getIPPrefixLen, getIPv6Gateway, getMacAddress, hasEndpointID, hasGateway, hasGlobalIPv6Address, hasGlobalIPv6PrefixLen, hasIPAddress, hasIPPrefixLen, hasIPv6Gateway, hasMacAddress, withEndpointID, withGateway, withGlobalIPv6Address, withGlobalIPv6PrefixLen, withIPAddress, withIPPrefixLen, withIPv6Gateway, withMacAddresspublic DoneableEndpointSettings(io.fabric8.docker.api.builder.Function<EndpointSettings,EndpointSettings> function)
public DoneableEndpointSettings(EndpointSettings item, io.fabric8.docker.api.builder.Function<EndpointSettings,EndpointSettings> function)
public DoneableEndpointSettings(EndpointSettings item)
public EndpointSettings done()
done in interface Doneable<EndpointSettings>Copyright © 2015–2017 Red Hat. All rights reserved.