VM Migration v1 API - Class ListCloneJobsResponse (2.2.0)

public sealed class ListCloneJobsResponse : IMessage<ListCloneJobsResponse>, IEquatable<ListCloneJobsResponse>, IDeepCloneable<ListCloneJobsResponse>, IBufferMessage, IMessage, IPageResponse<CloneJob>, IEnumerable<CloneJob>, IEnumerable

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

Response message for 'ListCloneJobs' request.

Inheritance

Object > ListCloneJobsResponse

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListCloneJobsResponse()

public ListCloneJobsResponse()

ListCloneJobsResponse(ListCloneJobsResponse)

public ListCloneJobsResponse(ListCloneJobsResponse other)
Parameter
NameDescription
otherListCloneJobsResponse

Properties

CloneJobs

public RepeatedField<CloneJob> CloneJobs { get; }

Output only. The list of clone jobs response.

Property Value
TypeDescription
RepeatedField<CloneJob>

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
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<CloneJob> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<CloneJob>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator