ListVirtualVolumesRequest Class |
Namespace: SolidFire.Element.Api
public class ListVirtualVolumesRequest : RpcBase
The ListVirtualVolumesRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| ListVirtualVolumesRequest | Initializes a new instance of the ListVirtualVolumesRequest class |
| Name | Description | |
|---|---|---|
| Details |
Specifies the level of detail about each virtual volume that is returned. Possible values are:
true: Include more details about each virtual volume in the response.
false: Include the standard level of detail about each virtual volume in
the response.
| |
| Limit |
The maximum number of virtual volumes to list.
| |
| Recursive |
Specifies whether to include information about the children of each virtual volume in the response.
Possible values are:
true: Include information about the children of each virtual volume in
the response.
false: Do not include information about the children of each
virtual volume in the response.
| |
| StartVirtualVolumeID |
The ID of the virtual volume at which to begin the list.
| |
| VirtualVolumeIDs |
A list of virtual volume IDs for which to retrieve information. If
you specify this parameter, the method returns information
about only these virtual volumes.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |