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

public sealed class ListAppliedAutoProtectionPoliciesResponse : IMessage<ListAppliedAutoProtectionPoliciesResponse>, IEquatable<ListAppliedAutoProtectionPoliciesResponse>, IDeepCloneable<ListAppliedAutoProtectionPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<AppliedAutoProtectionPolicy>, IEnumerable<AppliedAutoProtectionPolicy>, IEnumerable

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

Response message for ListAppliedAutoProtectionPolicies.

Inheritance

object > ListAppliedAutoProtectionPoliciesResponse

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

ListAppliedAutoProtectionPoliciesResponse()

public ListAppliedAutoProtectionPoliciesResponse()

ListAppliedAutoProtectionPoliciesResponse(ListAppliedAutoProtectionPoliciesResponse)

public ListAppliedAutoProtectionPoliciesResponse(ListAppliedAutoProtectionPoliciesResponse other)
Parameter
Name Description
other ListAppliedAutoProtectionPoliciesResponse

Properties

AppliedAutoProtectionPolicies

public RepeatedField<AppliedAutoProtectionPolicy> AppliedAutoProtectionPolicies { get; }

A list of the AppliedAutoProtectionPolicy resources found.

Property Value
Type Description
RepeatedFieldAppliedAutoProtectionPolicy

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Unordered list. Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<AppliedAutoProtectionPolicy> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorAppliedAutoProtectionPolicy