public sealed class ListImageImportJobsRequest : IMessage<ListImageImportJobsRequest>, IEquatable<ListImageImportJobsRequest>, IDeepCloneable<ListImageImportJobsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the VM Migration v1 API class ListImageImportJobsRequest.
Request message for 'ListImageImportJobs' call.
Implements
IMessageListImageImportJobsRequest, IEquatableListImageImportJobsRequest, IDeepCloneableListImageImportJobsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ListImageImportJobsRequest()
public ListImageImportJobsRequest()
ListImageImportJobsRequest(ListImageImportJobsRequest)
public ListImageImportJobsRequest(ListImageImportJobsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListImageImportJobsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. The filter request (according to <a href="https://google.aip.dev/160" target="_blank">AIP-160</a>).
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. The order by fields for the result (according to <a href="https://google.aip.dev/132#ordering" target="_blank">AIP-132</a>). Currently ordering is only possible by "name" field.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of targets to return. The service may return fewer than this value. If unspecified, at most 500 targets 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; }
Optional. A page token, received from a previous ListImageImportJobs
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListImageImportJobs
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 targets.
Property Value | |
---|---|
Type | Description |
string |
ParentAsImageImportName
public ImageImportName ParentAsImageImportName { get; set; }
ImageImportName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ImageImportName |