google-apis-netapp_v1 0.9.0 → 0.10.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: 33087e56deb4c9a9b157f1642c5670f94ddf60fe43fed21f13af1acbcdca6390
4
- data.tar.gz: 83cde7d0ef003fbd92f076a8204b8deaaf1ba7e90b6f2e2ff3d75616ca416d98
3
+ metadata.gz: 883decd247eceec704d82cc2816f905cdcca202b73e7f2d691c65283fbdf9c08
4
+ data.tar.gz: addde653c7a196c6b850abe4e427695b1a30ede4f20f86ce9e6169a914a4df01
5
5
  SHA512:
6
- metadata.gz: 2e9f493607f0ccc01c86647cf70f646fd783775e5a0ee793263113e9cf88ce60bf69c0363447447869d683227272aee7330bc8512d86d83f2a1049264fd71ebd
7
- data.tar.gz: 5d3aef6a0a606cc0bf84781d015c2c226c121174f53d8517aaa697b2325dbdb8d6c6a0ce20baac9a8c437959c5cf072129b85433b7c195f7ff2055f753c66da6
6
+ metadata.gz: 54d4cd9c2d38e4cf8e0c822440a8e57ef292c2215896922650b1e1d1a95d348c9aa2d5ad8784d3f1c8689d02e88e9a8d4f19ce00ad4ffb4527cfd7a133df61e3
7
+ data.tar.gz: 1f0ec550c845a1ac2b6d3c2813823c3f9ef30ab2eb81eba70d22579e9ce9dc1aa00da293c6ed696fc3581913b4b47d7b43d83f4934863c769500eff101d01f67
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-netapp_v1
2
2
 
3
+ ### v0.10.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250519
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.9.0 (2025-05-21)
4
9
 
5
10
  * Regenerated from discovery document revision 20250515
@@ -768,42 +768,42 @@ module Google
768
768
  class HybridPeeringDetails
769
769
  include Google::Apis::Core::Hashable
770
770
 
771
- # Optional. Copy-paste-able commands to be used on user's ONTAP to accept
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
- # Optional. Expiration time for the peering command to be executed on user's
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
- # Optional. Temporary passphrase generated to accept cluster peering command.
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
- # Optional. Name of the user's local source cluster to be peered with the
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
- # Optional. Name of the user's local source vserver svm to be peered with the
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
- # Optional. Name of the user's local source volume to be peered with the
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
- # Optional. IP address of the subnet.
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
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250515"
25
+ REVISION = "20250519"
26
26
  end
27
27
  end
28
28
  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.9.0
4
+ version: 0.10.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.9.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-netapp_v1/v0.10.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: