google-apis-netapp_v1 0.32.0 → 0.33.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: a9451c1f74f58c0244c5d2a7dc3f349afa684b01a3f2ecdea6f95365ec3d8d2b
|
|
4
|
+
data.tar.gz: d7a336e7c7606cca12750884005a0d21fdbbb1438a525948ff3392020984ceb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4b5b648625172f5bbd99c16ad7879cdc2fc840ca8b6f604d743b94abc7ab337dfaa94151cce99ffe32ed1007c15f815c49a349f25da840b2c84f49444771dae
|
|
7
|
+
data.tar.gz: af14a1347dd884ba16ff4e259a201987c8f6eac1012c96becb69beace1f99aba7b71862347552c60a4fa34276334c79085746aa075989e7f54daf1cf38dfb95a
|
data/CHANGELOG.md
CHANGED
|
@@ -2014,6 +2014,11 @@ module Google
|
|
|
2014
2014
|
class LocationMetadata
|
|
2015
2015
|
include Google::Apis::Core::Hashable
|
|
2016
2016
|
|
|
2017
|
+
# Output only. Indicates the flex performance tier of this location.
|
|
2018
|
+
# Corresponds to the JSON property `flexPerformanceTier`
|
|
2019
|
+
# @return [String]
|
|
2020
|
+
attr_accessor :flex_performance_tier
|
|
2021
|
+
|
|
2017
2022
|
# Output only. Indicates if the location has ONTAP Proxy support.
|
|
2018
2023
|
# Corresponds to the JSON property `hasOntapProxy`
|
|
2019
2024
|
# @return [Boolean]
|
|
@@ -2042,6 +2047,7 @@ module Google
|
|
|
2042
2047
|
|
|
2043
2048
|
# Update properties of this object
|
|
2044
2049
|
def update!(**args)
|
|
2050
|
+
@flex_performance_tier = args[:flex_performance_tier] if args.key?(:flex_performance_tier)
|
|
2045
2051
|
@has_ontap_proxy = args[:has_ontap_proxy] if args.key?(:has_ontap_proxy)
|
|
2046
2052
|
@has_vcp = args[:has_vcp] if args.key?(:has_vcp)
|
|
2047
2053
|
@supported_flex_performance = args[:supported_flex_performance] if args.key?(:supported_flex_performance)
|
|
@@ -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.33.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260628"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1013,6 +1013,7 @@ module Google
|
|
|
1013
1013
|
class LocationMetadata
|
|
1014
1014
|
# @private
|
|
1015
1015
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1016
|
+
property :flex_performance_tier, as: 'flexPerformanceTier'
|
|
1016
1017
|
property :has_ontap_proxy, as: 'hasOntapProxy'
|
|
1017
1018
|
property :has_vcp, as: 'hasVcp'
|
|
1018
1019
|
collection :supported_flex_performance, as: 'supportedFlexPerformance'
|
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.33.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.33.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:
|