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-file/v1beta1/2.0.0/com/google/api/services/file/v1beta1/model/PerformanceConfig.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,11 @@ public final class PerformanceConfig extends com.google.api.client.json.GenericJ
45
45
privateFixedIOPSfixedIops;
46
46
47
47
/**
48
-
* Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be
48
+
* Provision IOPS dynamically based on the capacity of the instance. Provisioned IOPS will be
49
49
* calculated by multiplying the capacity of the instance in TiB by the `iops_per_tb` value. For
50
-
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned read IOPS
51
-
* will be 34000. If the calculated value is outside the supported range for the instance's
52
-
* capacity during instance creation, instance creation will fail with an `InvalidArgument` error.
50
+
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned IOPS will be
51
+
* 34000. If the calculated value is outside the supported range for the instance's capacity
52
+
* during instance creation, instance creation will fail with an `InvalidArgument` error.
53
53
* Similarly, if an instance capacity update would result in a value outside the supported range,
54
54
* the update will fail with an `InvalidArgument` error.
55
55
* The value may be {@code null}.
@@ -83,11 +83,11 @@ public PerformanceConfig setFixedIops(FixedIOPS fixedIops) {
83
83
}
84
84
85
85
/**
86
-
* Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be
86
+
* Provision IOPS dynamically based on the capacity of the instance. Provisioned IOPS will be
87
87
* calculated by multiplying the capacity of the instance in TiB by the `iops_per_tb` value. For
88
-
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned read IOPS
89
-
* will be 34000. If the calculated value is outside the supported range for the instance's
90
-
* capacity during instance creation, instance creation will fail with an `InvalidArgument` error.
88
+
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned IOPS will be
89
+
* 34000. If the calculated value is outside the supported range for the instance's capacity
90
+
* during instance creation, instance creation will fail with an `InvalidArgument` error.
91
91
* Similarly, if an instance capacity update would result in a value outside the supported range,
92
92
* the update will fail with an `InvalidArgument` error.
93
93
* @return value or {@code null} for none
@@ -97,11 +97,11 @@ public IOPSPerTB getIopsPerTb() {
97
97
}
98
98
99
99
/**
100
-
* Provision IOPS dynamically based on the capacity of the instance. Provisioned read IOPS will be
100
+
* Provision IOPS dynamically based on the capacity of the instance. Provisioned IOPS will be
101
101
* calculated by multiplying the capacity of the instance in TiB by the `iops_per_tb` value. For
102
-
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned read IOPS
103
-
* will be 34000. If the calculated value is outside the supported range for the instance's
104
-
* capacity during instance creation, instance creation will fail with an `InvalidArgument` error.
102
+
* example, for a 2 TiB instance with an `iops_per_tb` value of 17000 the provisioned IOPS will be
103
+
* 34000. If the calculated value is outside the supported range for the instance's capacity
104
+
* during instance creation, instance creation will fail with an `InvalidArgument` error.
105
105
* Similarly, if an instance capacity update would result in a value outside the supported range,
106
106
* the update will fail with an `InvalidArgument` error.
107
107
* @param iopsPerTb iopsPerTb or {@code null} for none
0 commit comments