Uses of Class
com.softlayer.api.service.configuration.storage.Group
Package | Description |
---|---|
com.softlayer.api.service | |
com.softlayer.api.service.configuration.storage | |
com.softlayer.api.service.hardware | |
com.softlayer.api.service.virtual.disk |
-
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>
Hardware. storageGroups
Methods in com.softlayer.api.service that return types with arguments of type Group Modifier and Type Method Description List<Group>
Hardware. getStorageGroups()
List<Group>
Hardware.Service. getStorageGroups()
Future<List<Group>>
Hardware.ServiceAsync. getStorageGroups()
Async version ofHardware.Service.getStorageGroups()
Method parameters in com.softlayer.api.service with type arguments of type Group Modifier and Type Method Description Future<?>
Hardware.ServiceAsync. getStorageGroups(ResponseHandler<List<Group>> callback)
Async callback version ofHardware.Service.getStorageGroups()
-
Uses of Group in com.softlayer.api.service.configuration.storage
Fields in com.softlayer.api.service.configuration.storage with type parameters of type Group Modifier and Type Field Description protected List<Group>
Group. ancestorGroups
This class represents a storage groups ancestorsprotected List<Group>
Group. descendantGroups
This class represents a storage groups descendantsMethods in com.softlayer.api.service.configuration.storage that return types with arguments of type Group Modifier and Type Method Description List<Group>
Group. getAncestorGroups()
List<Group>
Group. getDescendantGroups()
-
Uses of Group in com.softlayer.api.service.hardware
Fields in com.softlayer.api.service.hardware with type parameters of type Group Modifier and Type Field Description protected List<Group>
Component. logicalVolumeStorageGroups
Returns the associated logic volume storage groups for the hardware component.protected List<Group>
Server. logicalVolumeStorageGroups
Returns a list of logical volumes on the physical machine.Methods in com.softlayer.api.service.hardware that return types with arguments of type Group Modifier and Type Method Description List<Group>
Component. getLogicalVolumeStorageGroups()
List<Group>
Server. getLogicalVolumeStorageGroups()
List<Group>
Server.Service. getLogicalVolumeStorageGroups()
Returns a list of logical volumes on the physical machine.Future<List<Group>>
Server.ServiceAsync. getLogicalVolumeStorageGroups()
Async version ofServer.Service.getLogicalVolumeStorageGroups()
Method parameters in com.softlayer.api.service.hardware with type arguments of type Group Modifier and Type Method Description Future<?>
Server.ServiceAsync. getLogicalVolumeStorageGroups(ResponseHandler<List<Group>> callback)
Async callback version ofServer.Service.getLogicalVolumeStorageGroups()
-
Uses of Group in com.softlayer.api.service.virtual.disk
Fields in com.softlayer.api.service.virtual.disk declared as Group Modifier and Type Field Description protected Group
Image. diskImageStorageGroup
Fields in com.softlayer.api.service.virtual.disk with type parameters of type Group Modifier and Type Field Description protected List<Group>
Image. storageGroups
The storage group for a virtual disk image.Methods in com.softlayer.api.service.virtual.disk that return Group Modifier and Type Method Description Group
Image. getDiskImageStorageGroup()
Group
Image.Service. getDiskImageStorageGroup()
Methods in com.softlayer.api.service.virtual.disk that return types with arguments of type Group Modifier and Type Method Description Future<Group>
Image.ServiceAsync. getDiskImageStorageGroup()
Async version ofImage.Service.getDiskImageStorageGroup()
List<Group>
Image. getStorageGroups()
List<Group>
Image.Service. getStorageGroups()
The storage group for a virtual disk image.Future<List<Group>>
Image.ServiceAsync. getStorageGroups()
Async version ofImage.Service.getStorageGroups()
Methods in com.softlayer.api.service.virtual.disk with parameters of type Group Modifier and Type Method Description void
Image. setDiskImageStorageGroup(Group diskImageStorageGroup)
Method parameters in com.softlayer.api.service.virtual.disk with type arguments of type Group Modifier and Type Method Description Future<?>
Image.ServiceAsync. getDiskImageStorageGroup(ResponseHandler<Group> callback)
Async callback version ofImage.Service.getDiskImageStorageGroup()
Future<?>
Image.ServiceAsync. getStorageGroups(ResponseHandler<List<Group>> callback)
Async callback version ofImage.Service.getStorageGroups()