VM Migration v1 API - Class RunDiskMigrationJobRequest (2.7.0)

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

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

Request message for 'RunDiskMigrationJobRequest' request.

Inheritance

object > RunDiskMigrationJobRequest

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

RunDiskMigrationJobRequest()

public RunDiskMigrationJobRequest()

RunDiskMigrationJobRequest(RunDiskMigrationJobRequest)

public RunDiskMigrationJobRequest(RunDiskMigrationJobRequest other)
Parameter
Name Description
other RunDiskMigrationJobRequest

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