google-apis-netapp_v1 0.10.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 883decd247eceec704d82cc2816f905cdcca202b73e7f2d691c65283fbdf9c08
4
- data.tar.gz: addde653c7a196c6b850abe4e427695b1a30ede4f20f86ce9e6169a914a4df01
3
+ metadata.gz: fe35b12e40eb720dbe619949d87fa3a9f076ecf41a68b917fbaa2802de56a731
4
+ data.tar.gz: 4f9761c95cd3f27d8e595df142fd57984af22f318dc0a36e80d2b96f44cce23e
5
5
  SHA512:
6
- metadata.gz: 54d4cd9c2d38e4cf8e0c822440a8e57ef292c2215896922650b1e1d1a95d348c9aa2d5ad8784d3f1c8689d02e88e9a8d4f19ce00ad4ffb4527cfd7a133df61e3
7
- data.tar.gz: 1f0ec550c845a1ac2b6d3c2813823c3f9ef30ab2eb81eba70d22579e9ce9dc1aa00da293c6ed696fc3581913b4b47d7b43d83f4934863c769500eff101d01f67
6
+ metadata.gz: 7f572be51d7c425d258dfd775eba408a18a6b5ad22d72d08cbaf0b013f02ecf728c4ae33383dbb6ba7af0be5d2c304c8a2c82d29d82d9c9c8ea2828c214ffb17
7
+ data.tar.gz: 63d75ba82c83587419ebda92bf0ec1110bc6bdfcda1c33791bbf3886b762f0f2ec6d312ff468a32ad4f49951769b0244fb974470085355d176541501cef0f609
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-netapp_v1
2
2
 
3
+ ### v0.12.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250604
6
+
7
+ ### v0.11.0 (2025-06-08)
8
+
9
+ * Regenerated from discovery document revision 20250528
10
+
3
11
  ### v0.10.0 (2025-05-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20250519
@@ -426,7 +426,7 @@ module Google
426
426
  # @return [Fixnum]
427
427
  attr_accessor :backup_minimum_enforced_retention_days
428
428
 
429
- # Optional. Indicates if the daily backups are immutable. Atleast one of
429
+ # Optional. Indicates if the daily backups are immutable. At least one of
430
430
  # daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
431
431
  # manual_backup_immutable must be true.
432
432
  # Corresponds to the JSON property `dailyBackupImmutable`
@@ -434,7 +434,7 @@ module Google
434
434
  attr_accessor :daily_backup_immutable
435
435
  alias_method :daily_backup_immutable?, :daily_backup_immutable
436
436
 
437
- # Optional. Indicates if the manual backups are immutable. Atleast one of
437
+ # Optional. Indicates if the manual backups are immutable. At least one of
438
438
  # daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
439
439
  # manual_backup_immutable must be true.
440
440
  # Corresponds to the JSON property `manualBackupImmutable`
@@ -442,7 +442,7 @@ module Google
442
442
  attr_accessor :manual_backup_immutable
443
443
  alias_method :manual_backup_immutable?, :manual_backup_immutable
444
444
 
445
- # Optional. Indicates if the monthly backups are immutable. Atleast one of
445
+ # Optional. Indicates if the monthly backups are immutable. At least one of
446
446
  # daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
447
447
  # manual_backup_immutable must be true.
448
448
  # Corresponds to the JSON property `monthlyBackupImmutable`
@@ -450,7 +450,7 @@ module Google
450
450
  attr_accessor :monthly_backup_immutable
451
451
  alias_method :monthly_backup_immutable?, :monthly_backup_immutable
452
452
 
453
- # Optional. Indicates if the weekly backups are immutable. Atleast one of
453
+ # Optional. Indicates if the weekly backups are immutable. At least one of
454
454
  # daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
455
455
  # manual_backup_immutable must be true.
456
456
  # Corresponds to the JSON property `weeklyBackupImmutable`
@@ -1374,6 +1374,12 @@ module Google
1374
1374
  class LocationMetadata
1375
1375
  include Google::Apis::Core::Hashable
1376
1376
 
1377
+ # Output only. Indicates if the location has VCP support.
1378
+ # Corresponds to the JSON property `hasVcp`
1379
+ # @return [Boolean]
1380
+ attr_accessor :has_vcp
1381
+ alias_method :has_vcp?, :has_vcp
1382
+
1377
1383
  # Output only. Supported flex performance in a location.
1378
1384
  # Corresponds to the JSON property `supportedFlexPerformance`
1379
1385
  # @return [Array<String>]
@@ -1390,6 +1396,7 @@ module Google
1390
1396
 
1391
1397
  # Update properties of this object
1392
1398
  def update!(**args)
1399
+ @has_vcp = args[:has_vcp] if args.key?(:has_vcp)
1393
1400
  @supported_flex_performance = args[:supported_flex_performance] if args.key?(:supported_flex_performance)
1394
1401
  @supported_service_levels = args[:supported_service_levels] if args.key?(:supported_service_levels)
1395
1402
  end
@@ -2177,6 +2184,15 @@ module Google
2177
2184
  # @return [String]
2178
2185
  attr_accessor :description
2179
2186
 
2187
+ # Optional. Flag indicating that the hot-tier threshold will be auto-increased
2188
+ # by 10% of the hot-tier when it hits 100%. Default is true. The increment will
2189
+ # kick in only if the new size after increment is still less than or equal to
2190
+ # storage pool size.
2191
+ # Corresponds to the JSON property `enableHotTierAutoResize`
2192
+ # @return [Boolean]
2193
+ attr_accessor :enable_hot_tier_auto_resize
2194
+ alias_method :enable_hot_tier_auto_resize?, :enable_hot_tier_auto_resize
2195
+
2180
2196
  # Output only. Specifies the current pool encryption key source.
2181
2197
  # Corresponds to the JSON property `encryptionType`
2182
2198
  # @return [String]
@@ -2189,6 +2205,14 @@ module Google
2189
2205
  attr_accessor :global_access_allowed
2190
2206
  alias_method :global_access_allowed?, :global_access_allowed
2191
2207
 
2208
+ # Optional. Total hot tier capacity for the Storage Pool. It is applicable only
2209
+ # to Flex service level. It should be less than the minimum storage pool size
2210
+ # and cannot be more than the current storage pool size. It cannot be decreased
2211
+ # once set.
2212
+ # Corresponds to the JSON property `hotTierSizeGib`
2213
+ # @return [Fixnum]
2214
+ attr_accessor :hot_tier_size_gib
2215
+
2192
2216
  # Optional. Specifies the KMS config to be used for volume encryption.
2193
2217
  # Corresponds to the JSON property `kmsConfig`
2194
2218
  # @return [String]
@@ -2254,13 +2278,13 @@ module Google
2254
2278
  # @return [String]
2255
2279
  attr_accessor :state_details
2256
2280
 
2257
- # Optional. Custom Performance Total IOPS of the pool If not provided, it will
2281
+ # Optional. Custom Performance Total IOPS of the pool if not provided, it will
2258
2282
  # be calculated based on the total_throughput_mibps
2259
2283
  # Corresponds to the JSON property `totalIops`
2260
2284
  # @return [Fixnum]
2261
2285
  attr_accessor :total_iops
2262
2286
 
2263
- # Optional. Custom Performance Total Throughput of the pool (in MiB/s)
2287
+ # Optional. Custom Performance Total Throughput of the pool (in MiBps)
2264
2288
  # Corresponds to the JSON property `totalThroughputMibps`
2265
2289
  # @return [Fixnum]
2266
2290
  attr_accessor :total_throughput_mibps
@@ -2292,8 +2316,10 @@ module Google
2292
2316
  @create_time = args[:create_time] if args.key?(:create_time)
2293
2317
  @custom_performance_enabled = args[:custom_performance_enabled] if args.key?(:custom_performance_enabled)
2294
2318
  @description = args[:description] if args.key?(:description)
