google-apis-netapp_v1 0.23.0 → 0.24.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: 718c1d364ec9a05cd69ef1ab60df116127ffe629206b5f4de3ca659d763c8e6c
4
- data.tar.gz: 212e94ef03a9b26335753b3957bfca2fef5b0cd38a1d2caf50adb54c69966ba2
3
+ metadata.gz: 0d22bc6f90a3161b53abbb809c9aa867a4a940b69496fc8bab9aa165ac33b3b6
4
+ data.tar.gz: '09342de6a554d168e704626c9d74b02b0d52fa3aa0692aff0d3602d0382b13e6'
5
5
  SHA512:
6
- metadata.gz: 48e95b15c8d785d0ad259cd0669406324e337d68053d9c530340370e4c43dade523d7567f7912d8164a0df0623cbadf00b62274f84b93a54e34b3ea90da18ab4
7
- data.tar.gz: 32f110ede0156c774d2c6973b79d05b55bad5df881658d1a3067bc0a29439fa0c0e35a64d52cda82ed197d08c58aecb4ad1499962a644c2944e7ace918462eeb
6
+ metadata.gz: 30410ad9641afb662b32f36efac4648d6a4f25364bfe7bc87254e9e5d9020f1301b77347f36421759c98a576149700a328999161dfde4d82f4566e7405f083ea
7
+ data.tar.gz: 5b2b9c88cc80fabbe23f4793e350851fc2339e85e5e92c7bfeb12415dea172252d81ce4004e359f294377d5f8443704f4d4220fb33694b79cee86316d725847d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-netapp_v1
2
2
 
3
+ ### v0.24.0 (2026-01-18)
4
+
5
+ * Regenerated from discovery document revision 20260111
6
+
3
7
  ### v0.23.0 (2026-01-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20260106
@@ -492,9 +492,9 @@ module Google
492
492
  # @return [String]
493
493
  attr_accessor :backup_vault_type
494
494
 
495
- # Output only. The crypto key version used to encrypt the backup vault. Format:
495
+ # Output only. The crypto key version used to encrypt the backup vault. Format: `
496
496
  # projects/`project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`
497
- # crypto_key`/cryptoKeyVersions/`crypto_key_version`
497
+ # crypto_key`/cryptoKeyVersions/`crypto_key_version``
498
498
  # Corresponds to the JSON property `backupsCryptoKeyVersion`
499
499
  # @return [String]
500
500
  attr_accessor :backups_crypto_key_version
@@ -520,8 +520,9 @@ module Google
520
520
  # @return [String]
521
521
  attr_accessor :encryption_state
522
522
 
523
- # Optional. Specifies the KMS config to be used for backup encryption. Format:
524
- # projects/`project`/locations/`location`/kmsConfigs/`kms_config`
523
+ # Optional. Specifies the Key Management System (KMS) configuration to be used
524
+ # for backup encryption. Format: `projects/`project`/locations/`location`/
525
+ # kmsConfigs/`kms_config``
525
526
  # Corresponds to the JSON property `kmsConfig`
526
527
  # @return [String]
527
528
  attr_accessor :kms_config
@@ -595,11 +596,11 @@ module Google
595
596
  attr_accessor :identifier
596
597
 
597
598
  # Optional. User-defined name for the block device, unique within the volume. In
598
- # case no user input is provided, name will be autogenerated in the backend. The
599
- # name must meet the following requirements: * Be between 1 and 255 characters
600
- # long. * Contain only uppercase or lowercase letters (A-Z, a-z), numbers (0-9),
601
- # and the following special characters: "-", "_", "`", "`", ".". * Spaces are
602
- # not allowed.
599
+ # case no user input is provided, name will be auto-generated in the backend.
600
+ # The name must meet the following requirements: * Be between 1 and 255
601
+ # characters long. * Contain only uppercase or lowercase letters (A-Z, a-z),
602
+ # numbers (0-9), and the following special characters: "-", "_", "`", "`", ".". *
603
+ # Spaces are not allowed.
603
604
  # Corresponds to the JSON property `name`
604
605
  # @return [String]
605
606
  attr_accessor :name
@@ -770,7 +771,7 @@ module Google
770
771
  # @return [Array<String>]
