public sealed class ListReplicationCyclesResponse : IMessage<ListReplicationCyclesResponse>, IEquatable<ListReplicationCyclesResponse>, IDeepCloneable<ListReplicationCyclesResponse>, IBufferMessage, IMessage, IPageResponse<ReplicationCycle>, IEnumerable<ReplicationCycle>, IEnumerableReference documentation and code samples for the VM Migration v1 API class ListReplicationCyclesResponse.
Response message for 'ListReplicationCycles' request.
Implements
IMessage<ListReplicationCyclesResponse>, IEquatable<ListReplicationCyclesResponse>, IDeepCloneable<ListReplicationCyclesResponse>, IBufferMessage, IMessage, IPageResponse<ReplicationCycle>, IEnumerable<ReplicationCycle>, IEnumerableNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ListReplicationCyclesResponse()
public ListReplicationCyclesResponse()ListReplicationCyclesResponse(ListReplicationCyclesResponse)
public ListReplicationCyclesResponse(ListReplicationCyclesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListReplicationCyclesResponse |
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 | |
|---|---|
| Type | Description |
String |
|
ReplicationCycles
public RepeatedField<ReplicationCycle> ReplicationCycles { get; }Output only. The list of replication cycles response.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ReplicationCycle> |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Output only. Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<ReplicationCycle> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<ReplicationCycle> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|