ListActiveVolumesRequest Class |
Namespace: SolidFire.Element.Api
public class ListActiveVolumesRequest : RpcBase
The ListActiveVolumesRequest type exposes the following members.
Name | Description | |
---|---|---|
ListActiveVolumesRequest | Initializes a new instance of the ListActiveVolumesRequest class |
Name | Description | |
---|---|---|
IncludeVirtualVolumes |
Specifies that virtual volumes are included in the response by default.
To exclude virtual volumes, set to false.
| |
Limit |
Maximum number of Volume Info objects to return. A value of 0
(zero) returns all volumes (unlimited).
| |
StartVolumeID |
Starting VolumeID to return. If no volume exists with this
VolumeID, the next volume by VolumeID order is used as
the start of the list. To page through the list, pass the
VolumeID of the last volume in the previous response +
1.
|
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.) |