Skip to content

Commit 7c2b5a7

Browse files
feat(backupdr): update the api
#### backupdr:v1 The following keys were added: - resources.projects.resources.locations.resources.backupPlans.methods.patch (Total Keys: 17)
1 parent 7e5eeee commit 7c2b5a7

6 files changed

+593
-1
lines changed

docs/dyn/backupdr_v1.projects.locations.backupPlanAssociations.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ <h3>Method Details</h3>
115115

116116
{ # A BackupPlanAssociation represents a single BackupPlanAssociation which contains details like workload, backup plan etc
117117
&quot;backupPlan&quot;: &quot;A String&quot;, # Required. Resource name of backup plan which needs to be applied on workload. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
118+
&quot;backupPlanRevisionId&quot;: &quot;A String&quot;, # Output only. The user friendly revision ID of the `BackupPlanRevision`. Example: v0, v1, v2, etc.
119+
&quot;backupPlanRevisionName&quot;: &quot;A String&quot;, # Output only. The resource id of the `BackupPlanRevision`. Format: `projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision_id}`
118120
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
119121
&quot;dataSource&quot;: &quot;A String&quot;, # Output only. Resource name of data source which will be used as storage location for backups taken. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
120122
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of BackupPlanAssociation in below format Format : projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}
@@ -223,6 +225,8 @@ <h3>Method Details</h3>
223225

224226
{ # A BackupPlanAssociation represents a single BackupPlanAssociation which contains details like workload, backup plan etc
225227
&quot;backupPlan&quot;: &quot;A String&quot;, # Required. Resource name of backup plan which needs to be applied on workload. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
228+
&quot;backupPlanRevisionId&quot;: &quot;A String&quot;, # Output only. The user friendly revision ID of the `BackupPlanRevision`. Example: v0, v1, v2, etc.
229+
&quot;backupPlanRevisionName&quot;: &quot;A String&quot;, # Output only. The resource id of the `BackupPlanRevision`. Format: `projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision_id}`
226230
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
227231
&quot;dataSource&quot;: &quot;A String&quot;, # Output only. Resource name of data source which will be used as storage location for backups taken. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
228232
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of BackupPlanAssociation in below format Format : projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}
@@ -270,6 +274,8 @@ <h3>Method Details</h3>
270274
&quot;backupPlanAssociations&quot;: [ # The list of Backup Plan Associations in the project for the specified location. If the `{location}` value in the request is &quot;-&quot;, the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup plan associations in reachable locations and the &#x27;unreachable&#x27; field will be populated with a list of unreachable locations.
271275
{ # A BackupPlanAssociation represents a single BackupPlanAssociation which contains details like workload, backup plan etc
272276
&quot;backupPlan&quot;: &quot;A String&quot;, # Required. Resource name of backup plan which needs to be applied on workload. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
277+
&quot;backupPlanRevisionId&quot;: &quot;A String&quot;, # Output only. The user friendly revision ID of the `BackupPlanRevision`. Example: v0, v1, v2, etc.
278+
&quot;backupPlanRevisionName&quot;: &quot;A String&quot;, # Output only. The resource id of the `BackupPlanRevision`. Format: `projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision_id}`
273279
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
274280
&quot;dataSource&quot;: &quot;A String&quot;, # Output only. Resource name of data source which will be used as storage location for backups taken. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
275281
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of BackupPlanAssociation in below format Format : projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}
@@ -327,6 +333,8 @@ <h3>Method Details</h3>
327333

328334
{ # A BackupPlanAssociation represents a single BackupPlanAssociation which contains details like workload, backup plan etc
329335
&quot;backupPlan&quot;: &quot;A String&quot;, # Required. Resource name of backup plan which needs to be applied on workload. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
336+
&quot;backupPlanRevisionId&quot;: &quot;A String&quot;, # Output only. The user friendly revision ID of the `BackupPlanRevision`. Example: v0, v1, v2, etc.
337+
&quot;backupPlanRevisionName&quot;: &quot;A String&quot;, # Output only. The resource id of the `BackupPlanRevision`. Format: `projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision_id}`
330338
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
331339
&quot;dataSource&quot;: &quot;A String&quot;, # Output only. Resource name of data source which will be used as storage location for backups taken. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
332340
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of BackupPlanAssociation in below format Format : projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}

0 commit comments

Comments
 (0)