Backup for GKE v1 API - Class GetBackupPlanRequest (2.4.0)

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

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

Request message for GetBackupPlan.

Inheritance

object > GetBackupPlanRequest

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

GetBackupPlanRequest()

public GetBackupPlanRequest()

GetBackupPlanRequest(GetBackupPlanRequest)

public GetBackupPlanRequest(GetBackupPlanRequest other)
Parameter
NameDescription
otherGetBackupPlanRequest

Properties

BackupPlanName

public BackupPlanName BackupPlanName { get; set; }

BackupPlanName-typed view over the Name resource name property.

Property Value
TypeDescription
BackupPlanName

Name

public string Name { get; set; }

Required. Fully qualified BackupPlan name. Format: projects/*/locations/*/backupPlans/*

Property Value
TypeDescription
string