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

Public Member Functions

GetStorageDomainFailuresSpectraS3Request WithErrorMessage (string errorMessage)
 
GetStorageDomainFailuresSpectraS3Request WithLastPage (bool?lastPage)
 
GetStorageDomainFailuresSpectraS3Request WithPageLength (int?pageLength)
 
GetStorageDomainFailuresSpectraS3Request WithPageOffset (int?pageOffset)
 
GetStorageDomainFailuresSpectraS3Request WithPageStartMarker (Guid?pageStartMarker)
 
GetStorageDomainFailuresSpectraS3Request WithPageStartMarker (string pageStartMarker)
 
GetStorageDomainFailuresSpectraS3Request WithStorageDomainId (Guid?storageDomainId)
 
GetStorageDomainFailuresSpectraS3Request WithStorageDomainId (string storageDomainId)
 
GetStorageDomainFailuresSpectraS3Request WithType (StorageDomainFailureType?type)
 
- Public Member Functions inherited from Ds3.Calls.Ds3Request
string getDescription (string paramstring)
 

Properties

string ErrorMessage [get, set]
 
bool LastPage [get, set]
 
int PageLength [get, set]
 
int PageOffset [get, set]
 
string PageStartMarker [get, set]
 
string StorageDomainId [get, set]
 
StorageDomainFailureType Type [get, set]