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

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

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

Request message for listing AppliedAutoProtectionPolicies.

Inheritance

object > ListAppliedAutoProtectionPoliciesRequest

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

ListAppliedAutoProtectionPoliciesRequest()

public ListAppliedAutoProtectionPoliciesRequest()

ListAppliedAutoProtectionPoliciesRequest(ListAppliedAutoProtectionPoliciesRequest)

public ListAppliedAutoProtectionPoliciesRequest(ListAppliedAutoProtectionPoliciesRequest other)
Parameter
Name Description
other ListAppliedAutoProtectionPoliciesRequest

Properties

Filter

public string Filter { get; set; }

Optional. A filter expression that filters resources listed in the response.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. An expression that sorts the results in the response.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of applied policies to return in a single page.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListAppliedAutoProtectionPolicies call.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The project and location for which to retrieve the list of applied 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