Future<Type> |
getArchitectureType() |
|
Future<?> |
getArchitectureType(ResponseHandler<Type> callback) |
|
Future<List<Attribute>> |
getAttributes() |
|
Future<?> |
getAttributes(ResponseHandler<List<Attribute>> callback) |
|
Future<List<Type>> |
getCompatibleArrayTypes() |
|
Future<?> |
getCompatibleArrayTypes(ResponseHandler<List<Type>> callback) |
|
Future<List<Model>> |
getCompatibleChildComponentModels() |
|
Future<?> |
getCompatibleChildComponentModels(ResponseHandler<List<Model>> callback) |
|
Future<List<Model>> |
getCompatibleParentComponentModels() |
|
Future<?> |
getCompatibleParentComponentModels(ResponseHandler<List<Model>> callback) |
|
Future<Long> |
getFirmwareQuantity() |
|
Future<?> |
getFirmwareQuantity(ResponseHandler<Long> callback) |
|
Future<List<Firmware>> |
getFirmwares() |
|
Future<?> |
getFirmwares(ResponseHandler<List<Firmware>> callback) |
|
Future<List<Component>> |
getHardwareComponents() |
|
Future<?> |
getHardwareComponents(ResponseHandler<List<Component>> callback) |
|
Future<Generic> |
getHardwareGenericComponentModel() |
|
Future<?> |
getHardwareGenericComponentModel(ResponseHandler<Generic> callback) |
|
Future<Attribute> |
getInfinibandCompatibleAttribute() |
|
Future<?> |
getInfinibandCompatibleAttribute(ResponseHandler<Attribute> callback) |
|
Future<Boolean> |
getIsFlexSkuCompatible() |
|
Future<?> |
getIsFlexSkuCompatible(ResponseHandler<Boolean> callback) |
|
Future<Boolean> |
getIsInfinibandCompatible() |
|
Future<?> |
getIsInfinibandCompatible(ResponseHandler<Boolean> callback) |
|
Future<Model> |
getObject() |
|
Future<?> |
getObject(ResponseHandler<Model> callback) |
|
Future<Time> |
getRebootTime() |
|
Future<?> |
getRebootTime(ResponseHandler<Time> callback) |
|
Future<String> |
getType() |
|
Future<?> |
getType(ResponseHandler<String> callback) |
|
Future<List<Type>> |
getValidAttributeTypes() |
|
Future<?> |
getValidAttributeTypes(ResponseHandler<List<Type>> callback) |
|
void |
setMask(Model.Mask mask) |
|
Model.Mask |
withMask() |
Use the existing mask on this service or create it if not present
|
Model.Mask |
withNewMask() |
Overwrite the existing mask on this service with a new one and return it
|