public sealed class ListSnapshotsRequest : IPageRequest, IMessage<ListSnapshotsRequest>, IEquatable<ListSnapshotsRequest>, IDeepCloneable<ListSnapshotsRequest>, IBufferMessage, IMessageReference documentation and code samples for the NetApp v1 API class ListSnapshotsRequest.
ListSnapshotsRequest lists snapshots.
Implements
IPageRequest, IMessageListSnapshotsRequest, IEquatableListSnapshotsRequest, IDeepCloneableListSnapshotsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
ListSnapshotsRequest()
public ListSnapshotsRequest()ListSnapshotsRequest(ListSnapshotsRequest)
public ListSnapshotsRequest(ListSnapshotsRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ListSnapshotsRequest | 
      
Properties
Filter
public string Filter { get; set; }List filter.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
OrderBy
public string OrderBy { get; set; }Sort results. Supported values are "name", "name desc" or "" (unsorted).
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
PageSize
public int PageSize { get; set; }The maximum number of items to return.
| Property Value | |
|---|---|
| Type | Description | 
int | 
        |
PageToken
public string PageToken { get; set; }The next_page_token value to use if there are additional results to retrieve for this list request.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Parent
public string Parent { get; set; }Required. The volume for which to retrieve snapshot information,
in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
ParentAsVolumeName
public VolumeName ParentAsVolumeName { get; set; }VolumeName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
VolumeName | 
        |