NetApp v1 API - Class ListReplicationsResponse (1.0.0)

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.

Inheritance

object > ListReplicationsResponse

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

ListReplicationsResponse()

public ListReplicationsResponse()

ListReplicationsResponse(ListReplicationsResponse)

public ListReplicationsResponse(ListReplicationsResponse other)
Parameter
NameDescription
otherListReplicationsResponse

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
TypeDescription
string

Replications

public RepeatedField<Replication> Replications { get; }

A list of replications in the project for the specified volume.

Property Value
TypeDescription
RepeatedFieldReplication

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Replication> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorReplication