public interface NetworkResourceFluent<T extends NetworkResourceFluent<T>> extends Fluent<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkResourceFluent.IPAMNested<N> |
T addToContainers(String key, EndpointResource value)
T addToContainers(Map<String,EndpointResource> map)
T removeFromContainers(Map<String,EndpointResource> map)
Map<String,EndpointResource> getContainers()
T withContainers(Map<String,EndpointResource> Containers)
String getDriver()
IPAM getIPAM()
NetworkResourceFluent.IPAMNested<T> withNewIPAM()
NetworkResourceFluent.IPAMNested<T> withNewIPAMLike(IPAM item)
NetworkResourceFluent.IPAMNested<T> editIPAM()
String getId()
String getName()
String getScope()
Copyright © 2015–2016 Red Hat. All rights reserved.