VM Migration v1 API - Class ListImageImportsResponse (2.7.0)

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.

Inheritance

object > ListImageImportsResponse

Namespace

Google.Cloud.VMMigration.V1

Assembly

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