public sealed class ListBackupPlansResponse : IPageResponse<BackupPlan>, IEnumerable<BackupPlan>, IEnumerable, IMessage<ListBackupPlansResponse>, IEquatable<ListBackupPlansResponse>, IDeepCloneable<ListBackupPlansResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class ListBackupPlansResponse.
The response message for getting a list of BackupPlan
.
Implements
IPageResponseBackupPlan, IEnumerableBackupPlan, IEnumerable, IMessageListBackupPlansResponse, IEquatableListBackupPlansResponse, IDeepCloneableListBackupPlansResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
ListBackupPlansResponse()
public ListBackupPlansResponse()
ListBackupPlansResponse(ListBackupPlansResponse)
public ListBackupPlansResponse(ListBackupPlansResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListBackupPlansResponse |
Properties
BackupPlans
public RepeatedField<BackupPlan> BackupPlans { get; }
The list of BackupPlans
in the project for the specified
location.
If the {location}
value in the request is "-", the response contains a
list of resources from all locations. In case any location is unreachable,
the response will only return backup plans in reachable locations and
the 'unreachable' field will be populated with a list of unreachable
locations.
BackupPlan
Property Value | |
---|---|
Type | Description |
RepeatedFieldBackupPlan |
NextPageToken
public string NextPageToken { get; set; }
A token which may be sent as
[page_token][google.cloud.backupdr.v1.ListBackupPlansRequest.page_token] in
a subsequent ListBackupPlans
call to retrieve the next page of results.
If this field is omitted or empty, then there are no more results to
return.
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<BackupPlan> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorBackupPlan |