VM Migration v1 API - Class CancelCutoverJobRequest (2.2.0)

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

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

Request message for 'CancelCutoverJob' request.

Inheritance

Object > CancelCutoverJobRequest

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

CancelCutoverJobRequest()

public CancelCutoverJobRequest()

CancelCutoverJobRequest(CancelCutoverJobRequest)

public CancelCutoverJobRequest(CancelCutoverJobRequest other)
Parameter
NameDescription
otherCancelCutoverJobRequest

Properties

CutoverJobName

public CutoverJobName CutoverJobName { get; set; }

CutoverJobName-typed view over the Name resource name property.

Property Value
TypeDescription
CutoverJobName

Name

public string Name { get; set; }

Required. The cutover job id

Property Value
TypeDescription
String