You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/backupdr_v1.projects.locations.backupVaults.dataSources.backups.html
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,7 @@ <h3>Method Details</h3>
189
189
"diskInterface": "A String", # Optional. Specifies the disk interface to use for attaching this disk.
190
190
"diskSizeGb": "A String", # Optional. The size of the disk in GB.
191
191
"diskType": "A String", # Optional. Specifies the type of the disk.
192
+
"diskTypeUri": "A String", # Optional. Output only. The URI of the disk type resource. For example: projects/project/zones/zone/diskTypes/pd-standard or pd-ssd
192
193
"guestOsFeature": [ # Optional. A list of features to enable on the guest operating system. Applicable only for bootable images.
193
194
{ # Feature type of the Guest OS.
194
195
"type": "A String", # The ID of a supported feature.
@@ -301,7 +302,7 @@ <h3>Method Details</h3>
301
302
],
302
303
},
303
304
],
304
-
"sourceInstanceName": "A String", # Name of the source instance at the time of backup. The name is 1-63 characters long, and complies with RFC1035.
305
+
"sourceInstance": "A String", # The source instance used to create this backup. This can be a partial or full URL to the resource. For example, the following are valid values: -https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance -projects/project/zones/zone/instances/instance
305
306
"tags": { # A set of instance tags. # A list of tags to apply to the instances that are created from these properties. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035 (https://www.ietf.org/rfc/rfc1035.txt).
306
307
"items": [ # Optional. An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
307
308
"A String",
@@ -405,6 +406,7 @@ <h3>Method Details</h3>
405
406
"diskInterface": "A String", # Optional. Specifies the disk interface to use for attaching this disk.
406
407
"diskSizeGb": "A String", # Optional. The size of the disk in GB.
407
408
"diskType": "A String", # Optional. Specifies the type of the disk.
409
+
"diskTypeUri": "A String", # Optional. Output only. The URI of the disk type resource. For example: projects/project/zones/zone/diskTypes/pd-standard or pd-ssd
408
410
"guestOsFeature": [ # Optional. A list of features to enable on the guest operating system. Applicable only for bootable images.
409
411
{ # Feature type of the Guest OS.
410
412
"type": "A String", # The ID of a supported feature.
@@ -517,7 +519,7 @@ <h3>Method Details</h3>
517
519
],
518
520
},
519
521
],
520
-
"sourceInstanceName": "A String", # Name of the source instance at the time of backup. The name is 1-63 characters long, and complies with RFC1035.
522
+
"sourceInstance": "A String", # The source instance used to create this backup. This can be a partial or full URL to the resource. For example, the following are valid values: -https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance -projects/project/zones/zone/instances/instance
521
523
"tags": { # A set of instance tags. # A list of tags to apply to the instances that are created from these properties. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035 (https://www.ietf.org/rfc/rfc1035.txt).
522
524
"items": [ # Optional. An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
523
525
"A String",
@@ -630,6 +632,7 @@ <h3>Method Details</h3>
630
632
"diskInterface": "A String", # Optional. Specifies the disk interface to use for attaching this disk.
631
633
"diskSizeGb": "A String", # Optional. The size of the disk in GB.
632
634
"diskType": "A String", # Optional. Specifies the type of the disk.
635
+
"diskTypeUri": "A String", # Optional. Output only. The URI of the disk type resource. For example: projects/project/zones/zone/diskTypes/pd-standard or pd-ssd
633
636
"guestOsFeature": [ # Optional. A list of features to enable on the guest operating system. Applicable only for bootable images.
634
637
{ # Feature type of the Guest OS.
635
638
"type": "A String", # The ID of a supported feature.
@@ -742,7 +745,7 @@ <h3>Method Details</h3>
742
745
],
743
746
},
744
747
],
745
-
"sourceInstanceName": "A String", # Name of the source instance at the time of backup. The name is 1-63 characters long, and complies with RFC1035.
748
+
"sourceInstance": "A String", # The source instance used to create this backup. This can be a partial or full URL to the resource. For example, the following are valid values: -https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance -projects/project/zones/zone/instances/instance
746
749
"tags": { # A set of instance tags. # A list of tags to apply to the instances that are created from these properties. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035 (https://www.ietf.org/rfc/rfc1035.txt).
747
750
"items": [ # Optional. An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
"updateTime": "A String", # Output only. The time when the instance was updated.
418
418
}
419
419
420
+
force: boolean, Optional. If set to true, will not check plan duration against backup vault enforcement duration. Non-standard field.
420
421
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
421
422
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the BackupVault resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then the request will fail.
422
423
validateOnly: boolean, Optional. Only validate the request, but do not perform mutations. The default is 'false'.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/backupdr.v1.json
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -398,6 +398,11 @@
398
398
"name"
399
399
],
400
400
"parameters": {
401
+
"force": {
402
+
"description": "Optional. If set to true, will not check plan duration against backup vault enforcement duration. Non-standard field.",
403
+
"location": "query",
404
+
"type": "boolean"
405
+
},
401
406
"name": {
402
407
"description": "Output only. The resource name.",
403
408
"location": "path",
@@ -1256,7 +1261,7 @@
1256
1261
}
1257
1262
}
1258
1263
},
1259
-
"revision": "20240626",
1264
+
"revision": "20240711",
1260
1265
"rootUrl": "https://backupdr.googleapis.com/",
1261
1266
"schemas": {
1262
1267
"AbandonBackupRequest": {
@@ -1418,6 +1423,11 @@
1418
1423
],
1419
1424
"type": "string"
1420
1425
},
1426
+
"diskTypeUri": {
1427
+
"description": "Optional. Output only. The URI of the disk type resource. For example: projects/project/zones/zone/diskTypes/pd-standard or pd-ssd",
1428
+
"readOnly": true,
1429
+
"type": "string"
1430
+
},
1421
1431
"guestOsFeature": {
1422
1432
"description": "Optional. A list of features to enable on the guest operating system. Applicable only for bootable images.",
1423
1433
"items": {
@@ -2022,8 +2032,8 @@
2022
2032
},
2023
2033
"type": "array"
2024
2034
},
2025
-
"sourceInstanceName": {
2026
-
"description": "Name of the source instance at the time of backup. The name is 1-63 characters long, and complies with RFC1035.",
2035
+
"sourceInstance": {
2036
+
"description": "The source instance used to create this backup. This can be a partial or full URL to the resource. For example, the following are valid values: -https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance -projects/project/zones/zone/instances/instance",
0 commit comments