google-apis-baremetalsolution_v2 0.27.0 → 0.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eae2904b497bd4fab5085ffbce2cee0ab70db737864c66af2dcd534bc7a12fc4
4
- data.tar.gz: 9871f4ac2ccdf4f9680ff4359f122f9ae43e20bf33e9f0c55c3ea4c79cae8996
3
+ metadata.gz: d1494cec88c274d328a48e2c2feac9b9926c2b2b9342dfec8fcc000a16f4254f
4
+ data.tar.gz: 467e87bb807e27d14050e0e8b457e6e5d2905293b125d9d01bbc344b716a97c2
5
5
  SHA512:
6
- metadata.gz: 257031f7db0516cc34d0f6bffee973da9a63ffe9dfbcee6607c44c3861d3d6361c263d1cd65d444bd1b218838869eecd70537a202da28bf5301ca060db120397
7
- data.tar.gz: 353dcb5540fe0c73d6e8aa7bfb07208f84bb600af5b4afc84c21e8f75aa5805d1e3c3cf5d058f43df97c91561a21da71104a27eea44e4241fa10913b41301fe6
6
+ metadata.gz: b6835549142b1a08da6a6bf8ac6539d214df011aee865386ee243861f25b6b8fb7e38e051796e73e40d363689eb565350d5ccc6657e7b11f76a57c40a7b914ab
7
+ data.tar.gz: 9051c678b384b14f52e8e71e9ca217312355af323f781ecdd819139659aaa80856e40753c3af4c50d43562f1740cea3b30e9f7d9354730bcb199fe7bea7567fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-baremetalsolution_v2
2
2
 
3
+ ### v0.28.0 (2023-01-22)
4
+
5
+ * Regenerated from discovery document revision 20230113
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.27.0 (2022-12-26)
4
9
 
5
10
  * Regenerated from discovery document revision 20221219
@@ -2237,6 +2237,12 @@ module Google
2237
2237
  # @return [String]
2238
2238
  attr_accessor :state
2239
2239
 
2240
+ # Input only. Name of the storage aggregate pool to allocate the volume in. Can
2241
+ # be used only for VOLUME_PERFORMANCE_TIER_ASSIGNED volumes.
2242
+ # Corresponds to the JSON property `storageAggregatePool`
2243
+ # @return [String]
2244
+ attr_accessor :storage_aggregate_pool
2245
+
2240
2246
  # The storage type for this volume.
2241
2247
  # Corresponds to the JSON property `storageType`
2242
2248
  # @return [String]
@@ -2273,6 +2279,7 @@ module Google
2273
2279
  @snapshot_reservation_detail = args[:snapshot_reservation_detail] if args.key?(:snapshot_reservation_detail)
2274
2280
  @snapshot_schedule_policy = args[:snapshot_schedule_policy] if args.key?(:snapshot_schedule_policy)
2275
2281
  @state = args[:state] if args.key?(:state)
2282
+ @storage_aggregate_pool = args[:storage_aggregate_pool] if args.key?(:storage_aggregate_pool)
2276
2283
  @storage_type = args[:storage_type] if args.key?(:storage_type)
2277
2284
  @workload_profile = args[:workload_profile] if args.key?(:workload_profile)
2278
2285
  end
@@ -2335,6 +2342,12 @@ module Google
2335
2342
  attr_accessor :snapshots_enabled
2336
2343
  alias_method :snapshots_enabled?, :snapshots_enabled
2337
2344
 
2345
+ # Input only. Name of the storage aggregate pool to allocate the volume in. Can
2346
+ # be used only for VOLUME_PERFORMANCE_TIER_ASSIGNED volumes.
2347
+ # Corresponds to the JSON property `storageAggregatePool`
2348
+ # @return [String]
2349
+ attr_accessor :storage_aggregate_pool
2350
+
2338
2351
  # The type of this Volume.
2339
2352
  # Corresponds to the JSON property `type`
2340
2353
  # @return [String]
@@ -2362,6 +2375,7 @@ module Google
2362
2375
  @protocol = args[:protocol] if args.key?(:protocol)
2363
2376
  @size_gb = args[:size_gb] if args.key?(:size_gb)
2364
2377
  @snapshots_enabled = args[:snapshots_enabled] if args.key?(:snapshots_enabled)
2378
+ @storage_aggregate_pool = args[:storage_aggregate_pool] if args.key?(:storage_aggregate_pool)
2365
2379
  @type = args[:type] if args.key?(:type)
2366
2380
  @user_note = args[:user_note] if args.key?(:user_note)
2367
2381
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BaremetalsolutionV2
18
18
  # Version of the google-apis-baremetalsolution_v2 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221219"
25
+ REVISION = "20230113"
26
26
  end
27
27
  end
28
28
  end
@@ -941,6 +941,7 @@ module Google
941
941
 
942
942
  property :snapshot_schedule_policy, as: 'snapshotSchedulePolicy'
943
943
  property :state, as: 'state'
944
+ property :storage_aggregate_pool, as: 'storageAggregatePool'
944
945
  property :storage_type, as: 'storageType'
945
946
  property :workload_profile, as: 'workloadProfile'
946
947
  end
@@ -961,6 +962,7 @@ module Google
961
962
  property :protocol, as: 'protocol'
962
963
  property :size_gb, as: 'sizeGb'
963
964
  property :snapshots_enabled, as: 'snapshotsEnabled'
965
+ property :storage_aggregate_pool, as: 'storageAggregatePool'
964
966
  property :type, as: 'type'
965
967
  property :user_note, as: 'userNote'
966
968
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-baremetalsolution_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-04 00:00:00.000000000 Z
11
+ date: 2023-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-baremetalsolution_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-baremetalsolution_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Bare Metal Solution API V2