Uses of Class
com.softlayer.api.service.network.component.Group
Package | Description |
---|---|
com.softlayer.api.service.network |
-
Uses of Group in com.softlayer.api.service.network
Fields in com.softlayer.api.service.network declared as Group Modifier and Type Field Description protected Group
Component. networkComponentGroup
A network component's associated group.Methods in com.softlayer.api.service.network that return Group Modifier and Type Method Description Group
Component. getNetworkComponentGroup()
Group
Component.Service. getNetworkComponentGroup()
A network component's associated group.Methods in com.softlayer.api.service.network that return types with arguments of type Group Modifier and Type Method Description Future<Group>
Component.ServiceAsync. getNetworkComponentGroup()
Async version ofComponent.Service.getNetworkComponentGroup()
Methods in com.softlayer.api.service.network with parameters of type Group Modifier and Type Method Description void
Component. setNetworkComponentGroup(Group networkComponentGroup)
Method parameters in com.softlayer.api.service.network with type arguments of type Group Modifier and Type Method Description Future<?>
Component.ServiceAsync. getNetworkComponentGroup(ResponseHandler<Group> callback)
Async callback version ofComponent.Service.getNetworkComponentGroup()