google-apis-netapp_v1 0.12.0 → 0.13.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: 5141851a5320ccc9c9cfe79833a21070f3f436dcc249e6bde7838ec87a22debb
|
4
|
+
data.tar.gz: a298c18e92185dfb80b36a291b43245015b4c431650034345e8cdcd5b81cfe2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 861e9f7159ded818bd7d3d111bfa34c872cc689b3c7489b084b8e25c8bf988d64313b85b87300e5bcc41f7cfd43fd98b3126d0e190d81bc9ad7a2995f6b07f6b
|
7
|
+
data.tar.gz: c2be127c19ff570513bae08e2d16e9dbb909549123cfd1b57fc370d75eaf832dcd8459c9931ca79cdf3ed1df4e8351f6f5171d0060d9420a2a5a5fd86fc75189
|
data/CHANGELOG.md
CHANGED
@@ -2162,6 +2162,11 @@ module Google
|
|
2162
2162
|
attr_accessor :allow_auto_tiering
|
2163
2163
|
alias_method :allow_auto_tiering?, :allow_auto_tiering
|
2164
2164
|
|
2165
|
+
# Output only. Available throughput of the storage pool (in MiB/s).
|
2166
|
+
# Corresponds to the JSON property `availableThroughputMibps`
|
2167
|
+
# @return [Float]
|
2168
|
+
attr_accessor :available_throughput_mibps
|
2169
|
+
|
2165
2170
|
# Required. Capacity in GIB of the pool
|
2166
2171
|
# Corresponds to the JSON property `capacityGib`
|
2167
2172
|
# @return [Fixnum]
|
@@ -2246,6 +2251,11 @@ module Google
|
|
2246
2251
|
# @return [String]
|
2247
2252
|
attr_accessor :psa_range
|
2248
2253
|
|
2254
|
+
# Optional. QoS (Quality of Service) Type of the storage pool
|
2255
|
+
# Corresponds to the JSON property `qosType`
|
2256
|
+
# @return [String]
|
2257
|
+
attr_accessor :qos_type
|
2258
|
+
|
2249
2259
|
# Optional. Specifies the replica zone for regional storagePool.
|
2250
2260
|
# Corresponds to the JSON property `replicaZone`
|
2251
2261
|
# @return [String]
|
@@ -2312,6 +2322,7 @@ module Google
|
|
2312
2322
|
def update!(**args)
|
2313
2323
|
@active_directory = args[:active_directory] if args.key?(:active_directory)
|
2314
2324
|
@allow_auto_tiering = args[:allow_auto_tiering] if args.key?(:allow_auto_tiering)
|
2325
|
+
@available_throughput_mibps = args[:available_throughput_mibps] if args.key?(:available_throughput_mibps)
|
2315
2326
|
@capacity_gib = args[:capacity_gib] if args.key?(:capacity_gib)
|
2316
2327
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2317
2328
|
@custom_performance_enabled = args[:custom_performance_enabled] if args.key?(:custom_performance_enabled)
|
@@ -2326,6 +2337,7 @@ module Google
|
|
2326
2337
|
@name = args[:name] if args.key?(:name)
|
2327
2338
|
@network = args[:network] if args.key?(:network)
|
2328
2339
|
@psa_range = args[:psa_range] if args.key?(:psa_range)
|
2340
|
+
@qos_type = args[:qos_type] if args.key?(:qos_type)
|
2329
2341
|
@replica_zone = args[:replica_zone] if args.key?(:replica_zone)
|
2330
2342
|
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
2331
2343
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
@@ -2550,7 +2562,7 @@ module Google
|
|
2550
2562
|
# @return [Fixnum]
|
2551
2563
|
attr_accessor :capacity_gib
|
2552
2564
|
|
2553
|
-
# Output only. Size of the volume cold tier data
|
2565
|
+
# Output only. Size of the volume cold tier data rounded down to the nearest GiB.
|
2554
2566
|
# Corresponds to the JSON property `coldTierSizeGib`
|
2555
2567
|
# @return [Fixnum]
|
2556
2568
|
attr_accessor :cold_tier_size_gib
|
@@ -2721,6 +2733,11 @@ module Google
|
|
2721
2733
|
# @return [String]
|
2722
2734
|
attr_accessor :storage_pool
|
2723
2735
|
|
2736
|
+
# Optional. Throughput of the volume (in MiB/s)
|
2737
|
+
# Corresponds to the JSON property `throughputMibps`
|
2738
|
+
# @return [Float]
|
2739
|
+
attr_accessor :throughput_mibps
|
2740
|
+
|
2724
2741
|
# Defines tiering policy for the volume.
|
2725
2742
|
# Corresponds to the JSON property `tieringPolicy`
|
2726
2743
|
# @return [Google::Apis::NetappV1::TieringPolicy]
|
@@ -2783,6 +2800,7 @@ module Google
|
|
2783
2800
|
@state = args[:state] if args.key?(:state)
|
2784
2801
|
@state_details = args[:state_details] if args.key?(:state_details)
|
2785
2802
|
@storage_pool = args[:storage_pool] if args.key?(:storage_pool)
|
2803
|
+
@throughput_mibps = args[:throughput_mibps] if args.key?(:throughput_mibps)
|
2786
2804
|
@tiering_policy = args[:tiering_policy] if args.key?(:tiering_policy)
|
2787
2805
|
@unix_permissions = args[:unix_permissions] if args.key?(:unix_permissions)
|
2788
2806
|
@used_gib = args[:used_gib] if args.key?(:used_gib)
|
@@ -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.13.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 = "20250813"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -887,6 +887,7 @@ module Google
|
|
887
887
|
class Representation < Google::Apis::Core::JsonRepresentation
|
888
888
|
property :active_directory, as: 'activeDirectory'
|
889
889
|
property :allow_auto_tiering, as: 'allowAutoTiering'
|
890
|
+
property :available_throughput_mibps, as: 'availableThroughputMibps'
|
890
891
|
property :capacity_gib, :numeric_string => true, as: 'capacityGib'
|
891
892
|
property :create_time, as: 'createTime'
|
892
893
|
property :custom_performance_enabled, as: 'customPerformanceEnabled'
|
@@ -901,6 +902,7 @@ module Google
|
|
901
902
|
property :name, as: 'name'
|
902
903
|
property :network, as: 'network'
|
903
904
|
property :psa_range, as: 'psaRange'
|
905
|
+
property :qos_type, as: 'qosType'
|
904
906
|
property :replica_zone, as: 'replicaZone'
|
905
907
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
906
908
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
@@ -1015,6 +1017,7 @@ module Google
|
|
1015
1017
|
property :state, as: 'state'
|
1016
1018
|
property :state_details, as: 'stateDetails'
|
1017
1019
|
property :storage_pool, as: 'storagePool'
|
1020
|
+
property :throughput_mibps, as: 'throughputMibps'
|
1018
1021
|
property :tiering_policy, as: 'tieringPolicy', class: Google::Apis::NetappV1::TieringPolicy, decorator: Google::Apis::NetappV1::TieringPolicy::Representation
|
1019
1022
|
|
1020
1023
|
property :unix_permissions, as: 'unixPermissions'
|
@@ -87,8 +87,8 @@ module Google
|
|
87
87
|
# @param [String] name
|
88
88
|
# The resource that owns the locations collection, if applicable.
|
89
89
|
# @param [Array<String>, String] extra_location_types
|
90
|
-
# Optional.
|
91
|
-
#
|
90
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
91
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
92
92
|
# @param [String] filter
|
93
93
|
# A filter to narrow down results to a preferred subset. The filtering language
|
94
94
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
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.13.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.13.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:
|