public sealed class ListReplicationsResponse : IPageResponse<Replication>, IEnumerable<Replication>, IEnumerable, IMessage<ListReplicationsResponse>, IEquatable<ListReplicationsResponse>, IDeepCloneable<ListReplicationsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class ListReplicationsResponse.
ListReplicationsResponse is the result of ListReplicationsRequest.
Implements
IPageResponseReplication, IEnumerableReplication, IEnumerable, IMessageListReplicationsResponse, IEquatableListReplicationsResponse, IDeepCloneableListReplicationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
ListReplicationsResponse()
public ListReplicationsResponse()
ListReplicationsResponse(ListReplicationsResponse)
public ListReplicationsResponse(ListReplicationsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListReplicationsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
string |
Replications
public RepeatedField<Replication> Replications { get; }
A list of replications in the project for the specified volume.
Property Value | |
---|---|
Type | Description |
RepeatedFieldReplication |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Replication> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorReplication |