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

public sealed class ListAutoProtectionPolicyBindingsResponse : IMessage<ListAutoProtectionPolicyBindingsResponse>, IEquatable<ListAutoProtectionPolicyBindingsResponse>, IDeepCloneable<ListAutoProtectionPolicyBindingsResponse>, IBufferMessage, IMessage, IPageResponse<AutoProtectionPolicyBinding>, IEnumerable<AutoProtectionPolicyBinding>, IEnumerable

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

Response message for ListAutoProtectionPolicyBindings.

Inheritance

object > ListAutoProtectionPolicyBindingsResponse

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

ListAutoProtectionPolicyBindingsResponse()

public ListAutoProtectionPolicyBindingsResponse()

ListAutoProtectionPolicyBindingsResponse(ListAutoProtectionPolicyBindingsResponse)

public ListAutoProtectionPolicyBindingsResponse(ListAutoProtectionPolicyBindingsResponse other)
Parameter
Name Description
other ListAutoProtectionPolicyBindingsResponse

Properties

AutoProtectionPolicyBindings

public RepeatedField<AutoProtectionPolicyBinding> AutoProtectionPolicyBindings { get; }

A list of the AutoProtectionPolicyBindings resources found.

Property Value
Type Description
RepeatedFieldAutoProtectionPolicyBinding

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; }

Unordered list. Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<AutoProtectionPolicyBinding> GetEnumerator()

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

Returns
Type Description
IEnumeratorAutoProtectionPolicyBinding