com.github.dockerjava.api.command
Class InspectContainerResponse.HostConfig

java.lang.Object
  extended by com.github.dockerjava.api.command.InspectContainerResponse.HostConfig
Enclosing class:
InspectContainerResponse

public class InspectContainerResponse.HostConfig
extends Object


Constructor Summary
InspectContainerResponse.HostConfig()
           
 
Method Summary
 String[] getBinds()
           
 String[] getCapAdd()
           
 String[] getCapDrop()
           
 String getContainerIDFile()
           
 Device[] getDevices()
           
 String[] getDns()
           
 String getDnsSearch()
           
 String[] getLinks()
           
 LxcConf[] getLxcConf()
           
 String getNetworkMode()
           
 Ports getPortBindings()
           
 RestartPolicy getRestartPolicy()
           
 String[] getVolumesFrom()
           
 boolean isPrivileged()
           
 boolean isPublishAllPorts()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InspectContainerResponse.HostConfig

public InspectContainerResponse.HostConfig()
Method Detail

getBinds

public String[] getBinds()

getLxcConf

public LxcConf[] getLxcConf()

getPortBindings

public Ports getPortBindings()

isPublishAllPorts

public boolean isPublishAllPorts()

isPrivileged

public boolean isPrivileged()

getDns

public String[] getDns()

getVolumesFrom

public String[] getVolumesFrom()

getContainerIDFile

public String getContainerIDFile()

getDnsSearch

public String getDnsSearch()

getLinks

public String[] getLinks()

getNetworkMode

public String getNetworkMode()

getDevices

public Device[] getDevices()

getRestartPolicy

public RestartPolicy getRestartPolicy()

getCapAdd

public String[] getCapAdd()

getCapDrop

public String[] getCapDrop()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.