google-apis-netapp_v1 0.9.0 → 0.11.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: 6032ea6c38ef89fc3081a3740733bc14cd22d74fed5876a8d5ce650f4b426c94
|
4
|
+
data.tar.gz: 6577185e091c3f377d4415e5818f38412184688ac60d1a21dec54b4d9c7d7e69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe92d4125bcc208a731b815d296273a52af09f65d30ab54accd6b6080c4f95c3c13a02e58a705fb65516ff15d765a8af24b3bf024d6455cdced19513cc475b90
|
7
|
+
data.tar.gz: 489c4e8bbde04de18c2d2c9c3dacf7883d083612847dc7e3bf81d13a1b86640e07cb59c659466cc431fb4f115929a5b0d5995844fa629f9d0fd77d2eacb2f74a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-netapp_v1
|
2
2
|
|
3
|
+
### v0.11.0 (2025-06-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250528
|
6
|
+
|
7
|
+
### v0.10.0 (2025-05-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250519
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.9.0 (2025-05-21)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250515
|
@@ -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.
|
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.
|
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.
|
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.
|
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`
|
@@ -768,42 +768,42 @@ module Google
|
|
768
768
|
class HybridPeeringDetails
|
769
769
|
include Google::Apis::Core::Hashable
|
770
770
|
|
771
|
-
#
|
771
|
+
# Output only. Copy-paste-able commands to be used on user's ONTAP to accept
|
772
772
|
# peering requests.
|
773
773
|
# Corresponds to the JSON property `command`
|
774
774
|
# @return [String]
|
775
775
|
attr_accessor :command
|
776
776
|
|
777
|
-
#
|
777
|
+
# Output only. Expiration time for the peering command to be executed on user's
|
778
778
|
# ONTAP.
|
779
779
|
# Corresponds to the JSON property `commandExpiryTime`
|
780
780
|
# @return [String]
|
781
781
|
attr_accessor :command_expiry_time
|
782
782
|
|
783
|
-
#
|
783
|
+
# Output only. Temporary passphrase generated to accept cluster peering command.
|
784
784
|
# Corresponds to the JSON property `passphrase`
|
785
785
|
# @return [String]
|
786
786
|
attr_accessor :passphrase
|
787
787
|
|
788
|
-
#
|
788
|
+
# Output only. Name of the user's local source cluster to be peered with the
|
789
789
|
# destination cluster.
|
790
790
|
# Corresponds to the JSON property `peerClusterName`
|
791
791
|
# @return [String]
|
792
792
|
attr_accessor :peer_cluster_name
|
793
793
|
|
794
|
-
#
|
794
|
+
# Output only. Name of the user's local source vserver svm to be peered with the
|
795
795
|
# destination vserver svm.
|
796
796
|
# Corresponds to the JSON property `peerSvmName`
|
797
797
|
# @return [String]
|
798
798
|
attr_accessor :peer_svm_name
|
799
799
|
|
800
|
-
#
|
800
|
+
# Output only. Name of the user's local source volume to be peered with the
|
801
801
|
# destination volume.
|
802
802
|
# Corresponds to the JSON property `peerVolumeName`
|
803
803
|
# @return [String]
|
804
804
|
attr_accessor :peer_volume_name
|
805
805
|
|
806
|
-
#
|
806
|
+
# Output only. IP address of the subnet.
|
807
807
|
# Corresponds to the JSON property `subnetIp`
|
808
808
|
# @return [String]
|
809
809
|
attr_accessor :subnet_ip
|
@@ -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
|
@@ -2254,13 +2261,13 @@ module Google
|
|
2254
2261
|
# @return [String]
|
2255
2262
|
attr_accessor :state_details
|
2256
2263
|
|
2257
|
-
# Optional. Custom Performance Total IOPS of the pool
|
2264
|
+
# Optional. Custom Performance Total IOPS of the pool if not provided, it will
|
2258
2265
|
# be calculated based on the total_throughput_mibps
|
2259
2266
|
# Corresponds to the JSON property `totalIops`
|
2260
2267
|
# @return [Fixnum]
|
2261
2268
|
attr_accessor :total_iops
|
2262
2269
|
|
2263
|
-
# Optional. Custom Performance Total Throughput of the pool (in
|
2270
|
+
# Optional. Custom Performance Total Throughput of the pool (in MiBps)
|
2264
2271
|
# Corresponds to the JSON property `totalThroughputMibps`
|
2265
2272
|
# @return [Fixnum]
|
2266
2273
|
attr_accessor :total_throughput_mibps
|
@@ -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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250528"
|
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
|
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.11.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.11.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:
|