public sealed class FetchBackupPlanAssociationsForResourceTypeResponse : IPageResponse<BackupPlanAssociation>, IEnumerable<BackupPlanAssociation>, IEnumerable, IMessage<FetchBackupPlanAssociationsForResourceTypeResponse>, IEquatable<FetchBackupPlanAssociationsForResourceTypeResponse>, IDeepCloneable<FetchBackupPlanAssociationsForResourceTypeResponse>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class FetchBackupPlanAssociationsForResourceTypeResponse.
Response for the FetchBackupPlanAssociationsForResourceType method.
Implements
IPageResponseBackupPlanAssociation, IEnumerableBackupPlanAssociation, IEnumerable, IMessageFetchBackupPlanAssociationsForResourceTypeResponse, IEquatableFetchBackupPlanAssociationsForResourceTypeResponse, IDeepCloneableFetchBackupPlanAssociationsForResourceTypeResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
FetchBackupPlanAssociationsForResourceTypeResponse()
public FetchBackupPlanAssociationsForResourceTypeResponse()FetchBackupPlanAssociationsForResourceTypeResponse(FetchBackupPlanAssociationsForResourceTypeResponse)
public FetchBackupPlanAssociationsForResourceTypeResponse(FetchBackupPlanAssociationsForResourceTypeResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchBackupPlanAssociationsForResourceTypeResponse |
Properties
BackupPlanAssociations
public RepeatedField<BackupPlanAssociation> BackupPlanAssociations { get; }Output only. The BackupPlanAssociations from the specified parent.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBackupPlanAssociation |
|
NextPageToken
public string NextPageToken { get; set; }Output only. A token, which 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 |
|
Methods
GetEnumerator()
public IEnumerator<BackupPlanAssociation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorBackupPlanAssociation |
|