Skip to content

Commit c2afd5c

Browse files
feat(netapp): update the api
#### netapp:v1beta1 The following keys were added: - schemas.StoragePool.properties.customPerformanceEnabled.type (Total Keys: 1) - schemas.StoragePool.properties.totalIops (Total Keys: 2) - schemas.StoragePool.properties.totalThroughputMibps (Total Keys: 2)
1 parent cecd16c commit c2afd5c

7 files changed

+46
-20
lines changed

docs/dyn/netapp_v1.projects.locations.volumes.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h3>Method Details</h3>
242242
&quot;stateDetails&quot;: &quot;A String&quot;, # Output only. State details of the volume
243243
&quot;storagePool&quot;: &quot;A String&quot;, # Required. StoragePool name of the volume
244244
&quot;tieringPolicy&quot;: { # Defines tiering policy for the volume. # Tiering policy for the volume.
245-
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 7-183. Default is 31.
245+
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 2-183. Default is 31.
246246
&quot;tierAction&quot;: &quot;A String&quot;, # Optional. Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED.
247247
},
248248
&quot;unixPermissions&quot;: &quot;A String&quot;, # Optional. Default unix style permission (e.g. 777) the mount point will be created with. Applicable for NFS protocol types only.
@@ -444,7 +444,7 @@ <h3>Method Details</h3>
444444
&quot;stateDetails&quot;: &quot;A String&quot;, # Output only. State details of the volume
445445
&quot;storagePool&quot;: &quot;A String&quot;, # Required. StoragePool name of the volume
446446
&quot;tieringPolicy&quot;: { # Defines tiering policy for the volume. # Tiering policy for the volume.
447-
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 7-183. Default is 31.
447+
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 2-183. Default is 31.
448448
&quot;tierAction&quot;: &quot;A String&quot;, # Optional. Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED.
449449
},
450450
&quot;unixPermissions&quot;: &quot;A String&quot;, # Optional. Default unix style permission (e.g. 777) the mount point will be created with. Applicable for NFS protocol types only.
@@ -591,7 +591,7 @@ <h3>Method Details</h3>
591591
&quot;stateDetails&quot;: &quot;A String&quot;, # Output only. State details of the volume
592592
&quot;storagePool&quot;: &quot;A String&quot;, # Required. StoragePool name of the volume
593593
&quot;tieringPolicy&quot;: { # Defines tiering policy for the volume. # Tiering policy for the volume.
594-
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 7-183. Default is 31.
594+
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 2-183. Default is 31.
595595
&quot;tierAction&quot;: &quot;A String&quot;, # Optional. Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED.
596596
},
597597
&quot;unixPermissions&quot;: &quot;A String&quot;, # Optional. Default unix style permission (e.g. 777) the mount point will be created with. Applicable for NFS protocol types only.
@@ -739,7 +739,7 @@ <h3>Method Details</h3>
739739
&quot;stateDetails&quot;: &quot;A String&quot;, # Output only. State details of the volume
740740
&quot;storagePool&quot;: &quot;A String&quot;, # Required. StoragePool name of the volume
741741
&quot;tieringPolicy&quot;: { # Defines tiering policy for the volume. # Tiering policy for the volume.
742-
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 7-183. Default is 31.
742+
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 2-183. Default is 31.
743743
&quot;tierAction&quot;: &quot;A String&quot;, # Optional. Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED.
744744
},
745745
&quot;unixPermissions&quot;: &quot;A String&quot;, # Optional. Default unix style permission (e.g. 777) the mount point will be created with. Applicable for NFS protocol types only.

docs/dyn/netapp_v1.projects.locations.volumes.replications.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Method Details</h3>
135135
&quot;shareName&quot;: &quot;A String&quot;, # Destination volume&#x27;s share name. If not specified, source volume&#x27;s share name will be used.
136136
&quot;storagePool&quot;: &quot;A String&quot;, # Required. Existing destination StoragePool name.
137137
&quot;tieringPolicy&quot;: { # Defines tiering policy for the volume. # Optional. Tiering policy for the volume.
138-
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 7-183. Default is 31.
138+
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 2-183. Default is 31.
139139
&quot;tierAction&quot;: &quot;A String&quot;, # Optional. Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED.
140140
},
141141
&quot;volumeId&quot;: &quot;A String&quot;, # Desired destination volume resource id. If not specified, source volume&#x27;s resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
@@ -309,7 +309,7 @@ <h3>Method Details</h3>
309309
&quot;shareName&quot;: &quot;A String&quot;, # Destination volume&#x27;s share name. If not specified, source volume&#x27;s share name will be used.
310310
&quot;storagePool&quot;: &quot;A String&quot;, # Required. Existing destination StoragePool name.
311311
&quot;tieringPolicy&quot;: { # Defines tiering policy for the volume. # Optional. Tiering policy for the volume.
312-
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 7-183. Default is 31.
312+
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 2-183. Default is 31.
313313
&quot;tierAction&quot;: &quot;A String&quot;, # Optional. Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED.
314314
},
315315
&quot;volumeId&quot;: &quot;A String&quot;, # Desired destination volume resource id. If not specified, source volume&#x27;s resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
@@ -379,7 +379,7 @@ <h3>Method Details</h3>
379379
&quot;shareName&quot;: &quot;A String&quot;, # Destination volume&#x27;s share name. If not specified, source volume&#x27;s share name will be used.
380380
&quot;storagePool&quot;: &quot;A String&quot;, # Required. Existing destination StoragePool name.
381381
&quot;tieringPolicy&quot;: { # Defines tiering policy for the volume. # Optional. Tiering policy for the volume.
382-
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 7-183. Default is 31.
382+
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 2-183. Default is 31.
383383
&quot;tierAction&quot;: &quot;A String&quot;, # Optional. Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED.
384384
},
385385
&quot;volumeId&quot;: &quot;A String&quot;, # Desired destination volume resource id. If not specified, source volume&#x27;s resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
@@ -456,7 +456,7 @@ <h3>Method Details</h3>
456456
&quot;shareName&quot;: &quot;A String&quot;, # Destination volume&#x27;s share name. If not specified, source volume&#x27;s share name will be used.
457457
&quot;storagePool&quot;: &quot;A String&quot;, # Required. Existing destination StoragePool name.
458458
&quot;tieringPolicy&quot;: { # Defines tiering policy for the volume. # Optional. Tiering policy for the volume.
459-
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 7-183. Default is 31.
459+
&quot;coolingThresholdDays&quot;: 42, # Optional. Time in days to mark the volume&#x27;s data block as cold and make it eligible for tiering, can be range from 2-183. Default is 31.
460460
&quot;tierAction&quot;: &quot;A String&quot;, # Optional. Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED.
461461
},
462462
&quot;volumeId&quot;: &quot;A String&quot;, # Desired destination volume resource id. If not specified, source volume&#x27;s resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

