public sealed class ListBackupPlanAssociationsRequest : IPageRequest, IMessage<ListBackupPlanAssociationsRequest>, IEquatable<ListBackupPlanAssociationsRequest>, IDeepCloneable<ListBackupPlanAssociationsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class ListBackupPlanAssociationsRequest.
Request message for List BackupPlanAssociation
Implements
IPageRequest, IMessageListBackupPlanAssociationsRequest, IEquatableListBackupPlanAssociationsRequest, IDeepCloneableListBackupPlanAssociationsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
ListBackupPlanAssociationsRequest()
public ListBackupPlanAssociationsRequest()
ListBackupPlanAssociationsRequest(ListBackupPlanAssociationsRequest)
public ListBackupPlanAssociationsRequest(ListBackupPlanAssociationsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListBackupPlanAssociationsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filtering results
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project and location for which to retrieve backup Plan
Associations information, in the format
projects/{project_id}/locations/{location}
. In Cloud BackupDR, locations
map to GCP regions, for example us-central1. To retrieve backup plan
associations for all locations, use "-" for the
{location}
value.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |