public sealed class ListImageImportsResponse : IMessage<ListImageImportsResponse>, IEquatable<ListImageImportsResponse>, IDeepCloneable<ListImageImportsResponse>, IBufferMessage, IMessage, IPageResponse<ImageImport>, IEnumerable<ImageImport>, IEnumerable
Reference documentation and code samples for the VM Migration v1 API class ListImageImportsResponse.
Response message for 'ListImageImports' call.
Implements
IMessageListImageImportsResponse, IEquatableListImageImportsResponse, IDeepCloneableListImageImportsResponse, IBufferMessage, IMessage, IPageResponseImageImport, IEnumerableImageImport, IEnumerableNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ListImageImportsResponse()
public ListImageImportsResponse()
ListImageImportsResponse(ListImageImportsResponse)
public ListImageImportsResponse(ListImageImportsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListImageImportsResponse |
Properties
ImageImports
public RepeatedField<ImageImport> ImageImports { get; }
Output only. The list of target response.
Property Value | |
---|---|
Type | Description |
RepeatedFieldImageImport |
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<ImageImport> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorImageImport |