Uses of Class
com.softlayer.api.service.scale.Group
Package | Description |
---|---|
com.softlayer.api.service | |
com.softlayer.api.service.scale | |
com.softlayer.api.service.scale.group | |
com.softlayer.api.service.scale.network |
-
Uses of Group in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type Group Modifier and Type Field Description protected List<Group>
Account. scaleGroups
All scale groups on this account.Methods in com.softlayer.api.service that return types with arguments of type Group Modifier and Type Method Description List<Group>
Account. getScaleGroups()
List<Group>
Account.Service. getScaleGroups()
All scale groups on this account.Future<List<Group>>
Account.ServiceAsync. getScaleGroups()
Async version ofAccount.Service.getScaleGroups()
Method parameters in com.softlayer.api.service with type arguments of type Group Modifier and Type Method Description Future<?>
Account.ServiceAsync. getScaleGroups(ResponseHandler<List<Group>> callback)
Async callback version ofAccount.Service.getScaleGroups()
-
Uses of Group in com.softlayer.api.service.scale
Fields in com.softlayer.api.service.scale declared as Group Modifier and Type Field Description protected Group
Asset. scaleGroup
The group this asset belongs to.protected Group
LoadBalancer. scaleGroup
The group this load balancer configuration is for.protected Group
Member. scaleGroup
The group this member belongs to.protected Group
Policy. scaleGroup
The group this policy is on.Methods in com.softlayer.api.service.scale that return Group Modifier and Type Method Description Group
Group.Service. createObject(Group templateObject)
Create a scale group.Group
Group.Service. getObject()
Group
Asset. getScaleGroup()
Group
Asset.Service. getScaleGroup()
The group this asset belongs to.Group
LoadBalancer. getScaleGroup()
Group
LoadBalancer.Service. getScaleGroup()
The group this load balancer configuration is for.Group
Member. getScaleGroup()
Group
Member.Service. getScaleGroup()
The group this member belongs to.Group
Policy. getScaleGroup()
Group
Policy.Service. getScaleGroup()
The group this policy is on.Methods in com.softlayer.api.service.scale that return types with arguments of type Group Modifier and Type Method Description Future<Group>
Group.ServiceAsync. createObject(Group templateObject)
Async version ofGroup.Service.createObject(com.softlayer.api.service.scale.Group)
Future<Group>
Group.ServiceAsync. getObject()
Async version ofGroup.Service.getObject()
Future<Group>
Asset.ServiceAsync. getScaleGroup()
Async version ofAsset.Service.getScaleGroup()
Future<Group>
LoadBalancer.ServiceAsync. getScaleGroup()
Async version ofLoadBalancer.Service.getScaleGroup()
Future<Group>
Member.ServiceAsync. getScaleGroup()
Async version ofMember.Service.getScaleGroup()
Future<Group>
Policy.ServiceAsync. getScaleGroup()
Async version ofPolicy.Service.getScaleGroup()
Methods in com.softlayer.api.service.scale with parameters of type Group Modifier and Type Method Description Group
Group.Service. createObject(Group templateObject)
Create a scale group.Future<Group>
Group.ServiceAsync. createObject(Group templateObject)
Async version ofGroup.Service.createObject(com.softlayer.api.service.scale.Group)
Future<?>
Group.ServiceAsync. createObject(Group templateObject, ResponseHandler<Group> callback)
Boolean
Group.Service. editObject(Group templateObject)
Edit this group.Future<Boolean>
Group.ServiceAsync. editObject(Group templateObject)
Async version ofGroup.Service.editObject(com.softlayer.api.service.scale.Group)
Future<?>
Group.ServiceAsync. editObject(Group templateObject, ResponseHandler<Boolean> callback)
void
Asset. setScaleGroup(Group scaleGroup)
void
LoadBalancer. setScaleGroup(Group scaleGroup)
void
Member. setScaleGroup(Group scaleGroup)
void
Policy. setScaleGroup(Group scaleGroup)
Method parameters in com.softlayer.api.service.scale with type arguments of type Group Modifier and Type Method Description Future<?>
Group.ServiceAsync. createObject(Group templateObject, ResponseHandler<Group> callback)
Future<?>
Group.ServiceAsync. getObject(ResponseHandler<Group> callback)
Future<?>
Asset.ServiceAsync. getScaleGroup(ResponseHandler<Group> callback)
Async callback version ofAsset.Service.getScaleGroup()
Future<?>
LoadBalancer.ServiceAsync. getScaleGroup(ResponseHandler<Group> callback)
Async callback version ofLoadBalancer.Service.getScaleGroup()
Future<?>
Member.ServiceAsync. getScaleGroup(ResponseHandler<Group> callback)
Async callback version ofMember.Service.getScaleGroup()
Future<?>
Policy.ServiceAsync. getScaleGroup(ResponseHandler<Group> callback)
Async callback version ofPolicy.Service.getScaleGroup()
-
Uses of Group in com.softlayer.api.service.scale.group
Fields in com.softlayer.api.service.scale.group declared as Group Modifier and Type Field Description protected Group
Log. scaleGroup
The group this log refers to.Methods in com.softlayer.api.service.scale.group that return Group Modifier and Type Method Description Group
Log. getScaleGroup()
Methods in com.softlayer.api.service.scale.group with parameters of type Group Modifier and Type Method Description void
Log. setScaleGroup(Group scaleGroup)
-
Uses of Group in com.softlayer.api.service.scale.network
Fields in com.softlayer.api.service.scale.network declared as Group Modifier and Type Field Description protected Group
Vlan. scaleGroup
The group this network VLAN is for.Methods in com.softlayer.api.service.scale.network that return Group Modifier and Type Method Description Group
Vlan. getScaleGroup()
Group
Vlan.Service. getScaleGroup()
The group this network VLAN is for.Methods in com.softlayer.api.service.scale.network that return types with arguments of type Group Modifier and Type Method Description Future<Group>
Vlan.ServiceAsync. getScaleGroup()
Async version ofVlan.Service.getScaleGroup()
Methods in com.softlayer.api.service.scale.network with parameters of type Group Modifier and Type Method Description void
Vlan. setScaleGroup(Group scaleGroup)
Method parameters in com.softlayer.api.service.scale.network with type arguments of type Group Modifier and Type Method Description Future<?>
Vlan.ServiceAsync. getScaleGroup(ResponseHandler<Group> callback)
Async callback version ofVlan.Service.getScaleGroup()