Click or drag to resize

ListVolumesRequest Class

ListVolumesRequest The ListVolumes method enables you to retrieve a list of volumes that are in a cluster. You can specify the volumes you want to return in the list by using the available parameters.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiListVolumesRequest

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class ListVolumesRequest : RpcBase

The ListVolumesRequest type exposes the following members.

Constructors
  NameDescription
Public methodListVolumesRequest
Initializes a new instance of the ListVolumesRequest class
Top
Properties
  NameDescription
Public propertyAccounts
Returns only the volumes owned by the accounts you specify here. Mutually exclusive with the volumeIDs parameter.
Public propertyIncludeVirtualVolumes
Specifies that virtual volumes are included in the response by default. To exclude virtual volumes, set to false.
Public propertyIsPaired
Returns volumes that are paired or not paired. Possible values are: true: Returns all paired volumes. false: Returns all volumes that are not paired.
Public propertyLimit
Specifies the maximum number of volume results that are returned. Mutually exclusive with the volumeIDs parameter.
Public propertyProtectionSchemes
Only volumes that are using one of the protection schemes in this set are returned.
Public propertyStartVolumeID
Only volumes with an ID greater than or equal to this value are returned. Mutually exclusive with the volumeIDs parameter.
Public propertyVolumeIDs
A list of volume IDs. If you supply this parameter, other parameters operate only on this set of volumes. Mutually exclusive with the accounts, startVolumeID, and limit parameters.
Public propertyVolumeName
Only volume object information matching the volume name is returned.
Public propertyVolumeStatus
Only volumes with a status equal to the status value are returned. Possible values are: creating snapshotting active deleted
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.)
Top
See Also