public sealed class ListImageImportJobsResponse : IMessage<ListImageImportJobsResponse>, IEquatable<ListImageImportJobsResponse>, IDeepCloneable<ListImageImportJobsResponse>, IBufferMessage, IMessage, IPageResponse<ImageImportJob>, IEnumerable<ImageImportJob>, IEnumerable
Reference documentation and code samples for the VM Migration v1 API class ListImageImportJobsResponse.
Response message for 'ListImageImportJobs' call.
Implements
IMessageListImageImportJobsResponse, IEquatableListImageImportJobsResponse, IDeepCloneableListImageImportJobsResponse, IBufferMessage, IMessage, IPageResponseImageImportJob, IEnumerableImageImportJob, IEnumerableNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ListImageImportJobsResponse()
public ListImageImportJobsResponse()
ListImageImportJobsResponse(ListImageImportJobsResponse)
public ListImageImportJobsResponse(ListImageImportJobsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListImageImportJobsResponse |
Properties
ImageImportJobs
public RepeatedField<ImageImportJob> ImageImportJobs { get; }
Output only. The list of target response.
Property Value | |
---|---|
Type | Description |
RepeatedFieldImageImportJob |
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 |
Unreachable
public RepeatedField<string> Unreachable { get; }
Output only. Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<ImageImportJob> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorImageImportJob |