public sealed class ListAutoProtectionPoliciesRequest : IMessage<ListAutoProtectionPoliciesRequest>, IEquatable<ListAutoProtectionPoliciesRequest>, IDeepCloneable<ListAutoProtectionPoliciesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Backup and DR Service v1beta API class ListAutoProtectionPoliciesRequest.
Request message for ListAutoProtectionPolicies.
Implements
IMessageListAutoProtectionPoliciesRequest, IEquatableListAutoProtectionPoliciesRequest, IDeepCloneableListAutoProtectionPoliciesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
ListAutoProtectionPoliciesRequest()
public ListAutoProtectionPoliciesRequest()ListAutoProtectionPoliciesRequest(ListAutoProtectionPoliciesRequest)
public ListAutoProtectionPoliciesRequest(ListAutoProtectionPoliciesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAutoProtectionPoliciesRequest |
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 |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|