VM Migration v1 API - Class ListCutoverJobsResponse (2.5.0)

public sealed class ListCutoverJobsResponse : IMessage<ListCutoverJobsResponse>, IEquatable<ListCutoverJobsResponse>, IDeepCloneable<ListCutoverJobsResponse>, IBufferMessage, IMessage, IPageResponse<CutoverJob>, IEnumerable<CutoverJob>, IEnumerable

Reference documentation and code samples for the VM Migration v1 API class ListCutoverJobsResponse.

Response message for 'ListCutoverJobs' request.

Inheritance

object > ListCutoverJobsResponse

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListCutoverJobsResponse()

public ListCutoverJobsResponse()

ListCutoverJobsResponse(ListCutoverJobsResponse)

public ListCutoverJobsResponse(ListCutoverJobsResponse other)
Parameter
NameDescription
otherListCutoverJobsResponse

Properties

CutoverJobs

public RepeatedField<CutoverJob> CutoverJobs { get; }

Output only. The list of cutover jobs response.

Property Value
TypeDescription
RepeatedFieldCutoverJob

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
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Output only. Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<CutoverJob> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorCutoverJob