VM Migration v1 API - Class GetCloneJobRequest (2.3.0)

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

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

Request message for 'GetCloneJob' request.

Inheritance

Object > GetCloneJobRequest

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

GetCloneJobRequest()

public GetCloneJobRequest()

GetCloneJobRequest(GetCloneJobRequest)

public GetCloneJobRequest(GetCloneJobRequest other)
Parameter
NameDescription
otherGetCloneJobRequest

Properties

CloneJobName

public CloneJobName CloneJobName { get; set; }

CloneJobName-typed view over the Name resource name property.

Property Value
TypeDescription
CloneJobName

Name

public string Name { get; set; }

Required. The name of the CloneJob.

Property Value
TypeDescription
String