Uses of Class
com.softlayer.api.service.Network
Package | Description |
---|---|
com.softlayer.api.service | |
com.softlayer.api.service.container.product.order | |
com.softlayer.api.service.network |
-
Uses of Network in com.softlayer.api.service
Methods in com.softlayer.api.service that return Network Modifier and Type Method Description Network
Network.Service. getObject()
Methods in com.softlayer.api.service that return types with arguments of type Network Modifier and Type Method Description Future<Network>
Network.ServiceAsync. getObject()
Async version ofNetwork.Service.getObject()
Method parameters in com.softlayer.api.service with type arguments of type Network Modifier and Type Method Description Future<?>
Network.ServiceAsync. getObject(ResponseHandler<Network> callback)
-
Uses of Network in com.softlayer.api.service.container.product.order
Fields in com.softlayer.api.service.container.product.order declared as Network Modifier and Type Field Description protected Network
Network. network
The [[SoftLayer_Network]] object.Methods in com.softlayer.api.service.container.product.order that return Network Modifier and Type Method Description Network
Network. getNetwork()
Methods in com.softlayer.api.service.container.product.order with parameters of type Network Modifier and Type Method Description void
Network. setNetwork(Network network)
-
Uses of Network in com.softlayer.api.service.network
Fields in com.softlayer.api.service.network declared as Network Modifier and Type Field Description protected Network
Vlan. network
The network in which this VLAN resides.Methods in com.softlayer.api.service.network that return Network Modifier and Type Method Description Network
Vlan. getNetwork()
Network
Vlan.Service. getNetwork()
The network in which this VLAN resides.Methods in com.softlayer.api.service.network that return types with arguments of type Network Modifier and Type Method Description Future<Network>
Vlan.ServiceAsync. getNetwork()
Async version ofVlan.Service.getNetwork()
Methods in com.softlayer.api.service.network with parameters of type Network Modifier and Type Method Description void
Vlan. setNetwork(Network network)
Method parameters in com.softlayer.api.service.network with type arguments of type Network Modifier and Type Method Description Future<?>
Vlan.ServiceAsync. getNetwork(ResponseHandler<Network> callback)
Async callback version ofVlan.Service.getNetwork()