VM Migration v1 API - Class ListReplicationCyclesRequest (2.2.0)

public sealed class ListReplicationCyclesRequest : IMessage<ListReplicationCyclesRequest>, IEquatable<ListReplicationCyclesRequest>, IDeepCloneable<ListReplicationCyclesRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for 'LisReplicationCyclesRequest' request.

Inheritance

Object > ListReplicationCyclesRequest

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListReplicationCyclesRequest()

public ListReplicationCyclesRequest()

ListReplicationCyclesRequest(ListReplicationCyclesRequest)

public ListReplicationCyclesRequest(ListReplicationCyclesRequest other)
Parameter
NameDescription
otherListReplicationCyclesRequest

Properties

Filter

public string Filter { get; set; }

Optional. The filter request.

Property Value
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

Optional. the order by fields for the result.

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

Optional. The maximum number of replication cycles to return. The service may return fewer than this value. If unspecified, at most 100 migrating VMs will be returned. The maximum value is 100; values above 100 will be coerced to 100.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Required. A page token, received from a previous ListReplicationCycles call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListReplicationCycles must match the call that provided the page token.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of ReplicationCycles.

Property Value
TypeDescription
String

ParentAsMigratingVmName

public MigratingVmName ParentAsMigratingVmName { get; set; }

MigratingVmName-typed view over the Parent resource name property.

Property Value
TypeDescription
MigratingVmName