com.github.dockerjava.api.command
Class InspectContainerResponse

java.lang.Object
  extended by com.github.dockerjava.api.command.InspectContainerResponse

public class InspectContainerResponse
extends Object

Author:
Konstantin Pelykh ([email protected])

Nested Class Summary
 class InspectContainerResponse.ContainerState
           
 class InspectContainerResponse.HostConfig
           
 class InspectContainerResponse.NetworkSettings
           
 
Constructor Summary
InspectContainerResponse()
           
 
Method Summary
 String[] getArgs()
           
 ContainerConfig getConfig()
           
 String getCreated()
           
 String getDriver()
           
 String getExecDriver()
           
 InspectContainerResponse.HostConfig getHostConfig()
           
 String getHostnamePath()
           
 String getHostsPath()
           
 String getId()
           
 String getImageId()
           
 String getMountLabel()
           
 String getName()
           
 InspectContainerResponse.NetworkSettings getNetworkSettings()
           
 String getPath()
           
 String getProcessLabel()
           
 String getResolvConfPath()
           
 InspectContainerResponse.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

InspectContainerResponse

public InspectContainerResponse()
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 InspectContainerResponse.ContainerState getState()

getImageId

public String getImageId()

getNetworkSettings

public InspectContainerResponse.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 InspectContainerResponse.HostConfig getHostConfig()

getExecDriver

public String getExecDriver()

getMountLabel

public String getMountLabel()


Copyright © 2014. All rights reserved.