public sealed class ListReplicationsRequest : IPageRequest, IMessage<ListReplicationsRequest>, IEquatable<ListReplicationsRequest>, IDeepCloneable<ListReplicationsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class ListReplicationsRequest.
ListReplications lists replications.
Implements
IPageRequest, IMessageListReplicationsRequest, IEquatableListReplicationsRequest, IDeepCloneableListReplicationsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
ListReplicationsRequest()
public ListReplicationsRequest()
ListReplicationsRequest(ListReplicationsRequest)
public ListReplicationsRequest(ListReplicationsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListReplicationsRequest |
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 replication 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 |