public sealed class GetBackupPlanBindingRequest : IMessage<GetBackupPlanBindingRequest>, IEquatable<GetBackupPlanBindingRequest>, IDeepCloneable<GetBackupPlanBindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class GetBackupPlanBindingRequest.
Request message for GetBackupPlanBinding.
Implements
IMessageGetBackupPlanBindingRequest, IEquatableGetBackupPlanBindingRequest, IDeepCloneableGetBackupPlanBindingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
GetBackupPlanBindingRequest()
public GetBackupPlanBindingRequest()
GetBackupPlanBindingRequest(GetBackupPlanBindingRequest)
public GetBackupPlanBindingRequest(GetBackupPlanBindingRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetBackupPlanBindingRequest |
Properties
BackupPlanBindingName
public BackupPlanBindingName BackupPlanBindingName { get; set; }
BackupPlanBindingName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
BackupPlanBindingName |
Name
public string Name { get; set; }
Required. Fully qualified BackupPlanBinding name.
Format:
projects/*/locations/*/backupChannels/*/backupPlanBindings/*
Property Value | |
---|---|
Type | Description |
string |