com.github.dockerjava.client.model
Class ContainerInspectResponse.NetworkSettings

java.lang.Object
  extended by com.github.dockerjava.client.model.ContainerInspectResponse.NetworkSettings
Enclosing class:
ContainerInspectResponse

public class ContainerInspectResponse.NetworkSettings
extends Object


Constructor Summary
ContainerInspectResponse.NetworkSettings()
           
 
Method Summary
 String getBridge()
           
 String getGateway()
           
 String getIpAddress()
           
 int getIpPrefixLen()
           
 Map<String,Map<String,String>> getPortMapping()
           
 Ports getPorts()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerInspectResponse.NetworkSettings

public ContainerInspectResponse.NetworkSettings()
Method Detail

getIpAddress

public String getIpAddress()

getIpPrefixLen

public int getIpPrefixLen()

getGateway

public String getGateway()

getBridge

public String getBridge()

getPortMapping

public Map<String,Map<String,String>> getPortMapping()

getPorts

public Ports getPorts()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.