VM Migration v1 API - Class GetDiskMigrationJobRequest (2.7.0)

public sealed class GetDiskMigrationJobRequest : IMessage<GetDiskMigrationJobRequest>, IEquatable<GetDiskMigrationJobRequest>, IDeepCloneable<GetDiskMigrationJobRequest>, IBufferMessage, IMessage

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

Request message for 'GetDiskMigrationJob' request.

Inheritance

object > GetDiskMigrationJobRequest

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

GetDiskMigrationJobRequest()

public GetDiskMigrationJobRequest()

GetDiskMigrationJobRequest(GetDiskMigrationJobRequest)

public GetDiskMigrationJobRequest(GetDiskMigrationJobRequest other)
Parameter
Name Description
other GetDiskMigrationJobRequest

Properties

DiskMigrationJobName

public DiskMigrationJobName DiskMigrationJobName { get; set; }

DiskMigrationJobName-typed view over the Name resource name property.

Property Value
Type Description
DiskMigrationJobName

Name

public string Name { get; set; }

Required. The name of the DiskMigrationJob.

Property Value
Type Description
string