public sealed class ListCloneJobsRequest : IMessage<ListCloneJobsRequest>, IEquatable<ListCloneJobsRequest>, IDeepCloneable<ListCloneJobsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the VM Migration v1 API class ListCloneJobsRequest.
Request message for 'ListCloneJobsRequest' request.
Implements
IMessageListCloneJobsRequest, IEquatableListCloneJobsRequest, IDeepCloneableListCloneJobsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ListCloneJobsRequest()
public ListCloneJobsRequest()
ListCloneJobsRequest(ListCloneJobsRequest)
public ListCloneJobsRequest(ListCloneJobsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListCloneJobsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. The filter request.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. the order by fields for the result.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of clone jobs to return. The service may return fewer than this value. If unspecified, at most 500 clone jobs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Required. A page token, received from a previous ListCloneJobs
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCloneJobs
must
match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent, which owns this collection of source VMs.
Property Value | |
---|---|
Type | Description |
string |
ParentAsMigratingVmName
public MigratingVmName ParentAsMigratingVmName { get; set; }
MigratingVmName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
MigratingVmName |