public class ContainerDetial extends Object
| 构造器和说明 |
|---|
ContainerDetial() |
public String getImage()
public void setImage(String image)
public String getResolvConfPath()
public void setResolvConfPath(String resolvConfPath)
public String getHostnamePath()
public void setHostnamePath(String hostnamePath)
public String getHostsPath()
public void setHostsPath(String hostsPath)
public String getLogPath()
public void setLogPath(String logPath)
public String getName()
public void setName(String name)
public Integer getRestartCount()
public void setRestartCount(Integer restartCount)
public String getDriver()
public void setDriver(String driver)
public String getMountLabel()
public void setMountLabel(String mountLabel)
public String getProcessLabel()
public void setProcessLabel(String processLabel)
public String getAppArmorProfile()
public void setAppArmorProfile(String appArmorProfile)
public String getId()
public void setId(String id)
public String getCreated()
public void setCreated(String created)
public String getPath()
public void setPath(String path)
public State getState()
public void setState(State state)
public HostConfig getHostConfig()
public void setHostConfig(HostConfig hostConfig)
public GraphDriver getGraphDriver()
public void setGraphDriver(GraphDriver graphDriver)
public Config getConfig()
public void setConfig(Config config)
public NetworkSettings getNetworkSettings()
public void setNetworkSettings(NetworkSettings networkSettings)
public static ContainerDetial load(String jsonStr) throws ParseException, ReflectiveOperationException
Copyright © 2017 Voovan. All rights reserved.