Backup for GKE v1 API - Class GetRestorePlanRequest (2.3.0)

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

Reference documentation and code samples for the Backup for GKE v1 API class GetRestorePlanRequest.

Request message for GetRestorePlan.

Inheritance

object > GetRestorePlanRequest

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

GetRestorePlanRequest()

public GetRestorePlanRequest()

GetRestorePlanRequest(GetRestorePlanRequest)

public GetRestorePlanRequest(GetRestorePlanRequest other)
Parameter
NameDescription
otherGetRestorePlanRequest

Properties

Name

public string Name { get; set; }

Required. Fully qualified RestorePlan name. Format: projects/*/locations/*/restorePlans/*

Property Value
TypeDescription
string

RestorePlanName

public RestorePlanName RestorePlanName { get; set; }

RestorePlanName-typed view over the Name resource name property.

Property Value
TypeDescription
RestorePlanName