ListVolumesForAccountRequest Class |
Namespace: SolidFire.Element.Api
public class ListVolumesForAccountRequest : RpcBase
The ListVolumesForAccountRequest type exposes the following members.
Name | Description | |
---|---|---|
ListVolumesForAccountRequest | Initializes a new instance of the ListVolumesForAccountRequest class |
Name | Description | |
---|---|---|
AccountID |
Returns all volumes owned by this AccountID.
| |
IncludeVirtualVolumes |
Specifies that virtual volumes are included in the response by default.
To exclude virtual volumes, set to false.
| |
Limit |
The maximum number of volumes to return from the API.
| |
StartVolumeID |
The ID of the first volume to list.
This can be useful for paging results.
By default, this starts at the lowest VolumeID.
|
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.) |