VM Migration v1 API - Class GetCutoverJobRequest (2.5.0)

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

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

Request message for 'GetCutoverJob' request.

Inheritance

object > GetCutoverJobRequest

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

GetCutoverJobRequest()

public GetCutoverJobRequest()

GetCutoverJobRequest(GetCutoverJobRequest)

public GetCutoverJobRequest(GetCutoverJobRequest other)
Parameter
NameDescription
otherGetCutoverJobRequest

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 name of the CutoverJob.

Property Value
TypeDescription
string