Backup and DR Service v1beta API - Class ListAutoProtectionPolicyBindingsRequest (1.0.0-beta01)

public sealed class ListAutoProtectionPolicyBindingsRequest : IMessage<ListAutoProtectionPolicyBindingsRequest>, IEquatable<ListAutoProtectionPolicyBindingsRequest>, IDeepCloneable<ListAutoProtectionPolicyBindingsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Backup and DR Service v1beta API class ListAutoProtectionPolicyBindingsRequest.

Request message for ListAutoProtectionPolicyBindings.

Inheritance

object > ListAutoProtectionPolicyBindingsRequest

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

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