google-apis-netapp_v1 0.12.0 → 0.14.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: fe35b12e40eb720dbe619949d87fa3a9f076ecf41a68b917fbaa2802de56a731
4
- data.tar.gz: 4f9761c95cd3f27d8e595df142fd57984af22f318dc0a36e80d2b96f44cce23e
3
+ metadata.gz: 5a0fd1d4262a920d84b21d6332d9e7de37e47e8923077c5d1d042838d8cfe2ec
4
+ data.tar.gz: fe12b8d8f2fea657cfff031203cd9fa3aadd20d7584ff9a3c8653ccc2dc4f4be
5
5
  SHA512:
6
- metadata.gz: 7f572be51d7c425d258dfd775eba408a18a6b5ad22d72d08cbaf0b013f02ecf728c4ae33383dbb6ba7af0be5d2c304c8a2c82d29d82d9c9c8ea2828c214ffb17
7
- data.tar.gz: 63d75ba82c83587419ebda92bf0ec1110bc6bdfcda1c33791bbf3886b762f0f2ec6d312ff468a32ad4f49951769b0244fb974470085355d176541501cef0f609
6
+ metadata.gz: 057fbfe2eaaca25b2e5f83d3dde9ea963ae7b71a550c13ddc50d1ef13e49fd1bafbb5c97f8605df214f304a390a1b4b19075687f953dcab21e79a92affd1b63f
7
+ data.tar.gz: 7ea54a8e48c13dbf32c09e5c03363a9aab67e9d0ba6c3d782a264185a513d823e80a4a2f78beec154283ffedb2ed6eb8b0ad8ccba6f4129aadf9a703744ec2f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-netapp_v1
2
2
 
3
+ ### v0.14.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250817
6
+
7
+ ### v0.13.0 (2025-08-17)
8
+
9
+ * Regenerated from discovery document revision 20250813
10
+
3
11
  ### v0.12.0 (2025-06-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20250604
@@ -839,11 +839,21 @@ module Google
839
839
  # @return [String]
840
840
  attr_accessor :description
841
841
 
842
+ # Optional. Type of the hybrid replication.
843
+ # Corresponds to the JSON property `hybridReplicationType`
844
+ # @return [String]
845
+ attr_accessor :hybrid_replication_type
846
+
842
847
  # Optional. Labels to be added to the replication as the key value pairs.
843
848
  # Corresponds to the JSON property `labels`
844
849
  # @return [Hash<String,String>]
845
850
  attr_accessor :labels
846
851
 
852
+ # Optional. Constituent volume count for large volume.
853
+ # Corresponds to the JSON property `largeVolumeConstituentCount`
854
+ # @return [Fixnum]
855
+ attr_accessor :large_volume_constituent_count
856
+
847
857
  # Required. Name of the user's local source cluster to be peered with the
848
858
  # destination cluster.
849
859
  # Corresponds to the JSON property `peerClusterName`
@@ -872,6 +882,11 @@ module Google
872
882
  # @return [String]
873
883
  attr_accessor :replication
874
884
 
885
+ # Optional. Replication Schedule for the replication created.
886
+ # Corresponds to the JSON property `replicationSchedule`
887
+ # @return [String]
888
+ attr_accessor :replication_schedule
889
+
875
890
  def initialize(**args)
876
891
  update!(**args)
877
892
  end
@@ -880,12 +895,15 @@ module Google
880
895
  def update!(**args)
881
896
  @cluster_location = args[:cluster_location] if args.key?(:cluster_location)
882
897
  @description = args[:description] if args.key?(:description)
898
+ @hybrid_replication_type = args[:hybrid_replication_type] if args.key?(:hybrid_replication_type)
883
899
  @labels = args[:labels] if args.key?(:labels)
900
+ @large_volume_constituent_count = args[:large_volume_constituent_count] if args.key?(:large_volume_constituent_count)
884
901
  @peer_cluster_name = args[:peer_cluster_name] if args.key?(:peer_cluster_name)
885
902
  @peer_ip_addresses = args[:peer_ip_addresses] if args.key?(:peer_ip_addresses)
886
903
  @peer_svm_name = args[:peer_svm_name] if args.key?(:peer_svm_name)
887
904
  @peer_volume_name = args[:peer_volume_name] if args.key?(:peer_volume_name)
888
905
  @replication = args[:replication] if args.key?(:replication)
906
+ @replication_schedule = args[:replication_schedule] if args.key?(:replication_schedule)
889
907
  end
890
908
  end
891
909
 
@@ -1727,6 +1745,11 @@ module Google
1727
1745
  # @return [String]
1728
1746
  attr_accessor :hybrid_replication_type
1729
1747
 
1748
+ # UserCommands contains the commands to be executed by the customer.
1749
+ # Corresponds to the JSON property `hybridReplicationUserCommands`
1750
+ # @return [Google::Apis::NetappV1::UserCommands]
1751
+ attr_accessor :hybrid_replication_user_commands
1752
+
1730
1753
  # Resource labels to represent user provided metadata.
1731
1754
  # Corresponds to the JSON property `labels`