docs/dyn/netapp_v1beta1.projects.locations.storagePools.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ <h3>Method Details</h3>
121121
&quot;allowAutoTiering&quot;: True or False, # Optional. True if the storage pool supports Auto Tiering enabled volumes. Default is false. Auto-tiering can be enabled after storage pool creation but it can&#x27;t be disabled once enabled.
122122
&quot;capacityGib&quot;: &quot;A String&quot;, # Required. Capacity in GIB of the pool
123123
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the storage pool
124+
&quot;customPerformanceEnabled&quot;: True or False, # Optional. True if using Independent Scaling of capacity and performance (Hyperdisk) By default set to false
124125
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the storage pool
125126
&quot;encryptionType&quot;: &quot;A String&quot;, # Output only. Specifies the current pool encryption key source.
126127
&quot;globalAccessAllowed&quot;: True or False, # Deprecated. Used to allow SO pool to access AD or DNS server from other regions.
@@ -138,6 +139,8 @@ <h3>Method Details</h3>
138139
&quot;serviceLevel&quot;: &quot;A String&quot;, # Required. Service level of the storage pool
139140
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the storage pool
140141
&quot;stateDetails&quot;: &quot;A String&quot;, # Output only. State details of the storage pool
142+
&quot;totalIops&quot;: &quot;A String&quot;, # Optional. Custom Performance Total IOPS of the pool If not provided, it will be calculated based on the total_throughput_mibps
143+
&quot;totalThroughputMibps&quot;: &quot;A String&quot;, # Optional. Custom Performance Total Throughput of the pool (in MiB/s)
141144
&quot;volumeCapacityGib&quot;: &quot;A String&quot;, # Output only. Allocated size of all volumes in GIB in the storage pool
142145
&quot;volumeCount&quot;: 42, # Output only. Volume count of the storage pool
143146
&quot;zone&quot;: &quot;A String&quot;, # Optional. Specifies the active zone for regional storagePool.
@@ -227,6 +230,7 @@ <h3>Method Details</h3>
227230
&quot;allowAutoTiering&quot;: True or False, # Optional. True if the storage pool supports Auto Tiering enabled volumes. Default is false. Auto-tiering can be enabled after storage pool creation but it can&#x27;t be disabled once enabled.
228231
&quot;capacityGib&quot;: &quot;A String&quot;, # Required. Capacity in GIB of the pool
229232
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the storage pool
233+
&quot;customPerformanceEnabled&quot;: True or False, # Optional. True if using Independent Scaling of capacity and performance (Hyperdisk) By default set to false
230234
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the storage pool
231235
&quot;encryptionType&quot;: &quot;A String&quot;, # Output only. Specifies the current pool encryption key source.
232236
&quot;globalAccessAllowed&quot;: True or False, # Deprecated. Used to allow SO pool to access AD or DNS server from other regions.
@@ -244,6 +248,8 @@ <h3>Method Details</h3>
244248
&quot;serviceLevel&quot;: &quot;A String&quot;, # Required. Service level of the storage pool
245249
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the storage pool
246250
&quot;stateDetails&quot;: &quot;A String&quot;, # Output only. State details of the storage pool
251+
&quot;totalIops&quot;: &quot;A String&quot;, # Optional. Custom Performance Total IOPS of the pool If not provided, it will be calculated based on the total_throughput_mibps
252+
&quot;totalThroughputMibps&quot;: &quot;A String&quot;, # Optional. Custom Performance Total Throughput of the pool (in MiB/s)
247253
&quot;volumeCapacityGib&quot;: &quot;A String&quot;, # Output only. Allocated size of all volumes in GIB in the storage pool
248254
&quot;volumeCount&quot;: 42, # Output only. Volume count of the storage pool
249255
&quot;zone&quot;: &quot;A String&quot;, # Optional. Specifies the active zone for regional storagePool.
@@ -276,6 +282,7 @@ <h3>Method Details</h3>
276282
&quot;allowAutoTiering&quot;: True or False, # Optional. True if the storage pool supports Auto Tiering enabled volumes. Default is false. Auto-tiering can be enabled after storage pool creation but it can&#x27;t be disabled once enabled.
277283
&quot;capacityGib&quot;: &quot;A String&quot;, # Required. Capacity in GIB of the pool
278284
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the storage pool
285+
&quot;customPerformanceEnabled&quot;: True or False, # Optional. True if using Independent Scaling of capacity and performance (Hyperdisk) By default set to false
279286
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the storage pool
280287
&quot;encryptionType&quot;: &quot;A String&quot;, # Output only. Specifies the current pool encryption key source.
281288
&quot;globalAccessAllowed&quot;: True or False, # Deprecated. Used to allow SO pool to access AD or DNS server from other regions.
@@ -293,6 +300,8 @@ <h3>Method Details</h3>
293300
&quot;serviceLevel&quot;: &quot;A String&quot;, # Required. Service level of the storage pool
294301
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the storage pool
295302
&quot;stateDetails&quot;: &quot;A String&quot;, # Output only. State details of the storage pool
303+
&quot;totalIops&quot;: &quot;A String&quot;, # Optional. Custom Performance Total IOPS of the pool If not provided, it will be calculated based on the total_throughput_mibps
304+
&quot;totalThroughputMibps&quot;: &quot;A String&quot;, # Optional. Custom Performance Total Throughput of the pool (in MiB/s)
296305
&quot;volumeCapacityGib&quot;: &quot;A String&quot;, # Output only. Allocated size of all volumes in GIB in the storage pool
297306
&quot;volumeCount&quot;: 42, # Output only. Volume count of the storage pool
298307
&quot;zone&quot;: &quot;A String&quot;, # Optional. Specifies the active zone for regional storagePool.
@@ -332,6 +341,7 @@ <h3>Method Details</h3>
332341
&quot;allowAutoTiering&quot;: True or False, # Optional. True if the storage pool supports Auto Tiering enabled volumes. Default is false. Auto-tiering can be enabled after storage pool creation but it can&#x27;t be disabled once enabled.
333342
&quot;capacityGib&quot;: &quot;A String&quot;, # Required. Capacity in GIB of the pool
334343
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the storage pool
344+
&quot;customPerformanceEnabled&quot;: True or False, # Optional. True if using Independent Scaling of capacity and performance (Hyperdisk) By default set to false
335345
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the storage pool
336346
&quot;encryptionType&quot;: &quot;A String&quot;, # Output only. Specifies the current pool encryption key source.
337347
&quot;globalAccessAllowed&quot;: True or False, # Deprecated. Used to allow SO pool to access AD or DNS server from other regions.
@@ -349,6 +359,8 @@ <h3>Method Details</h3>
349359
&quot;serviceLevel&quot;: &quot;A String&quot;, # Required. Service level of the storage pool
350360
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the storage pool
351361
&quot;stateDetails&quot;: &quot;A String&quot;, # Output only. State details of the storage pool
362+
&quot;totalIops&quot;: &quot;A String&quot;, # Optional. Custom Performance Total IOPS of the pool If not provided, it will be calculated based on the total_throughput_mibps
363+
&quot;totalThroughputMibps&quot;: &quot;A String&quot;, # Optional. Custom Performance Total Throughput of the pool (in MiB/s)
352364
&quot;volumeCapacityGib&quot;: &quot;A String&quot;, # Output only. Allocated size of all volumes in GIB in the storage pool
353365
&quot;volumeCount&quot;: 42, # Output only. Volume count of the storage pool
354366
&quot;zone&quot;: &quot;A String&quot;, # Optional. Specifies the active zone for regional storagePool.

0 commit comments

Comments
 (0)