public interface Storage extends Service, StorageTypes
Storage interface provides methods Appliance storage configurationStorageTypes.StorageMapping| Modifier and Type | Method and Description |
|---|---|
List<StorageTypes.StorageMapping> |
list()
Get disk to partition mapping
|
void |
list(AsyncCallback<List<StorageTypes.StorageMapping>> asyncCallback)
Get disk to partition mapping
|
void |
list(AsyncCallback<List<StorageTypes.StorageMapping>> asyncCallback,
InvocationConfig invocationConfig)
Get disk to partition mapping
|
List<StorageTypes.StorageMapping> |
list(InvocationConfig invocationConfig)
Get disk to partition mapping
|
void |
resize()
Resize all partitions to 100 percent of disk size
|
void |
resize(AsyncCallback<Void> asyncCallback)
Resize all partitions to 100 percent of disk size
|
void |
resize(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Resize all partitions to 100 percent of disk size
|
void |
resize(InvocationConfig invocationConfig)
Resize all partitions to 100 percent of disk size
|
List<StorageTypes.StorageMapping> list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorList<StorageTypes.StorageMapping> list(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid list(AsyncCallback<List<StorageTypes.StorageMapping>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
list of mapping items
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(AsyncCallback<List<StorageTypes.StorageMapping>> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
list of mapping items
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void resize()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorvoid resize(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid resize(AsyncCallback<Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void resize(AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.Copyright © 2016. All Rights Reserved.