Backup and DR Service v1 API - Class GetBackupPlanAssociationRequest (1.2.0)

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

Reference documentation and code samples for the Backup and DR Service v1 API class GetBackupPlanAssociationRequest.

Request message for getting a BackupPlanAssociation resource.

Inheritance

object > GetBackupPlanAssociationRequest

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

GetBackupPlanAssociationRequest()

public GetBackupPlanAssociationRequest()

GetBackupPlanAssociationRequest(GetBackupPlanAssociationRequest)

public GetBackupPlanAssociationRequest(GetBackupPlanAssociationRequest other)
Parameter
Name Description
other GetBackupPlanAssociationRequest

Properties

BackupPlanAssociationName

public BackupPlanAssociationName BackupPlanAssociationName { get; set; }

BackupPlanAssociationName-typed view over the Name resource name property.

Property Value
Type Description
BackupPlanAssociationName

Name

public string Name { get; set; }

Required. Name of the backup plan association resource, in the format projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}

Property Value
Type Description
string