public class Network extends DockerObject implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Network.ContainerNetworkConfig |
static class |
Network.Ipam |
Constructor and Description |
---|
Network() |
Modifier and Type | Method and Description |
---|---|
Map<String,Network.ContainerNetworkConfig> |
getContainers() |
Date |
getCreated() |
String |
getDriver() |
Boolean |
getEnableIPv6() |
String |
getId() |
Boolean |
getInternal() |
Network.Ipam |
getIpam() |
Map<String,String> |
getLabels() |
String |
getName() |
Map<String,String> |
getOptions() |
String |
getScope() |
Boolean |
isAttachable() |
getRawValues
public String getId()
public Date getCreated()
public String getName()
public String getScope()
public String getDriver()
public Boolean getEnableIPv6()
public Boolean getInternal()
public Network.Ipam getIpam()
public Map<String,Network.ContainerNetworkConfig> getContainers()
public Boolean isAttachable()
Copyright © 2025. All rights reserved.