google-apis-netapp_v1 0.29.0 → 0.30.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/netapp_v1/classes.rb +10 -10
- data/lib/google/apis/netapp_v1/gem_version.rb +2 -2
- data/lib/google/apis/netapp_v1/service.rb +7 -9
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 141d861ab2016521dad3b4b03d53d8186ed08d03987b29b61edb1f233e7b0587
|
|
4
|
+
data.tar.gz: 050e6f97b01dcae22b304436d2f5c91e7ea71526072122780251268ed286fb79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24a82887e76eb1d3598ceec181cc57d85b8161c898a054500031d79dde9d7ac2e75f5e1e3252eba0088afd06fa6eacb76378c7994f6f3a75ad54034aaf87295c
|
|
7
|
+
data.tar.gz: 02f40a1de127bf23c36cf38bc8fffa19d5f284d8ce5db60c07c5fa6c7781ad350dc50e1e41d2916e047e621e9f636ac36adb77c283e043badf40fdc0bda84e51
|
data/CHANGELOG.md
CHANGED
|
@@ -248,9 +248,9 @@ module Google
|
|
|
248
248
|
# @return [String]
|
|
249
249
|
attr_accessor :source_snapshot
|
|
250
250
|
|
|
251
|
-
#
|
|
252
|
-
#
|
|
253
|
-
# location`/volumes/`volume_id``
|
|
251
|
+
# The resource name of the volume that this backup belongs to. You must provide
|
|
252
|
+
# either `source_volume` or `ontap_source`. Format: `projects/`project_id`/
|
|
253
|
+
# locations/`location`/volumes/`volume_id``
|
|
254
254
|
# Corresponds to the JSON property `sourceVolume`
|
|
255
255
|
# @return [String]
|
|
256
256
|
attr_accessor :source_volume
|
|
@@ -984,7 +984,7 @@ module Google
|
|
|
984
984
|
# @return [String]
|
|
985
985
|
attr_accessor :peer_cluster_name
|
|
986
986
|
|
|
987
|
-
# Optional. List of IPv4
|
|
987
|
+
# Optional. List of IPv4 IP addresses to be used for peering.
|
|
988
988
|
# Corresponds to the JSON property `peerIpAddresses`
|
|
989
989
|
# @return [Array<String>]
|
|
990
990
|
attr_accessor :peer_ip_addresses
|
|
@@ -1432,7 +1432,7 @@ module Google
|
|
|
1432
1432
|
# @return [Hash<String,String>]
|
|
1433
1433
|
attr_accessor :labels
|
|
1434
1434
|
|
|
1435
|
-
# Identifier. Name of the KmsConfig
|
|
1435
|
+
# Identifier. Name of the `KmsConfig`. Format: `projects/`project`/locations/`
|
|
1436
1436
|
# location`/kmsConfigs/`kms_config``
|
|
1437
1437
|
# Corresponds to the JSON property `name`
|
|
1438
1438
|
# @return [String]
|
|
@@ -1473,7 +1473,7 @@ module Google
|
|
|
1473
1473
|
end
|
|
1474
1474
|
|
|
1475
1475
|
# Configuration for a Large Capacity Volume. A Large Capacity Volume supports
|
|
1476
|
-
# sizes ranging from 4.8 TiB to 20 PiB
|
|
1476
|
+
# sizes ranging from 4.8 TiB to 20 PiB; it is composed of multiple internal
|
|
1477
1477
|
# constituents, and must be created in a large capacity pool.
|
|
1478
1478
|
class LargeCapacityConfig
|
|
1479
1479
|
include Google::Apis::Core::Hashable
|
|
@@ -2429,8 +2429,8 @@ module Google
|
|
|
2429
2429
|
|
|
2430
2430
|
# Full name of the backup resource. Format for standard backup: projects/`
|
|
2431
2431
|
# project`/locations/`location`/backupVaults/`backup_vault_id`/backups/`
|
|
2432
|
-
# backup_id
|
|
2433
|
-
# backupVaults/`backup_vault`/dataSources/`data_source`/backups/`backup`
|
|
2432
|
+
# backup_id`. Format for BackupDR backup: projects/`project`/locations/`location`
|
|
2433
|
+
# /backupVaults/`backup_vault`/dataSources/`data_source`/backups/`backup`
|
|
2434
2434
|
# Corresponds to the JSON property `sourceBackup`
|
|
2435
2435
|
# @return [String]
|
|
2436
2436
|
attr_accessor :source_backup
|
|
@@ -2886,7 +2886,7 @@ module Google
|
|
|
2886
2886
|
alias_method :ldap_enabled?, :ldap_enabled
|
|
2887
2887
|
|
|
2888
2888
|
# Optional. Mode of the storage pool. This field is used to control whether the
|
|
2889
|
-
# user can perform
|
|
2889
|
+
# user can perform ONTAP operations on the storage pool using the GCNV ONTAP
|
|
2890
2890
|
# Mode APIs. If not specified during creation, it defaults to `DEFAULT`.
|
|
2891
2891
|
# Corresponds to the JSON property `mode`
|
|
2892
2892
|
# @return [String]
|
|
@@ -3343,7 +3343,7 @@ module Google
|
|
|
3343
3343
|
alias_method :large_capacity?, :large_capacity
|
|
3344
3344
|
|
|
3345
3345
|
# Configuration for a Large Capacity Volume. A Large Capacity Volume supports
|
|
3346
|
-
# sizes ranging from 4.8 TiB to 20 PiB
|
|
3346
|
+
# sizes ranging from 4.8 TiB to 20 PiB; it is composed of multiple internal
|
|
3347
3347
|
# constituents, and must be created in a large capacity pool.
|
|
3348
3348
|
# Corresponds to the JSON property `largeCapacityConfig`
|
|
3349
3349
|
# @return [Google::Apis::NetappV1::LargeCapacityConfig]
|
|
@@ -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.30.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 = "
|
|
25
|
+
REVISION = "20260513"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1251,7 +1251,7 @@ module Google
|
|
|
1251
1251
|
|
|
1252
1252
|
# Updates the Kms config properties with the full spec
|
|
1253
1253
|
# @param [String] name
|
|
1254
|
-
# Identifier. Name of the KmsConfig
|
|
1254
|
+
# Identifier. Name of the `KmsConfig`. Format: `projects/`project`/locations/`
|
|
1255
1255
|
# location`/kmsConfigs/`kms_config``
|
|
1256
1256
|
# @param [Google::Apis::NetappV1::KmsConfig] kms_config_object
|
|
1257
1257
|
# @param [String] update_mask
|
|
@@ -1725,7 +1725,7 @@ module Google
|
|
|
1725
1725
|
execute_or_queue_command(command, &block)
|
|
1726
1726
|
end
|
|
1727
1727
|
|
|
1728
|
-
# `ExecuteOntapDelete`
|
|
1728
|
+
# `ExecuteOntapDelete` sends the ONTAP `DELETE` request to the `StoragePool`
|
|
1729
1729
|
# cluster.
|
|
1730
1730
|
# @param [String] ontap_path
|
|
1731
1731
|
# Required. The resource path of the ONTAP resource. Format: `projects/`
|
|
@@ -1759,8 +1759,7 @@ module Google
|
|
|
1759
1759
|
execute_or_queue_command(command, &block)
|
|
1760
1760
|
end
|
|
1761
1761
|
|
|
1762
|
-
# `ExecuteOntapGet`
|
|
1763
|
-
# cluster.
|
|
1762
|
+
# `ExecuteOntapGet` sends the ONTAP `GET` request to the `StoragePool` cluster.
|
|
1764
1763
|
# @param [String] ontap_path
|
|
1765
1764
|
# Required. The resource path of the ONTAP resource. Format: `projects/`
|
|
1766
1765
|
# project_number`/locations/`location_id`/storagePools/`storage_pool_id`/ontap/`
|
|
@@ -1793,7 +1792,7 @@ module Google
|
|
|
1793
1792
|
execute_or_queue_command(command, &block)
|
|
1794
1793
|
end
|
|
1795
1794
|
|
|
1796
|
-
# `ExecuteOntapPatch`
|
|
1795
|
+
# `ExecuteOntapPatch` sends the ONTAP `PATCH` request to the `StoragePool`
|
|
1797
1796
|
# cluster.
|
|
1798
1797
|
# @param [String] ontap_path
|
|
1799
1798
|
# Required. The resource path of the ONTAP resource. Format: `projects/`
|
|
@@ -1830,11 +1829,10 @@ module Google
|
|
|
1830
1829
|
execute_or_queue_command(command, &block)
|
|
1831
1830
|
end
|
|
1832
1831
|
|
|
1833
|
-
# `ExecuteOntapPost`
|
|
1834
|
-
# cluster.
|
|
1832
|
+
# `ExecuteOntapPost` sends the ONTAP `POST` request to the `StoragePool` cluster.
|
|
1835
1833
|
# @param [String] ontap_path
|
|
1836
|
-
# Required. The
|
|
1837
|
-
#
|
|
1834
|
+
# Required. The path of the ONTAP resource. Format: `projects/`project_number`/
|
|
1835
|
+
# locations/`location_id`/storagePools/`storage_pool_id`/ontap/`
|
|
1838
1836
|
# ontap_resource_path``. For example: `projects/123456789/locations/us-central1/
|
|
1839
1837
|
# storagePools/my-storage-pool/ontap/api/storage/volumes`.
|
|
1840
1838
|
# @param [Google::Apis::NetappV1::ExecuteOntapPostRequest] execute_ontap_post_request_object
|
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.30.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.30.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:
|