google-apis-netapp_v1 0.14.0 → 0.15.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eff27a672c3115820605c55d8a14b677d40ac313e15d8b5a2da55566234e03ef
|
4
|
+
data.tar.gz: 3968beedf71d0f7303a3c5bd2761213f6b52dc56ae527f91a547ea1eef36fd8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cef93f87456192747587e34dc7ee88cb9a4d9671a0a16b6d9f902b587f8f1e0a8a8471d84a7362d159c285d36dea89f38c7b189be3e33878d4bc94454c9ee9d
|
7
|
+
data.tar.gz: 5541bc98b5076498eec668734a64b0b09af67c1afbcb1430b79ae3ebbb1256f23c2aa0c02b6f0792ff1996f9aeb8878ecdbd96d69a7ebd6e3a52e15f24dec872
|
data/CHANGELOG.md
CHANGED
@@ -2196,6 +2196,12 @@ module Google
|
|
2196
2196
|
# @return [Fixnum]
|
2197
2197
|
attr_accessor :capacity_gib
|
2198
2198
|
|
2199
|
+
# Output only. Total cold tier data rounded down to the nearest GiB used by the
|
2200
|
+
# storage pool.
|
2201
|
+
# Corresponds to the JSON property `coldTierSizeUsedGib`
|
2202
|
+
# @return [Fixnum]
|
2203
|
+
attr_accessor :cold_tier_size_used_gib
|
2204
|
+
|
2199
2205
|
# Output only. Create time of the storage pool
|
2200
2206
|
# Corresponds to the JSON property `createTime`
|
2201
2207
|
# @return [String]
|
@@ -2242,6 +2248,12 @@ module Google
|
|
2242
2248
|
# @return [Fixnum]
|
2243
2249
|
attr_accessor :hot_tier_size_gib
|
2244
2250
|
|
2251
|
+
# Output only. Total hot tier data rounded down to the nearest GiB used by the
|
2252
|
+
# storage pool.
|
2253
|
+
# Corresponds to the JSON property `hotTierSizeUsedGib`
|
2254
|
+
# @return [Fixnum]
|
2255
|
+
attr_accessor :hot_tier_size_used_gib
|
2256
|
+
|
2245
2257
|
# Optional. Specifies the KMS config to be used for volume encryption.
|
2246
2258
|
# Corresponds to the JSON property `kmsConfig`
|
2247
2259
|
# @return [String]
|
@@ -2348,6 +2360,7 @@ module Google
|
|
2348
2360
|
@allow_auto_tiering = args[:allow_auto_tiering] if args.key?(:allow_auto_tiering)
|
2349
2361
|
@available_throughput_mibps = args[:available_throughput_mibps] if args.key?(:available_throughput_mibps)
|
2350
2362
|
@capacity_gib = args[:capacity_gib] if args.key?(:capacity_gib)
|
2363
|
+
@cold_tier_size_used_gib = args[:cold_tier_size_used_gib] if args.key?(:cold_tier_size_used_gib)
|
2351
2364
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2352
2365
|
@custom_performance_enabled = args[:custom_performance_enabled] if args.key?(:custom_performance_enabled)
|
2353
2366
|
@description = args[:description] if args.key?(:description)
|
@@ -2355,6 +2368,7 @@ module Google
|
|
2355
2368
|
@encryption_type = args[:encryption_type] if args.key?(:encryption_type)
|
2356
2369
|
@global_access_allowed = args[:global_access_allowed] if args.key?(:global_access_allowed)
|
2357
2370
|
@hot_tier_size_gib = args[:hot_tier_size_gib] if args.key?(:hot_tier_size_gib)
|
2371
|
+
@hot_tier_size_used_gib = args[:hot_tier_size_used_gib] if args.key?(:hot_tier_size_used_gib)
|
2358
2372
|
@kms_config = args[:kms_config] if args.key?(:kms_config)
|
2359
2373
|
@labels = args[:labels] if args.key?(:labels)
|
2360
2374
|
@ldap_enabled = args[:ldap_enabled] if args.key?(:ldap_enabled)
|
@@ -2637,6 +2651,12 @@ module Google
|
|
2637
2651
|
attr_accessor :has_replication
|
2638
2652
|
alias_method :has_replication?, :has_replication
|
2639
2653
|
|
2654
|
+
# Output only. Total hot tier data rounded down to the nearest GiB used by the
|
2655
|
+
# Volume. This field is only used for flex Service Level
|
2656
|
+
# Corresponds to the JSON property `hotTierSizeUsedGib`
|
2657
|
+
# @return [Fixnum]
|
2658
|
+
attr_accessor :hot_tier_size_used_gib
|
2659
|
+
|
2640
2660
|
# The Hybrid Replication parameters for the volume.
|
2641
2661
|
# Corresponds to the JSON property `hybridReplicationParameters`
|
2642
2662
|
# @return [Google::Apis::NetappV1::HybridReplicationParameters]
|
@@ -2818,6 +2838,7 @@ module Google
|
|
2818
2838
|
@encryption_type = args[:encryption_type] if args.key?(:encryption_type)
|
2819
2839
|
@export_policy = args[:export_policy] if args.key?(:export_policy)
|
2820
2840
|
@has_replication = args[:has_replication] if args.key?(:has_replication)
|
2841
|
+
@hot_tier_size_used_gib = args[:hot_tier_size_used_gib] if args.key?(:hot_tier_size_used_gib)
|
2821
2842
|
@hybrid_replication_parameters = args[:hybrid_replication_parameters] if args.key?(:hybrid_replication_parameters)
|
2822
2843
|
@kerberos_enabled = args[:kerberos_enabled] if args.key?(:kerberos_enabled)
|
2823
2844
|
@kms_config = args[:kms_config] if args.key?(:kms_config)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.15.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 = "
|
25
|
+
REVISION = "20250901"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -900,6 +900,7 @@ module Google
|
|
900
900
|
property :allow_auto_tiering, as: 'allowAutoTiering'
|
901
901
|
property :available_throughput_mibps, as: 'availableThroughputMibps'
|
902
902
|
property :capacity_gib, :numeric_string => true, as: 'capacityGib'
|
903
|
+
property :cold_tier_size_used_gib, :numeric_string => true, as: 'coldTierSizeUsedGib'
|
903
904
|
property :create_time, as: 'createTime'
|
904
905
|
property :custom_performance_enabled, as: 'customPerformanceEnabled'
|
905
906
|
property :description, as: 'description'
|
@@ -907,6 +908,7 @@ module Google
|
|
907
908
|
property :encryption_type, as: 'encryptionType'
|
908
909
|
property :global_access_allowed, as: 'globalAccessAllowed'
|
909
910
|
property :hot_tier_size_gib, :numeric_string => true, as: 'hotTierSizeGib'
|
911
|
+
property :hot_tier_size_used_gib, :numeric_string => true, as: 'hotTierSizeUsedGib'
|
910
912
|
property :kms_config, as: 'kmsConfig'
|
911
913
|
hash :labels, as: 'labels'
|
912
914
|
property :ldap_enabled, as: 'ldapEnabled'
|
@@ -1006,6 +1008,7 @@ module Google
|
|
1006
1008
|
property :export_policy, as: 'exportPolicy', class: Google::Apis::NetappV1::ExportPolicy, decorator: Google::Apis::NetappV1::ExportPolicy::Representation
|
1007
1009
|
|
1008
1010
|
property :has_replication, as: 'hasReplication'
|
1011
|
+
property :hot_tier_size_used_gib, :numeric_string => true, as: 'hotTierSizeUsedGib'
|
1009
1012
|
property :hybrid_replication_parameters, as: 'hybridReplicationParameters', class: Google::Apis::NetappV1::HybridReplicationParameters, decorator: Google::Apis::NetappV1::HybridReplicationParameters::Representation
|
1010
1013
|
|
1011
1014
|
property :kerberos_enabled, as: 'kerberosEnabled'
|
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.
|
4
|
+
version: 0.15.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-netapp_v1/v0.15.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:
|