VM Migration v1 API - Class ListReplicationCyclesResponse (2.5.0)

public sealed class ListReplicationCyclesResponse : IMessage<ListReplicationCyclesResponse>, IEquatable<ListReplicationCyclesResponse>, IDeepCloneable<ListReplicationCyclesResponse>, IBufferMessage, IMessage, IPageResponse<ReplicationCycle>, IEnumerable<ReplicationCycle>, IEnumerable

Reference documentation and code samples for the VM Migration v1 API class ListReplicationCyclesResponse.

Response message for 'ListReplicationCycles' request.

Inheritance

object > ListReplicationCyclesResponse

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListReplicationCyclesResponse()

public ListReplicationCyclesResponse()

ListReplicationCyclesResponse(ListReplicationCyclesResponse)

public ListReplicationCyclesResponse(ListReplicationCyclesResponse other)
Parameter
NameDescription
otherListReplicationCyclesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

ReplicationCycles

public RepeatedField<ReplicationCycle> ReplicationCycles { get; }

Output only. The list of replication cycles response.

Property Value
TypeDescription
RepeatedFieldReplicationCycle

Unreachable

public RepeatedField<string> Unreachable { get; }

Output only. Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ReplicationCycle> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorReplicationCycle