public class DoneableDefaultNetworkSettings extends DefaultNetworkSettingsFluentImpl<DoneableDefaultNetworkSettings> implements Doneable<DefaultNetworkSettings>
| Constructor and Description |
|---|
DoneableDefaultNetworkSettings(DefaultNetworkSettings item) |
DoneableDefaultNetworkSettings(DefaultNetworkSettings item,
io.fabric8.docker.api.builder.Function<DefaultNetworkSettings,DefaultNetworkSettings> function) |
DoneableDefaultNetworkSettings(io.fabric8.docker.api.builder.Function<DefaultNetworkSettings,DefaultNetworkSettings> function) |
| Modifier and Type | Method and Description |
|---|---|
DefaultNetworkSettings |
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 DoneableDefaultNetworkSettings(io.fabric8.docker.api.builder.Function<DefaultNetworkSettings,DefaultNetworkSettings> function)
public DoneableDefaultNetworkSettings(DefaultNetworkSettings item, io.fabric8.docker.api.builder.Function<DefaultNetworkSettings,DefaultNetworkSettings> function)
public DoneableDefaultNetworkSettings(DefaultNetworkSettings item)
public DefaultNetworkSettings done()
done in interface Doneable<DefaultNetworkSettings>Copyright © 2015–2017 Red Hat. All rights reserved.