public class InspectContainerResponse extends Object
Modifier and Type | Class and Description |
---|---|
class |
InspectContainerResponse.ContainerState |
class |
InspectContainerResponse.NetworkSettings |
Constructor and Description |
---|
InspectContainerResponse() |
Modifier and Type | Method and Description |
---|---|
String[] |
getArgs() |
ContainerConfig |
getConfig() |
String |
getCreated() |
String |
getDriver() |
String |
getExecDriver() |
List<String> |
getExecIds() |
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() |
VolumeBind[] |
getVolumes() |
Volume[] |
getVolumesRW() |
String |
toString() |
public String getId()
public String getCreated()
public String getPath()
public String getProcessLabel()
public String[] getArgs()
public ContainerConfig getConfig()
public InspectContainerResponse.ContainerState getState()
public String getImageId()
public InspectContainerResponse.NetworkSettings getNetworkSettings()
public String getResolvConfPath()
public VolumeBind[] getVolumes()
public Volume[] getVolumesRW()
public String getHostnamePath()
public String getHostsPath()
public String getName()
public String getDriver()
public HostConfig getHostConfig()
public String getExecDriver()
public String getMountLabel()
Copyright © 2015. All Rights Reserved.