public sealed class ListAppliedAutoProtectionPoliciesResponse : IMessage<ListAppliedAutoProtectionPoliciesResponse>, IEquatable<ListAppliedAutoProtectionPoliciesResponse>, IDeepCloneable<ListAppliedAutoProtectionPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<AppliedAutoProtectionPolicy>, IEnumerable<AppliedAutoProtectionPolicy>, IEnumerableReference documentation and code samples for the Backup and DR Service v1beta API class ListAppliedAutoProtectionPoliciesResponse.
Response message for ListAppliedAutoProtectionPolicies.
Implements
IMessageListAppliedAutoProtectionPoliciesResponse, IEquatableListAppliedAutoProtectionPoliciesResponse, IDeepCloneableListAppliedAutoProtectionPoliciesResponse, IBufferMessage, IMessage, IPageResponseAppliedAutoProtectionPolicy, IEnumerableAppliedAutoProtectionPolicy, IEnumerableNamespace
Google.Cloud.BackupDR.V1BetaAssembly
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 |
|