2319
+ @enable_hot_tier_auto_resize = args[:enable_hot_tier_auto_resize] if args.key?(:enable_hot_tier_auto_resize)
2295
2320
  @encryption_type = args[:encryption_type] if args.key?(:encryption_type)
2296
2321
  @global_access_allowed = args[:global_access_allowed] if args.key?(:global_access_allowed)
2322
+ @hot_tier_size_gib = args[:hot_tier_size_gib] if args.key?(:hot_tier_size_gib)
2297
2323
  @kms_config = args[:kms_config] if args.key?(:kms_config)
2298
2324
  @labels = args[:labels] if args.key?(:labels)
2299
2325
  @ldap_enabled = args[:ldap_enabled] if args.key?(:ldap_enabled)
@@ -2351,6 +2377,13 @@ module Google
2351
2377
  # @return [Fixnum]
2352
2378
  attr_accessor :cooling_threshold_days
2353
2379
 
2380
+ # Optional. Flag indicating that the hot tier bypass mode is enabled. Default is
2381
+ # false. This is only applicable to Flex service level.
2382
+ # Corresponds to the JSON property `hotTierBypassModeEnabled`
2383
+ # @return [Boolean]
2384
+ attr_accessor :hot_tier_bypass_mode_enabled
2385
+ alias_method :hot_tier_bypass_mode_enabled?, :hot_tier_bypass_mode_enabled
2386
+
2354
2387
  # Optional. Flag indicating if the volume has tiering policy enable/pause.
2355
2388
  # Default is PAUSED.
2356
2389
  # Corresponds to the JSON property `tierAction`
@@ -2364,6 +2397,7 @@ module Google
2364
2397
  # Update properties of this object
2365
2398
  def update!(**args)
2366
2399
  @cooling_threshold_days = args[:cooling_threshold_days] if args.key?(:cooling_threshold_days)
2400
+ @hot_tier_bypass_mode_enabled = args[:hot_tier_bypass_mode_enabled] if args.key?(:hot_tier_bypass_mode_enabled)
2367
2401
  @tier_action = args[:tier_action] if args.key?(:tier_action)
2368
2402
  end
2369
2403
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetappV1
18
18
  # Version of the google-apis-netapp_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250519"
25
+ REVISION = "20250604"
26
26
  end
27
27
  end
28
28
  end
@@ -701,6 +701,7 @@ module Google
701
701
  class LocationMetadata
702
702
  # @private
703
703
  class Representation < Google::Apis::Core::JsonRepresentation
704
+ property :has_vcp, as: 'hasVcp'
704
705
  collection :supported_flex_performance, as: 'supportedFlexPerformance'
705
706
  collection :supported_service_levels, as: 'supportedServiceLevels'
706
707
  end
@@ -890,8 +891,10 @@ module Google
890
891
  property :create_time, as: 'createTime'
891
892
  property :custom_performance_enabled, as: 'customPerformanceEnabled'
892
893
  property :description, as: 'description'
894
+ property :enable_hot_tier_auto_resize, as: 'enableHotTierAutoResize'
893
895
  property :encryption_type, as: 'encryptionType'
894
896
  property :global_access_allowed, as: 'globalAccessAllowed'
897
+ property :hot_tier_size_gib, :numeric_string => true, as: 'hotTierSizeGib'
895
898
  property :kms_config, as: 'kmsConfig'
896
899
  hash :labels, as: 'labels'
897
900
  property :ldap_enabled, as: 'ldapEnabled'
@@ -928,6 +931,7 @@ module Google
928
931
  # @private
929
932
  class Representation < Google::Apis::Core::JsonRepresentation
930
933
  property :cooling_threshold_days, as: 'coolingThresholdDays'
934
+ property :hot_tier_bypass_mode_enabled, as: 'hotTierBypassModeEnabled'
931
935
  property :tier_action, as: 'tierAction'
932
936
  end
933
937
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-netapp_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-netapp_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-netapp_v1/v0.10.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-netapp_v1/v0.12.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-netapp_v1
62
62
  rdoc_options: []
63
63
  require_paths: