Backup for GKE v1 API - Class DeleteRestorePlanRequest (2.4.0)

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

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

Request message for DeleteRestorePlan.

Inheritance

object > DeleteRestorePlanRequest

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

DeleteRestorePlanRequest()

public DeleteRestorePlanRequest()

DeleteRestorePlanRequest(DeleteRestorePlanRequest)

public DeleteRestorePlanRequest(DeleteRestorePlanRequest other)
Parameter
NameDescription
otherDeleteRestorePlanRequest

Properties

Etag

public string Etag { get; set; }

Optional. If provided, this value must match the current value of the target RestorePlan's [etag][google.cloud.gkebackup.v1.RestorePlan.etag] field or the request is rejected.

Property Value
TypeDescription
string

Force

public bool Force { get; set; }

Optional. If set to true, any Restores below this RestorePlan will also be deleted. Otherwise, the request will only succeed if the RestorePlan has no Restores.

Property Value
TypeDescription
bool

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