Uses of Class
org.jclouds.softlayer.domain.Network.EditNetwork
-
Packages that use Network.EditNetwork Package Description org.jclouds.softlayer.domain org.jclouds.softlayer.features -
-
Uses of Network.EditNetwork in org.jclouds.softlayer.domain
Methods in org.jclouds.softlayer.domain that return Network.EditNetwork Modifier and Type Method Description Network.EditNetwork
Network.EditNetwork.Builder. build()
-
Uses of Network.EditNetwork in org.jclouds.softlayer.features
Method parameters in org.jclouds.softlayer.features with type arguments of type Network.EditNetwork Modifier and Type Method Description boolean
NetworkApi. editNetwork(long id, List<Network.EditNetwork> networkToBeEdited)
modifies a network with the given id
-