public sealed class ListBindingMatchingResourcesRequest : IPageRequest, IMessage<ListBindingMatchingResourcesRequest>, IEquatable<ListBindingMatchingResourcesRequest>, IDeepCloneable<ListBindingMatchingResourcesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class ListBindingMatchingResourcesRequest.
Request message for List BindingMatchingResources.
Implements
IPageRequest, IMessageListBindingMatchingResourcesRequest, IEquatableListBindingMatchingResourcesRequest, IDeepCloneableListBindingMatchingResourcesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
ListBindingMatchingResourcesRequest()
public ListBindingMatchingResourcesRequest()ListBindingMatchingResourcesRequest(ListBindingMatchingResourcesRequest)
public ListBindingMatchingResourcesRequest(ListBindingMatchingResourcesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBindingMatchingResourcesRequest |
Properties
Filter
public string Filter { get; set; }Optional. Field match expression used to filter the results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Field by which to sort the results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of BindingMatchingResources to return in a
single response. The default page size is 100 and maximum page size is 200.
Note that the response may include a partial list and a caller should
only rely on the response's
[next_page_token][google.cloud.backupdr.v1beta.ListBindingMatchingResourcesResponse.next_page_token]
to determine if there are more instances left to be queried.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The value of
[next_page_token][google.cloud.backupdr.v1beta.ListBindingMatchingResourcesResponse.next_page_token]
received from a previous ListBindingMatchingResources call. Provide this
to retrieve the subsequent page in a multi-page list of results. When
paginating, all other parameters provided to ListBindingMatchingResources
must match the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The project, location, auto protection policy and binding for
which to retrieve BindingMatchingResources information. Format:
projects/{project}/locations/{location}/autoProtectionPolicies/{auto_protection_policy}/bindings/{binding}.
In Google Cloud Backup and DR, locations map to Google Cloud regions, for
example us-central1.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsAutoProtectionPolicyBindingName
public AutoProtectionPolicyBindingName ParentAsAutoProtectionPolicyBindingName { get; set; }AutoProtectionPolicyBindingName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
AutoProtectionPolicyBindingName |
|