VM Migration v1 API - Class ListDiskMigrationJobsResponse (2.7.0)

public sealed class ListDiskMigrationJobsResponse : IMessage<ListDiskMigrationJobsResponse>, IEquatable<ListDiskMigrationJobsResponse>, IDeepCloneable<ListDiskMigrationJobsResponse>, IBufferMessage, IMessage, IPageResponse<DiskMigrationJob>, IEnumerable<DiskMigrationJob>, IEnumerable

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

Response message for 'ListDiskMigrationJobs' request.

Inheritance

object > ListDiskMigrationJobsResponse

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListDiskMigrationJobsResponse()

public ListDiskMigrationJobsResponse()

ListDiskMigrationJobsResponse(ListDiskMigrationJobsResponse)

public ListDiskMigrationJobsResponse(ListDiskMigrationJobsResponse other)
Parameter
Name Description
other ListDiskMigrationJobsResponse

Properties

DiskMigrationJobs

public RepeatedField<DiskMigrationJob> DiskMigrationJobs { get; }

Output only. The list of the disk migration jobs.

Property Value
Type Description
RepeatedFieldDiskMigrationJob

NextPageToken

public string NextPageToken { get; set; }

Optional. 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

UnreachableAsLocationNames

public ResourceNameList<LocationName> UnreachableAsLocationNames { get; }

LocationName-typed view over the Unreachable resource name property.

Property Value
Type Description
ResourceNameListLocationName

Methods

GetEnumerator()

public IEnumerator<DiskMigrationJob> GetEnumerator()

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

Returns
Type Description
IEnumeratorDiskMigrationJob