com.github.dockerjava.client.model
Class ContainerInspectResponse

java.lang.Object
  extended by com.github.dockerjava.client.model.ContainerInspectResponse

public class ContainerInspectResponse
extends Object

Author:
Konstantin Pelykh ([email protected])

Nested Class Summary
 class ContainerInspectResponse.ContainerState
           
 class ContainerInspectResponse.HostConfig
           
 class ContainerInspectResponse.NetworkSettings
           
 
Constructor Summary
ContainerInspectResponse()
           
 
Method Summary
 String[] getArgs()
           
 ContainerConfig getConfig()
           
 String getCreated()
           
 String getDriver()
           
 String getExecDriver()
           
 ContainerInspectResponse.HostConfig getHostConfig()
           
 String getHostnamePath()
           
 String getHostsPath()
           
 String getId()
           
 String getImageId()
           
 String getMountLabel()
           
 String getName()
           
 ContainerInspectResponse.NetworkSettings getNetworkSettings()
           
 String getPath()
           
 String getProcessLabel()
           
 String getResolvConfPath()
           
 ContainerInspectResponse.ContainerState getState()
           
 Volume[] getVolumes()
           
 Volume[] getVolumesRW()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerInspectResponse

public ContainerInspectResponse()
Method Detail

getId

public String getId()

getCreated

public String getCreated()

getPath

public String getPath()

getProcessLabel

public String getProcessLabel()

getArgs

public String[] getArgs()

getConfig

public ContainerConfig getConfig()

getState

public ContainerInspectResponse.ContainerState getState()

getImageId

public String getImageId()

getNetworkSettings

public ContainerInspectResponse.NetworkSettings getNetworkSettings()

getResolvConfPath

public String getResolvConfPath()

getVolumes

public Volume[] getVolumes()

getVolumesRW

public Volume[] getVolumesRW()

getHostnamePath

public String getHostnamePath()

getHostsPath

public String getHostsPath()

getName

public String getName()

getDriver

public String getDriver()

getHostConfig

public ContainerInspectResponse.HostConfig getHostConfig()

getExecDriver

public String getExecDriver()

getMountLabel

public String getMountLabel()


Copyright © 2014. All rights reserved.