google-apis-netapp_v1 0.13.0 → 0.15.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: eff27a672c3115820605c55d8a14b677d40ac313e15d8b5a2da55566234e03ef
|
4
|
+
data.tar.gz: 3968beedf71d0f7303a3c5bd2761213f6b52dc56ae527f91a547ea1eef36fd8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cef93f87456192747587e34dc7ee88cb9a4d9671a0a16b6d9f902b587f8f1e0a8a8471d84a7362d159c285d36dea89f38c7b189be3e33878d4bc94454c9ee9d
|
7
|
+
data.tar.gz: 5541bc98b5076498eec668734a64b0b09af67c1afbcb1430b79ae3ebbb1256f23c2aa0c02b6f0792ff1996f9aeb8878ecdbd96d69a7ebd6e3a52e15f24dec872
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-netapp_v1
|
2
2
|
|
3
|
+
### v0.15.0 (2025-09-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250901
|
6
|
+
|
7
|
+
### v0.14.0 (2025-08-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250817
|
10
|
+
|
3
11
|
### v0.13.0 (2025-08-17)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250813
|
@@ -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)
|
@@ -2172,6 +2196,12 @@ module Google
|
|
2172
2196
|
# @return [Fixnum]
|
2173
2197
|
attr_accessor :capacity_gib
|
2174
2198
|
|
2199
|
+
# Output only. Total cold tier data rounded down to the nearest GiB used by the
|
2200
|
+
# storage pool.
|
2201
|
+
# Corresponds to the JSON property `coldTierSizeUsedGib`
|
2202
|
+
# @return [Fixnum]
|
2203
|
+
attr_accessor :cold_tier_size_used_gib
|
2204
|
+
|
2175
2205
|
# Output only. Create time of the storage pool
|
2176
2206
|
# Corresponds to the JSON property `createTime`
|
2177
2207
|
# @return [String]
|
@@ -2218,6 +2248,12 @@ module Google
|
|
2218
2248
|
# @return [Fixnum]
|
2219
2249
|
attr_accessor :hot_tier_size_gib
|
2220
2250
|
|
2251
|
+
# Output only. Total hot tier data rounded down to the nearest GiB used by the
|
2252
|
+
# storage pool.
|
2253
|
+
# Corresponds to the JSON property `hotTierSizeUsedGib`
|
2254
|
+
# @return [Fixnum]
|
2255
|
+
attr_accessor :hot_tier_size_used_gib
|
2256
|
+
|
2221
2257
|
# Optional. Specifies the KMS config to be used for volume encryption.
|
2222
2258
|
# Corresponds to the JSON property `kmsConfig`
|
2223
2259
|
# @return [String]
|
@@ -2324,6 +2360,7 @@ module Google
|
|
2324
2360
|
@allow_auto_tiering = args[:allow_auto_tiering] if args.key?(:allow_auto_tiering)
|
2325
2361
|
@available_throughput_mibps = args[:available_throughput_mibps] if args.key?(:available_throughput_mibps)
|
2326
2362
|
@capacity_gib = args[:capacity_gib] if args.key?(:capacity_gib)
|
2363
|
+
@cold_tier_size_used_gib = args[:cold_tier_size_used_gib] if args.key?(:cold_tier_size_used_gib)
|
2327
2364
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2328
2365
|
@custom_performance_enabled = args[:custom_performance_enabled] if args.key?(:custom_performance_enabled)
|
2329
2366
|
@description = args[:description] if args.key?(:description)
|
@@ -2331,6 +2368,7 @@ module Google
|
|
2331
2368
|
@encryption_type = args[:encryption_type] if args.key?(:encryption_type)
|
2332
2369
|
@global_access_allowed = args[:global_access_allowed] if args.key?(:global_access_allowed)
|
2333
2370
|
@hot_tier_size_gib = args[:hot_tier_size_gib] if args.key?(:hot_tier_size_gib)
|
2371
|
+
@hot_tier_size_used_gib = args[:hot_tier_size_used_gib] if args.key?(:hot_tier_size_used_gib)
|
2334
2372
|
@kms_config = args[:kms_config] if args.key?(:kms_config)
|
2335
2373
|
@labels = args[:labels] if args.key?(:labels)
|
2336
2374
|
@ldap_enabled = args[:ldap_enabled] if args.key?(:ldap_enabled)
|
@@ -2476,6 +2514,25 @@ module Google
|
|
2476
2514
|
end
|
2477
2515
|
end
|
2478
2516
|
|
2517
|
+
# UserCommands contains the commands to be executed by the customer.
|
2518
|
+
class UserCommands
|
2519
|
+
include Google::Apis::Core::Hashable
|
2520
|
+
|
2521
|
+
# Output only. List of commands to be executed by the customer.
|
2522
|
+
# Corresponds to the JSON property `commands`
|
2523
|
+
# @return [Array<String>]
|
2524
|
+
attr_accessor :commands
|
2525
|
+
|
2526
|
+
def initialize(**args)
|
2527
|
+
update!(**args)
|
2528
|
+
end
|
2529
|
+
|
2530
|
+
# Update properties of this object
|
2531
|
+
def update!(**args)
|
2532
|
+
@commands = args[:commands] if args.key?(:commands)
|
2533
|
+
end
|
2534
|
+
end
|
2535
|
+
|
2479
2536
|
# ValidateDirectoryServiceRequest validates the directory service policy
|
2480
2537
|
# attached to the storage pool.
|
2481
2538
|
class ValidateDirectoryServiceRequest
|
@@ -2594,6 +2651,12 @@ module Google
|
|
2594
2651
|
attr_accessor :has_replication
|
2595
2652
|
alias_method :has_replication?, :has_replication
|
2596
2653
|
|
2654
|
+
# Output only. Total hot tier data rounded down to the nearest GiB used by the
|
2655
|
+
# Volume. This field is only used for flex Service Level
|
2656
|
+
# Corresponds to the JSON property `hotTierSizeUsedGib`
|
2657
|
+
# @return [Fixnum]
|
2658
|
+
attr_accessor :hot_tier_size_used_gib
|
2659
|
+
|
2597
2660
|
# The Hybrid Replication parameters for the volume.
|
2598
2661
|
# Corresponds to the JSON property `hybridReplicationParameters`
|
2599
2662
|
# @return [Google::Apis::NetappV1::HybridReplicationParameters]
|
@@ -2775,6 +2838,7 @@ module Google
|
|
2775
2838
|
@encryption_type = args[:encryption_type] if args.key?(:encryption_type)
|
2776
2839
|
@export_policy = args[:export_policy] if args.key?(:export_policy)
|
2777
2840
|
@has_replication = args[:has_replication] if args.key?(:has_replication)
|
2841
|
+
@hot_tier_size_used_gib = args[:hot_tier_size_used_gib] if args.key?(:hot_tier_size_used_gib)
|
2778
2842
|
@hybrid_replication_parameters = args[:hybrid_replication_parameters] if args.key?(:hybrid_replication_parameters)
|
2779
2843
|
@kerberos_enabled = args[:kerberos_enabled] if args.key?(:kerberos_enabled)
|
2780
2844
|
@kms_config = args[:kms_config] if args.key?(:kms_config)
|
@@ -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.15.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 = "20250901"
|
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'
|
@@ -889,6 +900,7 @@ module Google
|
|
889
900
|
property :allow_auto_tiering, as: 'allowAutoTiering'
|
890
901
|
property :available_throughput_mibps, as: 'availableThroughputMibps'
|
891
902
|
property :capacity_gib, :numeric_string => true, as: 'capacityGib'
|
903
|
+
property :cold_tier_size_used_gib, :numeric_string => true, as: 'coldTierSizeUsedGib'
|
892
904
|
property :create_time, as: 'createTime'
|
893
905
|
property :custom_performance_enabled, as: 'customPerformanceEnabled'
|
894
906
|
property :description, as: 'description'
|
@@ -896,6 +908,7 @@ module Google
|
|
896
908
|
property :encryption_type, as: 'encryptionType'
|
897
909
|
property :global_access_allowed, as: 'globalAccessAllowed'
|
898
910
|
property :hot_tier_size_gib, :numeric_string => true, as: 'hotTierSizeGib'
|
911
|
+
property :hot_tier_size_used_gib, :numeric_string => true, as: 'hotTierSizeUsedGib'
|
899
912
|
property :kms_config, as: 'kmsConfig'
|
900
913
|
hash :labels, as: 'labels'
|
901
914
|
property :ldap_enabled, as: 'ldapEnabled'
|
@@ -952,6 +965,13 @@ module Google
|
|
952
965
|
end
|
953
966
|
end
|
954
967
|
|
968
|
+
class UserCommands
|
969
|
+
# @private
|
970
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
971
|
+
collection :commands, as: 'commands'
|
972
|
+
end
|
973
|
+
end
|
974
|
+
|
955
975
|
class ValidateDirectoryServiceRequest
|
956
976
|
# @private
|
957
977
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -988,6 +1008,7 @@ module Google
|
|
988
1008
|
property :export_policy, as: 'exportPolicy', class: Google::Apis::NetappV1::ExportPolicy, decorator: Google::Apis::NetappV1::ExportPolicy::Representation
|
989
1009
|
|
990
1010
|
property :has_replication, as: 'hasReplication'
|
1011
|
+
property :hot_tier_size_used_gib, :numeric_string => true, as: 'hotTierSizeUsedGib'
|
991
1012
|
property :hybrid_replication_parameters, as: 'hybridReplicationParameters', class: Google::Apis::NetappV1::HybridReplicationParameters, decorator: Google::Apis::NetappV1::HybridReplicationParameters::Representation
|
992
1013
|
|
993
1014
|
property :kerberos_enabled, as: 'kerberosEnabled'
|
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.15.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.15.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:
|