1732
1755
  # @return [Hash<String,String>]
@@ -1789,6 +1812,7 @@ module Google
1789
1812
  @healthy = args[:healthy] if args.key?(:healthy)
1790
1813
  @hybrid_peering_details = args[:hybrid_peering_details] if args.key?(:hybrid_peering_details)
1791
1814
  @hybrid_replication_type = args[:hybrid_replication_type] if args.key?(:hybrid_replication_type)
1815
+ @hybrid_replication_user_commands = args[:hybrid_replication_user_commands] if args.key?(:hybrid_replication_user_commands)
1792
1816
  @labels = args[:labels] if args.key?(:labels)
1793
1817
  @mirror_state = args[:mirror_state] if args.key?(:mirror_state)
1794
1818
  @name = args[:name] if args.key?(:name)
@@ -2162,6 +2186,11 @@ module Google
2162
2186
  attr_accessor :allow_auto_tiering
2163
2187
  alias_method :allow_auto_tiering?, :allow_auto_tiering
2164
2188
 
2189
+ # Output only. Available throughput of the storage pool (in MiB/s).
2190
+ # Corresponds to the JSON property `availableThroughputMibps`
2191
+ # @return [Float]
2192
+ attr_accessor :available_throughput_mibps
2193
+
2165
2194
  # Required. Capacity in GIB of the pool
2166
2195
  # Corresponds to the JSON property `capacityGib`
2167
2196
  # @return [Fixnum]
@@ -2246,6 +2275,11 @@ module Google
2246
2275
  # @return [String]
2247
2276
  attr_accessor :psa_range
2248
2277
 
2278
+ # Optional. QoS (Quality of Service) Type of the storage pool
2279
+ # Corresponds to the JSON property `qosType`
2280
+ # @return [String]
2281
+ attr_accessor :qos_type
2282
+
2249
2283
  # Optional. Specifies the replica zone for regional storagePool.
2250
2284
  # Corresponds to the JSON property `replicaZone`
2251
2285
  # @return [String]
@@ -2312,6 +2346,7 @@ module Google
2312
2346
  def update!(**args)
2313
2347
  @active_directory = args[:active_directory] if args.key?(:active_directory)
2314
2348
  @allow_auto_tiering = args[:allow_auto_tiering] if args.key?(:allow_auto_tiering)
2349
+ @available_throughput_mibps = args[:available_throughput_mibps] if args.key?(:available_throughput_mibps)
2315
2350
  @capacity_gib = args[:capacity_gib] if args.key?(:capacity_gib)
2316
2351
  @create_time = args[:create_time] if args.key?(:create_time)
2317
2352
  @custom_performance_enabled = args[:custom_performance_enabled] if args.key?(:custom_performance_enabled)
@@ -2326,6 +2361,7 @@ module Google
2326
2361
  @name = args[:name] if args.key?(:name)
2327
2362
  @network = args[:network] if args.key?(:network)
2328
2363
  @psa_range = args[:psa_range] if args.key?(:psa_range)
2364
+ @qos_type = args[:qos_type] if args.key?(:qos_type)
2329
2365
  @replica_zone = args[:replica_zone] if args.key?(:replica_zone)
2330
2366
  @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
2331
2367
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
@@ -2464,6 +2500,25 @@ module Google
2464
2500
  end
2465
2501
  end
2466
2502
 
2503
+ # UserCommands contains the commands to be executed by the customer.
2504
+ class UserCommands
2505
+ include Google::Apis::Core::Hashable
2506
+
2507
+ # Output only. List of commands to be executed by the customer.
2508
+ # Corresponds to the JSON property `commands`
2509
+ # @return [Array<String>]
2510
+ attr_accessor :commands
2511
+
2512
+ def initialize(**args)
2513
+ update!(**args)
2514
+ end
2515
+
2516
+ # Update properties of this object
2517
+ def update!(**args)
2518
+ @commands = args[:commands] if args.key?(:commands)
2519
+ end
2520
+ end
2521
+
2467
2522
  # ValidateDirectoryServiceRequest validates the directory service policy
2468
2523
  # attached to the storage pool.
2469
2524
  class ValidateDirectoryServiceRequest
@@ -2550,7 +2605,7 @@ module Google
2550
2605
  # @return [Fixnum]
2551
2606
  attr_accessor :capacity_gib
2552
2607
 
2553
- # Output only. Size of the volume cold tier data in GiB.
2608
+ # Output only. Size of the volume cold tier data rounded down to the nearest GiB.
2554
2609
  # Corresponds to the JSON property `coldTierSizeGib`
2555
2610
  # @return [Fixnum]
2556
2611
  attr_accessor :cold_tier_size_gib
@@ -2721,6 +2776,11 @@ module Google
2721
2776
  # @return [String]
2722
2777
  attr_accessor :storage_pool
2723
2778
 
2779
+ # Optional. Throughput of the volume (in MiB/s)
2780
+ # Corresponds to the JSON property `throughputMibps`
2781
+ # @return [Float]
2782
+ attr_accessor :throughput_mibps
2783
+
2724
2784
  # Defines tiering policy for the volume.
