Skip to content

Commit 24b685a

Browse files
feat(file): update the api
#### file:v1 The following keys were deleted: - schemas.FileShareConfig.properties.performanceConfig.$ref (Total Keys: 1) - schemas.FileShareConfig.properties.performanceLimits (Total Keys: 2) - schemas.FixedIOPS (Total Keys: 4) - schemas.IOPSPerGB (Total Keys: 4) - schemas.PerformanceConfig (Total Keys: 5) - schemas.PerformanceLimits (Total Keys: 14) #### file:v1beta1 The following keys were deleted: - schemas.FileShareConfig.properties.performanceConfig.$ref (Total Keys: 1) - schemas.FileShareConfig.properties.performanceLimits (Total Keys: 2) - schemas.FixedIOPS (Total Keys: 4) - schemas.IOPSPerGB (Total Keys: 4) - schemas.PerformanceConfig (Total Keys: 5) - schemas.PerformanceLimits (Total Keys: 14)
1 parent 7edc7a1 commit 24b685a

File tree

4 files changed

+2
-288
lines changed

4 files changed

+2
-288
lines changed

docs/dyn/file_v1.projects.locations.instances.html

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -143,21 +143,6 @@ <h3>Method Details</h3>
143143
&quot;squashMode&quot;: &quot;A String&quot;, # Either NO_ROOT_SQUASH, for allowing root access on the exported directory, or ROOT_SQUASH, for not allowing root access. The default is NO_ROOT_SQUASH.
144144
},
145145
],
146-
&quot;performanceConfig&quot;: { # Performance configuration. Used for setting the performance configuration. Defaults to `iops_by_capacity` if unset in instance creation. # Optional. Used to configure performance.
147-
&quot;fixedIops&quot;: { # Fixed IOPS parameters. # Choose a fixed provisioned IOPS value for the instance, which will remain constant regardless of instance capacity. Value must be a multiple of 1000. If the chosen value is outside the supported range for the instance&#x27;s capacity during instance creation, instance creation will fail with an `InvalidArgument` error. Similarly, if an instance capacity update would result in a value outside the supported range, the update will fail with an `InvalidArgument` error.
148-
&quot;maxReadIops&quot;: &quot;A String&quot;, # Required. Maximum raw read IOPS.
149-
},
150-
&quot;iopsByCapacity&quot;: True or False, # Automatically provision maximum available IOPS based on the capacity of the instance. Larger instances will be granted more IOPS. If instance capacity is increased or decreased, IOPS will be automatically adjusted upwards or downwards accordingly. The maximum available IOPS for a given capacity is defined in Filestore documentation.
151-
&quot;iopsPerGb&quot;: { # IOPS per capacity parameters. # Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be calculated by by multiplying the capacity of the instance in GiB by the `iops_per_gb` value, and rounding to the nearest 1000. For example, for a 1 TiB instance with an `iops_per_gb` value of 15, the provisioned read IOPS would be `1024 * 15 = 15,360`, rounded to `15,000`. If the calculated value is outside the supported range for the instance&#x27;s capacity during instance creation, instance creation will fail with an `InvalidArgument` error. Similarly, if an instance capacity update would result in a value outside the supported range, the update will fail with an `InvalidArgument` error.
152-
&quot;maxReadIopsPerGb&quot;: &quot;A String&quot;, # Required. Maximum read IOPS per GB.
153-
},
154-
},
155-
&quot;performanceLimits&quot;: { # The enforced performance limits, calculated from the instance&#x27;s performance configuration. # Output only. Used for getting performance limits.
156-
&quot;maxReadIops&quot;: &quot;A String&quot;, # Output only. The max read IOPS.
157-
&quot;maxReadThroughput&quot;: &quot;A String&quot;, # Output only. The max read throughput.
158-
&quot;maxWriteIops&quot;: &quot;A String&quot;, # Output only. The max write IOPS.
159-
&quot;maxWriteThroughput&quot;: &quot;A String&quot;, # Output only. The max write throughput.
160-
},
161146
&quot;sourceBackup&quot;: &quot;A String&quot;, # The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`, that this file share has been restored from.
162147
},
163148
],
@@ -304,21 +289,6 @@ <h3>Method Details</h3>
304289
&quot;squashMode&quot;: &quot;A String&quot;, # Either NO_ROOT_SQUASH, for allowing root access on the exported directory, or ROOT_SQUASH, for not allowing root access. The default is NO_ROOT_SQUASH.
305290
},
306291
],
307-
&quot;performanceConfig&quot;: { # Performance configuration. Used for setting the performance configuration. Defaults to `iops_by_capacity` if unset in instance creation. # Optional. Used to configure performance.
308-
&quot;fixedIops&quot;: { # Fixed IOPS parameters. # Choose a fixed provisioned IOPS value for the instance, which will remain constant regardless of instance capacity. Value must be a multiple of 1000. If the chosen value is outside the supported range for the instance&#x27;s capacity during instance creation, instance creation will fail with an `InvalidArgument` error. Similarly, if an instance capacity update would result in a value outside the supported range, the update will fail with an `InvalidArgument` error.
309-
&quot;maxReadIops&quot;: &quot;A String&quot;, # Required. Maximum raw read IOPS.
310-
},
311-
&quot;iopsByCapacity&quot;: True or False, # Automatically provision maximum available IOPS based on the capacity of the instance. Larger instances will be granted more IOPS. If instance capacity is increased or decreased, IOPS will be automatically adjusted upwards or downwards accordingly. The maximum available IOPS for a given capacity is defined in Filestore documentation.
312-
&quot;iopsPerGb&quot;: { # IOPS per capacity parameters. # Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be calculated by by multiplying the capacity of the instance in GiB by the `iops_per_gb` value, and rounding to the nearest 1000. For example, for a 1 TiB instance with an `iops_per_gb` value of 15, the provisioned read IOPS would be `1024 * 15 = 15,360`, rounded to `15,000`. If the calculated value is outside the supported range for the instance&#x27;s capacity during instance creation, instance creation will fail with an `InvalidArgument` error. Similarly, if an instance capacity update would result in a value outside the supported range, the update will fail with an `InvalidArgument` error.
313-
&quot;maxReadIopsPerGb&quot;: &quot;A String&quot;, # Required. Maximum read IOPS per GB.
314-
},
315-
},
316-
&quot;performanceLimits&quot;: { # The enforced performance limits, calculated from the instance&#x27;s performance configuration. # Output only. Used for getting performance limits.
317-
&quot;maxReadIops&quot;: &quot;A String&quot;, # Output only. The max read IOPS.
318-
&quot;maxReadThroughput&quot;: &quot;A String&quot;, # Output only. The max read throughput.
319-
&quot;maxWriteIops&quot;: &quot;A String&quot;, # Output only. The max write IOPS.
320-
&quot;maxWriteThroughput&quot;: &quot;A String&quot;, # Output only. The max write throughput.
321-
},
322292
&quot;sourceBackup&quot;: &quot;A String&quot;, # The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`, that this file share has been restored from.
323293
},
324294
],
@@ -406,21 +376,6 @@ <h3>Method Details</h3>
406376
&quot;squashMode&quot;: &quot;A String&quot;, # Either NO_ROOT_SQUASH, for allowing root access on the exported directory, or ROOT_SQUASH, for not allowing root access. The default is NO_ROOT_SQUASH.
407377
},
408378
],
409-
&quot;performanceConfig&quot;: { # Performance configuration. Used for setting the performance configuration. Defaults to `iops_by_capacity` if unset in instance creation. # Optional. Used to configure performance.
410-
&quot;fixedIops&quot;: { # Fixed IOPS parameters. # Choose a fixed provisioned IOPS value for the instance, which will remain constant regardless of instance capacity. Value must be a multiple of 1000. If the chosen value is outside the supported range for the instance&#x27;s capacity during instance creation, instance creation will fail with an `InvalidArgument` error. Similarly, if an instance capacity update would result in a value outside the supported range, the update will fail with an `InvalidArgument` error.
411-
&quot;maxReadIops&quot;: &quot;A String&quot;, # Required. Maximum raw read IOPS.
412-
},
413-
&quot;iopsByCapacity&quot;: True or False, # Automatically provision maximum available IOPS based on the capacity of the instance. Larger instances will be granted more IOPS. If instance capacity is increased or decreased, IOPS will be automatically adjusted upwards or downwards accordingly. The maximum available IOPS for a given capacity is defined in Filestore documentation.
414-
&quot;iopsPerGb&quot;: { # IOPS per capacity parameters. # Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be calculated by by multiplying the capacity of the instance in GiB by the `iops_per_gb` value, and rounding to the nearest 1000. For example, for a 1 TiB instance with an `iops_per_gb` value of 15, the provisioned read IOPS would be `1024 * 15 = 15,360`, rounded to `15,000`. If the calculated value is outside the supported range for the instance&#x27;s capacity during instance creation, instance creation will fail with an `InvalidArgument` error. Similarly, if an instance capacity update would result in a value outside the supported range, the update will fail with an `InvalidArgument` error.
415-
&quot;maxReadIopsPerGb&quot;: &quot;A String&quot;, # Required. Maximum read IOPS per GB.
416-
},
417-
},
418-
&quot;performanceLimits&quot;: { # The enforced performance limits, calculated from the instance&#x27;s performance configuration. # Output only. Used for getting performance limits.
419-
&quot;maxReadIops&quot;: &quot;A String&quot;, # Output only. The max read IOPS.
420-
&quot;maxReadThroughput&quot;: &quot;A String&quot;, # Output only. The max read throughput.
421-
&quot;maxWriteIops&quot;: &quot;A String&quot;, # Output only. The max write IOPS.
422-
&quot;maxWriteThroughput&quot;: &quot;A String&quot;, # Output only. The max write throughput.
423-
},
424379
&quot;sourceBackup&quot;: &quot;A String&quot;, # The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`, that this file share has been restored from.
425380
},
426381
],
@@ -517,21 +472,6 @@ <h3>Method Details</h3>
517472
&quot;squashMode&quot;: &quot;A String&quot;, # Either NO_ROOT_SQUASH, for allowing root access on the exported directory, or ROOT_SQUASH, for not allowing root access. The default is NO_ROOT_SQUASH.
518473
},
519474
],
520-
&quot;performanceConfig&quot;: { # Performance configuration. Used for setting the performance configuration. Defaults to `iops_by_capacity` if unset in instance creation. # Optional. Used to configure performance.
521-
&quot;fixedIops&quot;: { # Fixed IOPS parameters. # Choose a fixed provisioned IOPS value for the instance, which will remain constant regardless of instance capacity. Value must be a multiple of 1000. If the chosen value is outside the supported range for the instance&#x27;s capacity during instance creation, instance creation will fail with an `InvalidArgument` error. Similarly, if an instance capacity update would result in a value outside the supported range, the update will fail with an `InvalidArgument` error.
522-
&quot;maxReadIops&quot;: &quot;A String&quot;, # Required. Maximum raw read IOPS.
523-
},
524-
&quot;iopsByCapacity&quot;: True or False, # Automatically provision maximum available IOPS based on the capacity of the instance. Larger instances will be granted more IOPS. If instance capacity is increased or decreased, IOPS will be automatically adjusted upwards or downwards accordingly. The maximum available IOPS for a given capacity is defined in Filestore documentation.
525-
&quot;iopsPerGb&quot;: { # IOPS per capacity parameters. # Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be calculated by by multiplying the capacity of the instance in GiB by the `iops_per_gb` value, and rounding to the nearest 1000. For example, for a 1 TiB instance with an `iops_per_gb` value of 15, the provisioned read IOPS would be `1024 * 15 = 15,360`, rounded to `15,000`. If the calculated value is outside the supported range for the instance&#x27;s capacity during instance creation, instance creation will fail with an `InvalidArgument` error. Similarly, if an instance capacity update would result in a value outside the supported range, the update will fail with an `InvalidArgument` error.
526-
&quot;maxReadIopsPerGb&quot;: &quot;A String&quot;, # Required. Maximum read IOPS per GB.
527-
},
528-
},
529-
&quot;performanceLimits&quot;: { # The enforced performance limits, calculated from the instance&#x27;s performance configuration. # Output only. Used for getting performance limits.
530-
&quot;maxReadIops&quot;: &quot;A String&quot;, # Output only. The max read IOPS.
531-
&quot;maxReadThroughput&quot;: &quot;A String&quot;, # Output only. The max read throughput.
532-
&quot;maxWriteIops&quot;: &quot;A String&quot;, # Output only. The max write IOPS.
533-
&quot;maxWriteThroughput&quot;: &quot;A String&quot;, # Output only. The max write throughput.
534-
},
535475
&quot;sourceBackup&quot;: &quot;A String&quot;, # The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`, that this file share has been restored from.
536476
},
537477
],

0 commit comments

Comments
 (0)