com.kpelykh.docker.client.model
Class ContainerInspectResponse
java.lang.Object
com.kpelykh.docker.client.model.ContainerInspectResponse
public class ContainerInspectResponse
- extends Object
- Author:
- Konstantin Pelykh ([email protected])
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config
public ContainerConfig config
ContainerInspectResponse
public ContainerInspectResponse()
getId
public String getId()
setId
public void setId(String id)
getCreated
public String getCreated()
setCreated
public void setCreated(String created)
getPath
public String getPath()
setPath
public void setPath(String path)
getArgs
public String[] getArgs()
setArgs
public void setArgs(String[] args)
getConfig
public ContainerConfig getConfig()
setConfig
public void setConfig(ContainerConfig config)
getState
public ContainerInspectResponse.ContainerState getState()
setState
public void setState(ContainerInspectResponse.ContainerState state)
getImageId
public String getImageId()
setImageId
public void setImageId(String image)
getNetworkSettings
public ContainerInspectResponse.NetworkSettings getNetworkSettings()
setNetworkSettings
public void setNetworkSettings(ContainerInspectResponse.NetworkSettings networkSettings)
getSysInitPath
public String getSysInitPath()
setSysInitPath
public void setSysInitPath(String sysInitPath)
getResolvConfPath
public String getResolvConfPath()
setResolvConfPath
public void setResolvConfPath(String resolvConfPath)
getVolumes
public Map<String,String> getVolumes()
setVolumes
public void setVolumes(Map<String,String> volumes)
getVolumesRW
public Map<String,String> getVolumesRW()
setVolumesRW
public void setVolumesRW(Map<String,String> volumesRW)
getHostnamePath
public String getHostnamePath()
setHostnamePath
public void setHostnamePath(String hostnamePath)
getHostsPath
public String getHostsPath()
setHostsPath
public void setHostsPath(String hostsPath)
getName
public String getName()
setName
public void setName(String name)
getDriver
public String getDriver()
setDriver
public void setDriver(String driver)
getHostConfig
public HostConfig getHostConfig()
setHostConfig
public void setHostConfig(HostConfig hostConfig)
setExecDriver
public void setExecDriver(String execDriver)
getExecDriver
public String getExecDriver()
getMountLabel
public String getMountLabel()
setMountLabel
public void setMountLabel(String mountLabel)
Copyright © 2014. All rights reserved.