com.kpelykh.docker.client.model
Class ContainerInspectResponse

java.lang.Object
  extended by com.kpelykh.docker.client.model.ContainerInspectResponse

public class ContainerInspectResponse
extends Object

Author:
Konstantin Pelykh ([email protected])

Nested Class Summary
 class ContainerInspectResponse.ContainerState
           
 class ContainerInspectResponse.NetworkSettings
           
 
Field Summary
 ContainerConfig config
           
 
Constructor Summary
ContainerInspectResponse()
           
 
Method Summary
 String[] getArgs()
           
 ContainerConfig getConfig()
           
 String getCreated()
           
 String getDriver()
           
 String getExecDriver()
           
 HostConfig getHostConfig()
           
 String getHostnamePath()
           
 String getHostsPath()
           
 String getId()
           
 String getImageId()
           
 String getMountLabel()
           
 String getName()
           
 ContainerInspectResponse.NetworkSettings getNetworkSettings()
           
 String getPath()
           
 String getResolvConfPath()
           
 ContainerInspectResponse.ContainerState getState()
           
 String getSysInitPath()
           
 Map<String,String> getVolumes()
           
 Map<String,String> getVolumesRW()
           
 void setArgs(String[] args)
           
 void setConfig(ContainerConfig config)
           
 void setCreated(String created)
           
 void setDriver(String driver)
           
 void setExecDriver(String execDriver)
           
 void setHostConfig(HostConfig hostConfig)
           
 void setHostnamePath(String hostnamePath)
           
 void setHostsPath(String hostsPath)
           
 void setId(String id)
           
 void setImageId(String image)
           
 void setMountLabel(String mountLabel)
           
 void setName(String name)
           
 void setNetworkSettings(ContainerInspectResponse.NetworkSettings networkSettings)
           
 void setPath(String path)
           
 void setResolvConfPath(String resolvConfPath)
           
 void setState(ContainerInspectResponse.ContainerState state)
           
 void setSysInitPath(String sysInitPath)
           
 void setVolumes(Map<String,String> volumes)
           
 void setVolumesRW(Map<String,String> volumesRW)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

public ContainerConfig config
Constructor Detail

ContainerInspectResponse

public ContainerInspectResponse()
Method Detail

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.