DS3 .NET Software Development Kit  3.0.0
Provides access to the Spectra Logic DS3 API through .NET.
Ds3.Calls.GetPoolsSpectraS3Request Class Reference
Inheritance diagram for Ds3.Calls.GetPoolsSpectraS3Request:
Ds3.Calls.Ds3Request

Public Member Functions

GetPoolsSpectraS3Request WithAssignedToStorageDomain (bool?assignedToStorageDomain)
 
GetPoolsSpectraS3Request WithBucketId (Guid?bucketId)
 
GetPoolsSpectraS3Request WithBucketId (string bucketId)
 
GetPoolsSpectraS3Request WithHealth (PoolHealth?health)
 
GetPoolsSpectraS3Request WithLastPage (bool?lastPage)
 
GetPoolsSpectraS3Request WithName (string name)
 
GetPoolsSpectraS3Request WithPageLength (int?pageLength)
 
GetPoolsSpectraS3Request WithPageOffset (int?pageOffset)
 
GetPoolsSpectraS3Request WithPageStartMarker (Guid?pageStartMarker)
 
GetPoolsSpectraS3Request WithPageStartMarker (string pageStartMarker)
 
GetPoolsSpectraS3Request WithPartitionId (Guid?partitionId)
 
GetPoolsSpectraS3Request WithPartitionId (string partitionId)
 
GetPoolsSpectraS3Request WithPoweredOn (bool?poweredOn)
 
GetPoolsSpectraS3Request WithState (PoolState?state)
 
GetPoolsSpectraS3Request WithStorageDomainId (Guid?storageDomainId)
 
GetPoolsSpectraS3Request WithStorageDomainId (string storageDomainId)
 
GetPoolsSpectraS3Request WithType (PoolType?type)
 
- Public Member Functions inherited from Ds3.Calls.Ds3Request
string getDescription (string paramstring)
 

Properties

bool AssignedToStorageDomain [get, set]
 
string BucketId [get, set]
 
PoolHealth Health [get, set]
 
bool LastPage [get, set]
 
string Name [get, set]
 
int PageLength [get, set]
 
int PageOffset [get, set]
 
string PageStartMarker [get, set]
 
string PartitionId [get, set]
 
bool PoweredOn [get, set]
 
PoolState State [get, set]
 
string StorageDomainId [get, set]
 
PoolType Type [get, set]