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/file_v1.projects.locations.backups.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ <h3>Method Details</h3>
120
120
"a_key": "A String",
121
121
},
122
122
"name": "A String", # Output only. The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
123
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
123
124
"satisfiesPzs": True or False, # Output only. Reserved for future use.
124
125
"sourceFileShare": "A String", # Name of the file share in the source Filestore instance that the backup is created from.
125
126
"sourceInstance": "A String", # The resource name of the source Filestore instance, in the format `projects/{project_number}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -217,6 +218,7 @@ <h3>Method Details</h3>
217
218
"a_key": "A String",
218
219
},
219
220
"name": "A String", # Output only. The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
221
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
220
222
"satisfiesPzs": True or False, # Output only. Reserved for future use.
221
223
"sourceFileShare": "A String", # Name of the file share in the source Filestore instance that the backup is created from.
222
224
"sourceInstance": "A String", # The resource name of the source Filestore instance, in the format `projects/{project_number}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -256,6 +258,7 @@ <h3>Method Details</h3>
256
258
"a_key": "A String",
257
259
},
258
260
"name": "A String", # Output only. The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
261
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
259
262
"satisfiesPzs": True or False, # Output only. Reserved for future use.
260
263
"sourceFileShare": "A String", # Name of the file share in the source Filestore instance that the backup is created from.
261
264
"sourceInstance": "A String", # The resource name of the source Filestore instance, in the format `projects/{project_number}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -304,6 +307,7 @@ <h3>Method Details</h3>
304
307
"a_key": "A String",
305
308
},
306
309
"name": "A String", # Output only. The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
310
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
307
311
"satisfiesPzs": True or False, # Output only. Reserved for future use.
308
312
"sourceFileShare": "A String", # Name of the file share in the source Filestore instance that the backup is created from.
309
313
"sourceInstance": "A String", # The resource name of the source Filestore instance, in the format `projects/{project_number}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
Copy file name to clipboardExpand all lines: docs/dyn/file_v1.projects.locations.instances.html
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ <h3>Method Details</h3>
128
128
"fileShares": [ # File system shares on the instance. For this version, only a single file share is supported.
129
129
{ # File share configuration for the instance.
130
130
"capacityGb": "A String", # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
131
-
"name": "A String", # The name of the file share (must be 16 characters or less).
131
+
"name": "A String", # Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores [a-z0-9_]. Must start with a letter. Immutable.
132
132
"nfsExportOptions": [ # Nfs Export Options. There is a limit of 10 export options per file share.
133
133
{ # NFS export options specifications.
134
134
"accessMode": "A String", # Either READ_ONLY, for allowing only read requests on the exported directory, or READ_WRITE, for allowing both read and write requests. The default is READ_WRITE.
@@ -161,6 +161,7 @@ <h3>Method Details</h3>
161
161
"reservedIpRange": "A String", # Optional, reserved_ip_range can have one of the following two types of values. * CIDR range value when using DIRECT_PEERING connect mode. * [Allocated IP address range](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode. When the name of an allocated IP address range is specified, it must be one of the ranges associated with the private service access connection. When specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier, a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier in one of the [internal IP address ranges](https://www.arin.net/reference/research/statistics/address_filters/) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24 or 192.168.0.0/26, respectively. The range you specify can't overlap with either existing subnets or assigned IP address ranges for other Filestore instances in the selected VPC network.
162
162
},
163
163
],
164
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
164
165
"satisfiesPzs": True or False, # Output only. Reserved for future use.
165
166
"state": "A String", # Output only. The instance state.
166
167
"statusMessage": "A String", # Output only. Additional information about the instance state, if available.
@@ -257,7 +258,7 @@ <h3>Method Details</h3>
257
258
"fileShares": [ # File system shares on the instance. For this version, only a single file share is supported.
258
259
{ # File share configuration for the instance.
259
260
"capacityGb": "A String", # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
260
-
"name": "A String", # The name of the file share (must be 16 characters or less).
261
+
"name": "A String", # Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores [a-z0-9_]. Must start with a letter. Immutable.
261
262
"nfsExportOptions": [ # Nfs Export Options. There is a limit of 10 export options per file share.
262
263
{ # NFS export options specifications.
263
264
"accessMode": "A String", # Either READ_ONLY, for allowing only read requests on the exported directory, or READ_WRITE, for allowing both read and write requests. The default is READ_WRITE.
@@ -290,6 +291,7 @@ <h3>Method Details</h3>
290
291
"reservedIpRange": "A String", # Optional, reserved_ip_range can have one of the following two types of values. * CIDR range value when using DIRECT_PEERING connect mode. * [Allocated IP address range](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode. When the name of an allocated IP address range is specified, it must be one of the ranges associated with the private service access connection. When specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier, a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier in one of the [internal IP address ranges](https://www.arin.net/reference/research/statistics/address_filters/) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24 or 192.168.0.0/26, respectively. The range you specify can't overlap with either existing subnets or assigned IP address ranges for other Filestore instances in the selected VPC network.
291
292
},
292
293
],
294
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
293
295
"satisfiesPzs": True or False, # Output only. Reserved for future use.
294
296
"state": "A String", # Output only. The instance state.
295
297
"statusMessage": "A String", # Output only. Additional information about the instance state, if available.
@@ -327,7 +329,7 @@ <h3>Method Details</h3>
327
329
"fileShares": [ # File system shares on the instance. For this version, only a single file share is supported.
328
330
{ # File share configuration for the instance.
329
331
"capacityGb": "A String", # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
330
-
"name": "A String", # The name of the file share (must be 16 characters or less).
332
+
"name": "A String", # Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores [a-z0-9_]. Must start with a letter. Immutable.
331
333
"nfsExportOptions": [ # Nfs Export Options. There is a limit of 10 export options per file share.
332
334
{ # NFS export options specifications.
333
335
"accessMode": "A String", # Either READ_ONLY, for allowing only read requests on the exported directory, or READ_WRITE, for allowing both read and write requests. The default is READ_WRITE.
@@ -360,6 +362,7 @@ <h3>Method Details</h3>
360
362
"reservedIpRange": "A String", # Optional, reserved_ip_range can have one of the following two types of values. * CIDR range value when using DIRECT_PEERING connect mode. * [Allocated IP address range](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode. When the name of an allocated IP address range is specified, it must be one of the ranges associated with the private service access connection. When specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier, a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier in one of the [internal IP address ranges](https://www.arin.net/reference/research/statistics/address_filters/) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24 or 192.168.0.0/26, respectively. The range you specify can't overlap with either existing subnets or assigned IP address ranges for other Filestore instances in the selected VPC network.
361
363
},
362
364
],
365
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
363
366
"satisfiesPzs": True or False, # Output only. Reserved for future use.
364
367
"state": "A String", # Output only. The instance state.
365
368
"statusMessage": "A String", # Output only. Additional information about the instance state, if available.
@@ -406,7 +409,7 @@ <h3>Method Details</h3>
406
409
"fileShares": [ # File system shares on the instance. For this version, only a single file share is supported.
407
410
{ # File share configuration for the instance.
408
411
"capacityGb": "A String", # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
409
-
"name": "A String", # The name of the file share (must be 16 characters or less).
412
+
"name": "A String", # Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores [a-z0-9_]. Must start with a letter. Immutable.
410
413
"nfsExportOptions": [ # Nfs Export Options. There is a limit of 10 export options per file share.
411
414
{ # NFS export options specifications.
412
415
"accessMode": "A String", # Either READ_ONLY, for allowing only read requests on the exported directory, or READ_WRITE, for allowing both read and write requests. The default is READ_WRITE.
@@ -439,6 +442,7 @@ <h3>Method Details</h3>
439
442
"reservedIpRange": "A String", # Optional, reserved_ip_range can have one of the following two types of values. * CIDR range value when using DIRECT_PEERING connect mode. * [Allocated IP address range](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode. When the name of an allocated IP address range is specified, it must be one of the ranges associated with the private service access connection. When specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier, a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier in one of the [internal IP address ranges](https://www.arin.net/reference/research/statistics/address_filters/) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24 or 192.168.0.0/26, respectively. The range you specify can't overlap with either existing subnets or assigned IP address ranges for other Filestore instances in the selected VPC network.
440
443
},
441
444
],
445
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
442
446
"satisfiesPzs": True or False, # Output only. Reserved for future use.
443
447
"state": "A String", # Output only. The instance state.
444
448
"statusMessage": "A String", # Output only. Additional information about the instance state, if available.
Copy file name to clipboardExpand all lines: docs/dyn/file_v1beta1.projects.locations.backups.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ <h3>Method Details</h3>
120
120
"a_key": "A String",
121
121
},
122
122
"name": "A String", # Output only. The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
123
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
123
124
"satisfiesPzs": True or False, # Output only. Reserved for future use.
124
125
"sourceFileShare": "A String", # Name of the file share in the source Filestore instance that the backup is created from.
125
126
"sourceInstance": "A String", # The resource name of the source Filestore instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -217,6 +218,7 @@ <h3>Method Details</h3>
217
218
"a_key": "A String",
218
219
},
219
220
"name": "A String", # Output only. The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
221
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
220
222
"satisfiesPzs": True or False, # Output only. Reserved for future use.
221
223
"sourceFileShare": "A String", # Name of the file share in the source Filestore instance that the backup is created from.
222
224
"sourceInstance": "A String", # The resource name of the source Filestore instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -256,6 +258,7 @@ <h3>Method Details</h3>
256
258
"a_key": "A String",
257
259
},
258
260
"name": "A String", # Output only. The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
261
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
259
262
"satisfiesPzs": True or False, # Output only. Reserved for future use.
260
263
"sourceFileShare": "A String", # Name of the file share in the source Filestore instance that the backup is created from.
261
264
"sourceInstance": "A String", # The resource name of the source Filestore instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -304,6 +307,7 @@ <h3>Method Details</h3>
304
307
"a_key": "A String",
305
308
},
306
309
"name": "A String", # Output only. The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
310
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
307
311
"satisfiesPzs": True or False, # Output only. Reserved for future use.
308
312
"sourceFileShare": "A String", # Name of the file share in the source Filestore instance that the backup is created from.
309
313
"sourceInstance": "A String", # The resource name of the source Filestore instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
0 commit comments