public abstract class NetworkConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkConfig.Builder |
| Constructor and Description |
|---|
NetworkConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
attachable() |
static NetworkConfig.Builder |
builder() |
abstract Boolean |
checkDuplicate() |
abstract String |
driver() |
abstract Boolean |
enableIPv6() |
abstract Boolean |
internal() |
abstract Ipam |
ipam() |
abstract com.google.common.collect.ImmutableMap<String,String> |
labels() |
abstract String |
name() |
abstract com.google.common.collect.ImmutableMap<String,String> |
options() |
public abstract String name()
public static NetworkConfig.Builder builder()
Copyright © 2018. All rights reserved.