Class GetBackupPlanRequest (1.0.0-beta01)

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

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