2725
2785
  # Corresponds to the JSON property `tieringPolicy`
2726
2786
  # @return [Google::Apis::NetappV1::TieringPolicy]
@@ -2783,6 +2843,7 @@ module Google
2783
2843
  @state = args[:state] if args.key?(:state)
2784
2844
  @state_details = args[:state_details] if args.key?(:state_details)
2785
2845
  @storage_pool = args[:storage_pool] if args.key?(:storage_pool)
2846
+ @throughput_mibps = args[:throughput_mibps] if args.key?(:throughput_mibps)
2786
2847
  @tiering_policy = args[:tiering_policy] if args.key?(:tiering_policy)
2787
2848
  @unix_permissions = args[:unix_permissions] if args.key?(:unix_permissions)
2788
2849
  @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.12.0"
19
+ GEM_VERSION = "0.14.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 = "20250604"
25
+ REVISION = "20250817"
26
26
  end
27
27
  end
28
28
  end
@@ -328,6 +328,12 @@ module Google
328
328
  include Google::Apis::Core::JsonObjectSupport
329
329
  end
330
330
 
331
+ class UserCommands
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
331
337
  class ValidateDirectoryServiceRequest
332
338
  class Representation < Google::Apis::Core::JsonRepresentation; end
333
339
 
@@ -545,12 +551,15 @@ module Google
545
551
  class Representation < Google::Apis::Core::JsonRepresentation
546
552
  property :cluster_location, as: 'clusterLocation'
547
553
  property :description, as: 'description'
554
+ property :hybrid_replication_type, as: 'hybridReplicationType'
548
555
  hash :labels, as: 'labels'
556
+ property :large_volume_constituent_count, as: 'largeVolumeConstituentCount'
549
557
  property :peer_cluster_name, as: 'peerClusterName'
550
558
  collection :peer_ip_addresses, as: 'peerIpAddresses'
551
559
  property :peer_svm_name, as: 'peerSvmName'
552
560
  property :peer_volume_name, as: 'peerVolumeName'
553
561
  property :replication, as: 'replication'
562
+ property :replication_schedule, as: 'replicationSchedule'
554
563
  end
555
564
  end
556
565
 
@@ -781,6 +790,8 @@ module Google
781
790
  property :hybrid_peering_details, as: 'hybridPeeringDetails', class: Google::Apis::NetappV1::HybridPeeringDetails, decorator: Google::Apis::NetappV1::HybridPeeringDetails::Representation
782
791
 
783
792
  property :hybrid_replication_type, as: 'hybridReplicationType'
793
+ property :hybrid_replication_user_commands, as: 'hybridReplicationUserCommands', class: Google::Apis::NetappV1::UserCommands, decorator: Google::Apis::NetappV1::UserCommands::Representation
794
+
784
795
  hash :labels, as: 'labels'
785
796
  property :mirror_state, as: 'mirrorState'
786
797
  property :name, as: 'name'
@@ -887,6 +898,7 @@ module Google
887
898
  class Representation < Google::Apis::Core::JsonRepresentation
888
899
  property :active_directory, as: 'activeDirectory'
889
900
  property :allow_auto_tiering, as: 'allowAutoTiering'
901
+ property :available_throughput_mibps, as: 'availableThroughputMibps'
890
902
  property :capacity_gib, :numeric_string => true, as: 'capacityGib'
891
903
  property :create_time, as: 'createTime'
892
904
  property :custom_performance_enabled, as: 'customPerformanceEnabled'
@@ -901,6 +913,7 @@ module Google
901
913
  property :name, as: 'name'
902
914
  property :network, as: 'network'
903
915
  property :psa_range, as: 'psaRange'
916
+ property :qos_type, as: 'qosType'
904
917
  property :replica_zone, as: 'replicaZone'
905
918
  property :satisfies_pzi, as: 'satisfiesPzi'
906
919
  property :satisfies_pzs, as: 'satisfiesPzs'
@@ -950,6 +963,13 @@ module Google
950
963
  end
951
964
  end
952
965
 
966
+ class UserCommands
967
+ # @private
968
+ class Representation < Google::Apis::Core::JsonRepresentation
969
+ collection :commands, as: 'commands'
970
+ end
971
+ end
972
+
953
973
  class ValidateDirectoryServiceRequest
954
974
  # @private
955
975
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1015,6 +1035,7 @@ module Google
1015
1035
  property :state, as: 'state'
1016
1036
  property :state_details, as: 'stateDetails'
1017
1037
  property :storage_pool, as: 'storagePool'
1038
+ property :throughput_mibps, as: 'throughputMibps'
1018
1039
  property :tiering_policy, as: 'tieringPolicy', class: Google::Apis::NetappV1::TieringPolicy, decorator: Google::Apis::NetappV1::TieringPolicy::Representation
1019
1040
 
1020
1041
  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. A list of extra location types that should be used as conditions for
91
- # controlling the visibility of the locations.
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.12.0
4
+ version: 0.14.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.12.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-netapp_v1/v0.14.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: