com.github.dockerjava.api.command
Class InspectContainerResponse.NetworkSettings
java.lang.Object
com.github.dockerjava.api.command.InspectContainerResponse.NetworkSettings
- Enclosing class:
- InspectContainerResponse
public class InspectContainerResponse.NetworkSettings
- extends Object
InspectContainerResponse.NetworkSettings
public InspectContainerResponse.NetworkSettings()
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.