Uses of Class
org.jclouds.docker.domain.NetworkSettings.Details
-
Packages that use NetworkSettings.Details Package Description org.jclouds.docker.domain -
-
Uses of NetworkSettings.Details in org.jclouds.docker.domain
Methods in org.jclouds.docker.domain that return NetworkSettings.Details Modifier and Type Method Description abstract NetworkSettings.Details
NetworkSettings.Details.Builder. build()
static NetworkSettings.Details
NetworkSettings.Details. create(String endpointId, String gateway, String ipAddress, int ipPrefixLen, String ipv6Gateway, String globalIPv6Address, int globalIPv6PrefixLen, String macAddress)
Methods in org.jclouds.docker.domain that return types with arguments of type NetworkSettings.Details Modifier and Type Method Description abstract Map<String,NetworkSettings.Details>
NetworkSettings. networks()
Method parameters in org.jclouds.docker.domain with type arguments of type NetworkSettings.Details Modifier and Type Method Description NetworkSettings.Builder
NetworkSettings.Builder. networks(Map<String,NetworkSettings.Details> networks)
-