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-netapp/v1beta1/2.0.0/com/google/api/services/netapp/v1beta1/model/StoragePool.java
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,13 @@ public final class StoragePool extends com.google.api.client.json.GenericJson {
45
45
@com.google.api.client.util.Key
46
46
privatejava.lang.BooleanallowAutoTiering;
47
47
48
+
/**
49
+
* Output only. Available throughput of the storage pool (in MiB/s).
50
+
* The value may be {@code null}.
51
+
*/
52
+
@com.google.api.client.util.Key
53
+
privatejava.lang.DoubleavailableThroughputMibps;
54
+
48
55
/**
49
56
* Required. Capacity in GIB of the pool
50
57
* The value may be {@code null}.
@@ -148,6 +155,13 @@ public final class StoragePool extends com.google.api.client.json.GenericJson {
148
155
@com.google.api.client.util.Key
149
156
privatejava.lang.StringpsaRange;
150
157
158
+
/**
159
+
* Optional. QoS (Quality of Service) Type of the storage pool
160
+
* The value may be {@code null}.
161
+
*/
162
+
@com.google.api.client.util.Key
163
+
privatejava.lang.StringqosType;
164
+
151
165
/**
152
166
* Optional. Specifies the replica zone for regional storagePool.
153
167
* The value may be {@code null}.
@@ -262,6 +276,23 @@ public StoragePool setAllowAutoTiering(java.lang.Boolean allowAutoTiering) {
262
276
returnthis;
263
277
}
264
278
279
+
/**
280
+
* Output only. Available throughput of the storage pool (in MiB/s).
0 commit comments