Backup for GKE v1 API - Class GetBackupPlanBindingRequest (2.8.0)

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.

Inheritance

object > GetBackupPlanBindingRequest

Namespace

Google.Cloud.GkeBackup.V1

Assembly

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