com.github.dockerjava.api.command
Class InspectContainerResponse
java.lang.Object
com.github.dockerjava.api.command.InspectContainerResponse
public class InspectContainerResponse
- 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 |
InspectContainerResponse
public InspectContainerResponse()
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 VolumeBind[] 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.