771
772
  attr_accessor :path_list
772
773
 
773
- # Optional. Flag indicating whether the directories listed with the pathList
774
+ # Optional. Flag indicating whether the directories listed with the `path_list`
774
775
  # need to be recursively pre-populated.
775
776
  # Corresponds to the JSON property `recursion`
776
777
  # @return [Boolean]
@@ -936,6 +937,47 @@ module Google
936
937
  end
937
938
  end
938
939
 
940
+ # EstablishVolumePeeringRequest establishes cluster and svm peerings between the
941
+ # source and destination clusters.
942
+ class EstablishVolumePeeringRequest
943
+ include Google::Apis::Core::Hashable
944
+
945
+ # Required. Name of the user's local source cluster to be peered with the
946
+ # destination cluster.
947
+ # Corresponds to the JSON property `peerClusterName`
948
+ # @return [String]
949
+ attr_accessor :peer_cluster_name
950
+
951
+ # Optional. List of IPv4 ip addresses to be used for peering.
952
+ # Corresponds to the JSON property `peerIpAddresses`
953
+ # @return [Array<String>]
954
+ attr_accessor :peer_ip_addresses
955
+
956
+ # Required. Name of the user's local source vserver svm to be peered with the
957
+ # destination vserver svm.
958
+ # Corresponds to the JSON property `peerSvmName`
959
+ # @return [String]
960
+ attr_accessor :peer_svm_name
961
+
962
+ # Required. Name of the user's local source volume to be peered with the
963
+ # destination volume.
964
+ # Corresponds to the JSON property `peerVolumeName`
965
+ # @return [String]
966
+ attr_accessor :peer_volume_name
967
+
968
+ def initialize(**args)
969
+ update!(**args)
970
+ end
971
+
972
+ # Update properties of this object
973
+ def update!(**args)
974
+ @peer_cluster_name = args[:peer_cluster_name] if args.key?(:peer_cluster_name)
975
+ @peer_ip_addresses = args[:peer_ip_addresses] if args.key?(:peer_ip_addresses)
976
+ @peer_svm_name = args[:peer_svm_name] if args.key?(:peer_svm_name)
977
+ @peer_volume_name = args[:peer_volume_name] if args.key?(:peer_volume_name)
978
+ end
979
+ end
980
+
939
981
  # Defines the export policy for the volume.
940
982
  class ExportPolicy
941
983
  include Google::Apis::Core::Hashable
@@ -1205,7 +1247,7 @@ module Google
1205
1247
  end
1206
1248
  end
1207
1249
 
1208
- # KmsConfig is the customer managed encryption key(CMEK) configuration.
1250
+ # KmsConfig is the customer-managed encryption key(CMEK) configuration.
1209
1251
  class KmsConfig
1210
1252
  include Google::Apis::Core::Hashable
1211
1253
 
@@ -1214,8 +1256,8 @@ module Google
1214
1256
  # @return [String]
1215
1257
  attr_accessor :create_time
1216
1258
 
1217
- # Required. Customer managed crypto key resource full name. Format: `projects/`
1218
- # project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``.
1259
+ # Required. Customer-managed crypto key resource full name. Format: `projects/`
1260
+ # project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`crypto_key``
1219
1261
  # Corresponds to the JSON property `cryptoKeyName`
1220
1262
  # @return [String]
1221
1263
  attr_accessor :crypto_key_name
@@ -1236,7 +1278,8 @@ module Google
1236
1278
  # @return [Hash<String,String>]
1237
1279
  attr_accessor :labels
1238
1280
 
1239
- # Identifier. Name of the KmsConfig.
1281
+ # Identifier. Name of the KmsConfig. Format: `projects/`project`/locations/`
1282
+ # location`/kmsConfigs/`kms_config``
1240
1283
  # Corresponds to the JSON property `name`
1241
1284
  # @return [String]
1242
1285
  attr_accessor :name
@@ -2293,8 +2336,8 @@ module Google
2293
2336
  # @return [String]
2294
2337
  attr_accessor :allowed_clients
2295
2338
 
