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: clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/ComputeInstanceRestoreProperties.java
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,8 @@ public final class ComputeInstanceRestoreProperties extends com.google.api.clien
70
70
71
71
/**
72
72
* Optional. Array of disks associated with this instance. Persistent disks must be created before
73
-
* you can assign them.
73
+
* you can assign them. Source regional persistent disks will be restored with default replica
74
+
* zones if not specified.
74
75
* The value may be {@code null}.
75
76
*/
76
77
@com.google.api.client.util.Key
@@ -164,7 +165,8 @@ public final class ComputeInstanceRestoreProperties extends com.google.api.clien
164
165
/**
165
166
* Optional. An array of network configurations for this instance. These specify how interfaces
166
167
* are configured to interact with other network services, such as connecting to the internet.
167
-
* Multiple interfaces are supported per instance.
168
+
* Multiple interfaces are supported per instance. Required to restore in different project or
169
+
* region.
168
170
* The value may be {@code null}.
169
171
*/
170
172
@com.google.api.client.util.Key
@@ -201,7 +203,8 @@ public final class ComputeInstanceRestoreProperties extends com.google.api.clien
201
203
privateAllocationAffinityreservationAffinity;
202
204
203
205
/**
204
-
* Optional. Resource policies applied to this instance.
206
+
* Optional. Resource policies applied to this instance. By default, no resource policies will be
207
+
* applied.
205
208
* The value may be {@code null}.
206
209
*/
207
210
@com.google.api.client.util.Key
@@ -321,7 +324,8 @@ public ComputeInstanceRestoreProperties setDescription(java.lang.String descript
321
324
322
325
/**
323
326
* Optional. Array of disks associated with this instance. Persistent disks must be created before
324
-
* you can assign them.
327
+
* you can assign them. Source regional persistent disks will be restored with default replica
328
+
* zones if not specified.
325
329
* @return value or {@code null} for none
326
330
*/
327
331
publicjava.util.List<AttachedDisk> getDisks() {
@@ -330,7 +334,8 @@ public java.util.List<AttachedDisk> getDisks() {
330
334
331
335
/**
332
336
* Optional. Array of disks associated with this instance. Persistent disks must be created before
333
-
* you can assign them.
337
+
* you can assign them. Source regional persistent disks will be restored with default replica
0 commit comments