public sealed class ListAutoProtectionPolicyBindingsRequest : IMessage<ListAutoProtectionPolicyBindingsRequest>, IEquatable<ListAutoProtectionPolicyBindingsRequest>, IDeepCloneable<ListAutoProtectionPolicyBindingsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Backup and DR Service v1beta API class ListAutoProtectionPolicyBindingsRequest.
Request message for ListAutoProtectionPolicyBindings.
Implements
IMessageListAutoProtectionPolicyBindingsRequest, IEquatableListAutoProtectionPolicyBindingsRequest, IDeepCloneableListAutoProtectionPolicyBindingsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
ListAutoProtectionPolicyBindingsRequest()
public ListAutoProtectionPolicyBindingsRequest()ListAutoProtectionPolicyBindingsRequest(ListAutoProtectionPolicyBindingsRequest)
public ListAutoProtectionPolicyBindingsRequest(ListAutoProtectionPolicyBindingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAutoProtectionPolicyBindingsRequest |
Properties
Filter
public string Filter { get; set; }Optional. A filter expression that filters resources listed in the response. The following fields are filterable:
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. An expression that sorts the results in the response. The following fields are sortable:
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of policies to return in a single page. If unspecified, a server-default value will be used.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous
ListAutoProtectionPolicies call. Provide this to retrieve the subsequent
page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The project and location for which to retrieve the list of policies. Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsAutoProtectionPolicyName
public AutoProtectionPolicyName ParentAsAutoProtectionPolicyName { get; set; }AutoProtectionPolicyName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
AutoProtectionPolicyName |
|