2296
- # Optional. An integer representing the anonymous user ID. Range is 0 to
2297
- # 4294967295. Required when `squash_mode` is `ROOT_SQUASH` or `ALL_SQUASH`.
2339
+ # Optional. An integer representing the anonymous user ID. Range is 0 to `
2340
+ # 4294967295`. Required when `squash_mode` is `ROOT_SQUASH` or `ALL_SQUASH`.
2298
2341
  # Corresponds to the JSON property `anonUid`
2299
2342
  # @return [Fixnum]
2300
2343
  attr_accessor :anon_uid
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.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 = "20260106"
25
+ REVISION = "20260111"
26
26
  end
27
27
  end
28
28
  end
@@ -112,6 +112,12 @@ module Google
112
112
  include Google::Apis::Core::JsonObjectSupport
113
113
  end
114
114
 
115
+ class EstablishVolumePeeringRequest
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
115
121
  class ExportPolicy
116
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
123
 
@@ -605,6 +611,16 @@ module Google
605
611
  end
606
612
  end
607
613
 
614
+ class EstablishVolumePeeringRequest
615
+ # @private
616
+ class Representation < Google::Apis::Core::JsonRepresentation
617
+ property :peer_cluster_name, as: 'peerClusterName'
618
+ collection :peer_ip_addresses, as: 'peerIpAddresses'
619
+ property :peer_svm_name, as: 'peerSvmName'
620
+ property :peer_volume_name, as: 'peerVolumeName'
621
+ end
622
+ end
623
+
608
624
  class ExportPolicy
609
625
  # @private
610
626
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1242,7 +1242,8 @@ module Google
1242
1242
 
1243
1243
  # Updates the Kms config properties with the full spec
1244
1244
  # @param [String] name
1245
- # Identifier. Name of the KmsConfig.
1245
+ # Identifier. Name of the KmsConfig. Format: `projects/`project`/locations/`
1246
+ # location`/kmsConfigs/`kms_config``
1246
1247
  # @param [Google::Apis::NetappV1::KmsConfig] kms_config_object
1247
1248
  # @param [String] update_mask
1248
1249
  # Required. Field mask is used to specify the fields to be overwritten in the
@@ -1788,6 +1789,41 @@ module Google
1788
1789
  execute_or_queue_command(command, &block)
1789
1790
  end
1790
1791
 
1792
+ # Establish volume peering. This is used to establish cluster and svm peerings
1793
+ # between the GCNV and OnPrem clusters.
1794
+ # @param [String] name
1795
+ # Required. The volume resource name, in the format `projects/`project_id`/
1796
+ # locations/`location`/volumes/`volume_id``
1797
+ # @param [Google::Apis::NetappV1::EstablishVolumePeeringRequest] establish_volume_peering_request_object
1798
+ # @param [String] fields
1799
+ # Selector specifying which fields to include in a partial response.
1800
+ # @param [String] quota_user
1801
+ # Available to use for quota purposes for server-side applications. Can be any
1802
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1803
+ # @param [Google::Apis::RequestOptions] options
1804
+ # Request-specific options
1805
+ #
1806
+ # @yield [result, err] Result & error if block supplied
1807
+ # @yieldparam result [Google::Apis::NetappV1::Operation] parsed result object
1808
+ # @yieldparam err [StandardError] error object if request failed
1809
+ #
1810
+ # @return [Google::Apis::NetappV1::Operation]
1811
+ #
1812
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1813
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1814
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1815
+ def establish_project_location_volume_peering(name, establish_volume_peering_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1816
+ command = make_simple_command(:post, 'v1/{+name}:establishPeering', options)
1817
+ command.request_representation = Google::Apis::NetappV1::EstablishVolumePeeringRequest::Representation
1818
+ command.request_object = establish_volume_peering_request_object
1819
+ command.response_representation = Google::Apis::NetappV1::Operation::Representation
1820
+ command.response_class = Google::Apis::NetappV1::Operation
1821
+ command.params['name'] = name unless name.nil?
1822
+ command.query['fields'] = fields unless fields.nil?
1823
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1824
+ execute_or_queue_command(command, &block)
1825
+ end
1826
+
1791
1827
  # Gets details of a single Volume.
1792
1828
  # @param [String] name
1793
1829
  # Required. Name of the volume
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.23.0
4
+ version: 0.24.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.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-netapp_v1/v0.24.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: