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

public sealed class ListAutoProtectionPoliciesResponse : IMessage<ListAutoProtectionPoliciesResponse>, IEquatable<ListAutoProtectionPoliciesResponse>, IDeepCloneable<ListAutoProtectionPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<AutoProtectionPolicy>, IEnumerable<AutoProtectionPolicy>, IEnumerable

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

Response message for ListAutoProtectionPolicies.

Inheritance

object > ListAutoProtectionPoliciesResponse

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

ListAutoProtectionPoliciesResponse()

public ListAutoProtectionPoliciesResponse()

ListAutoProtectionPoliciesResponse(ListAutoProtectionPoliciesResponse)

public ListAutoProtectionPoliciesResponse(ListAutoProtectionPoliciesResponse other)
Parameter
Name Description
other ListAutoProtectionPoliciesResponse

Properties

AutoProtectionPolicies

public RepeatedField<AutoProtectionPolicy> AutoProtectionPolicies { get; }

A list of the AutoProtectionPolicy resources found.

Property Value
Type Description
RepeatedFieldAutoProtectionPolicy

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<AutoProtectionPolicy> GetEnumerator()

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

Returns
Type Description
IEnumeratorAutoProtectionPolicy