public sealed class GetBackupPlanRequest : IMessage<GetBackupPlanRequest>, IEquatable<GetBackupPlanRequest>, IDeepCloneable<GetBackupPlanRequest>, IBufferMessage, IMessageReference documentation and code samples for the Backup for GKE v1 API class GetBackupPlanRequest.
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 |
|