public sealed class GetBackupPlanRequest : IMessage<GetBackupPlanRequest>, IEquatable<GetBackupPlanRequest>, IDeepCloneable<GetBackupPlanRequest>, IBufferMessage, IMessage
Request message for GetBackupPlan.
Implements
IMessage<GetBackupPlanRequest>, IEquatable<GetBackupPlanRequest>, IDeepCloneable<GetBackupPlanRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
GetBackupPlanRequest()
public GetBackupPlanRequest()
GetBackupPlanRequest(GetBackupPlanRequest)
public GetBackupPlanRequest(GetBackupPlanRequest other)
Parameter | |
---|---|
Name | Description |
other | GetBackupPlanRequest |
Properties
BackupPlanName
public BackupPlanName BackupPlanName { get; set; }
BackupPlanName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
BackupPlanName |
Name
public string Name { get; set; }
Required. Fully qualified BackupPlan name. Format: projects//locations//backupPlans/*
Property Value | |
---|---|
Type | Description |
String |