public sealed class GetBackupPlanAssociationRequest : IMessage<GetBackupPlanAssociationRequest>, IEquatable<GetBackupPlanAssociationRequest>, IDeepCloneable<GetBackupPlanAssociationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class GetBackupPlanAssociationRequest.
Request message for getting a BackupPlanAssociation resource.
Implements
IMessageGetBackupPlanAssociationRequest, IEquatableGetBackupPlanAssociationRequest, IDeepCloneableGetBackupPlanAssociationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
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 |
|