public sealed class ListResourceBackupConfigsRequest : IPageRequest, IMessage<ListResourceBackupConfigsRequest>, IEquatable<ListResourceBackupConfigsRequest>, IDeepCloneable<ListResourceBackupConfigsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class ListResourceBackupConfigsRequest.
Request for ListResourceBackupConfigs.
Implements
IPageRequest, IMessageListResourceBackupConfigsRequest, IEquatableListResourceBackupConfigsRequest, IDeepCloneableListResourceBackupConfigsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
ListResourceBackupConfigsRequest()
public ListResourceBackupConfigsRequest()ListResourceBackupConfigsRequest(ListResourceBackupConfigsRequest)
public ListResourceBackupConfigsRequest(ListResourceBackupConfigsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListResourceBackupConfigsRequest |
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 use 100 as default. Maximum value is 500 and values above 500 will be coerced to 500.
| 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 resource backup configs. Format: 'projects/{project_id}/locations/{location}'. In Google Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1.
| 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 |
|