public sealed class ListDataSourcesRequest : IPageRequest, IMessage<ListDataSourcesRequest>, IEquatable<ListDataSourcesRequest>, IDeepCloneable<ListDataSourcesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class ListDataSourcesRequest.
Request message for listing DataSources.
Implements
IPageRequest, IMessageListDataSourcesRequest, IEquatableListDataSourcesRequest, IDeepCloneableListDataSourcesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
ListDataSourcesRequest()
public ListDataSourcesRequest()
ListDataSourcesRequest(ListDataSourcesRequest)
public ListDataSourcesRequest(ListDataSourcesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListDataSourcesRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filtering results.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. Hint for how to order the 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 data sources information, in the format 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1. To retrieve data sources for all locations, use "-" for the '{location}' value.
Property Value | |
---|---|
Type | Description |
string |
ParentAsBackupVaultName
public BackupVaultName ParentAsBackupVaultName { get; set; }
BackupVaultName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
BackupVaultName |