NetApp v1 API - Class ListReplicationsResponse (1.3.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
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