google-apis-baremetalsolution_v2 0.37.0 → 0.38.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe972bbba2cc172c17cfec89c9503f9938266045be9a0290aecfcc95f9f0105d
|
4
|
+
data.tar.gz: 129498367032861497b06016271563190834eecf4c85de2d0632c0f17947a1e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afa9889b56051535e72fdd6248bba624a8fb8e3cca712b65018025177f6e1bb0fc0d84f70a0d4a220c782eff783eb5bc58e0c7f569561f9177dcc606d0aaccad
|
7
|
+
data.tar.gz: be8d9d25b67c4b08bc9dd06e788bbbb2cbd401e1e42733a441e875167711534af9baf70cbde2133c97e3b4a8fed0965aba622275ada9990b5cee19e6a703c030
|
data/CHANGELOG.md
CHANGED
@@ -2454,22 +2454,11 @@ module Google
|
|
2454
2454
|
# @return [Google::Apis::BaremetalsolutionV2::SnapshotReservationDetail]
|
2455
2455
|
attr_accessor :snapshot_reservation_detail
|
2456
2456
|
|
2457
|
-
# The name of the snapshot schedule policy in use for this volume, if any.
|
2458
|
-
# Corresponds to the JSON property `snapshotSchedulePolicy`
|
2459
|
-
# @return [String]
|
2460
|
-
attr_accessor :snapshot_schedule_policy
|
2461
|
-
|
2462
2457
|
# The state of this storage volume.
|
2463
2458
|
# Corresponds to the JSON property `state`
|
2464
2459
|
# @return [String]
|
2465
2460
|
attr_accessor :state
|
2466
2461
|
|
2467
|
-
# Input only. Name of the storage aggregate pool to allocate the volume in. Can
|
2468
|
-
# be used only for VOLUME_PERFORMANCE_TIER_ASSIGNED volumes.
|
2469
|
-
# Corresponds to the JSON property `storageAggregatePool`
|
2470
|
-
# @return [String]
|
2471
|
-
attr_accessor :storage_aggregate_pool
|
2472
|
-
|
2473
2462
|
# The storage type for this volume.
|
2474
2463
|
# Corresponds to the JSON property `storageType`
|
2475
2464
|
# @return [String]
|
@@ -2507,9 +2496,7 @@ module Google
|
|
2507
2496
|
@snapshot_auto_delete_behavior = args[:snapshot_auto_delete_behavior] if args.key?(:snapshot_auto_delete_behavior)
|
2508
2497
|
@snapshot_enabled = args[:snapshot_enabled] if args.key?(:snapshot_enabled)
|
2509
2498
|
@snapshot_reservation_detail = args[:snapshot_reservation_detail] if args.key?(:snapshot_reservation_detail)
|
2510
|
-
@snapshot_schedule_policy = args[:snapshot_schedule_policy] if args.key?(:snapshot_schedule_policy)
|
2511
2499
|
@state = args[:state] if args.key?(:state)
|
2512
|
-
@storage_aggregate_pool = args[:storage_aggregate_pool] if args.key?(:storage_aggregate_pool)
|
2513
2500
|
@storage_type = args[:storage_type] if args.key?(:storage_type)
|
2514
2501
|
@workload_profile = args[:workload_profile] if args.key?(:workload_profile)
|
2515
2502
|
end
|
@@ -2572,12 +2559,6 @@ module Google
|
|
2572
2559
|
attr_accessor :snapshots_enabled
|
2573
2560
|
alias_method :snapshots_enabled?, :snapshots_enabled
|
2574
2561
|
|
2575
|
-
# Input only. Name of the storage aggregate pool to allocate the volume in. Can
|
2576
|
-
# be used only for VOLUME_PERFORMANCE_TIER_ASSIGNED volumes.
|
2577
|
-
# Corresponds to the JSON property `storageAggregatePool`
|
2578
|
-
# @return [String]
|
2579
|
-
attr_accessor :storage_aggregate_pool
|
2580
|
-
|
2581
2562
|
# The type of this Volume.
|
2582
2563
|
# Corresponds to the JSON property `type`
|
2583
2564
|
# @return [String]
|
@@ -2605,7 +2586,6 @@ module Google
|
|
2605
2586
|
@protocol = args[:protocol] if args.key?(:protocol)
|
2606
2587
|
@size_gb = args[:size_gb] if args.key?(:size_gb)
|
2607
2588
|
@snapshots_enabled = args[:snapshots_enabled] if args.key?(:snapshots_enabled)
|
2608
|
-
@storage_aggregate_pool = args[:storage_aggregate_pool] if args.key?(:storage_aggregate_pool)
|
2609
2589
|
@type = args[:type] if args.key?(:type)
|
2610
2590
|
@user_note = args[:user_note] if args.key?(:user_note)
|
2611
2591
|
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.
|
19
|
+
GEM_VERSION = "0.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230814"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1083,9 +1083,7 @@ module Google
|
|
1083
1083
|
property :snapshot_enabled, as: 'snapshotEnabled'
|
1084
1084
|
property :snapshot_reservation_detail, as: 'snapshotReservationDetail', class: Google::Apis::BaremetalsolutionV2::SnapshotReservationDetail, decorator: Google::Apis::BaremetalsolutionV2::SnapshotReservationDetail::Representation
|
1085
1085
|
|
1086
|
-
property :snapshot_schedule_policy, as: 'snapshotSchedulePolicy'
|
1087
1086
|
property :state, as: 'state'
|
1088
|
-
property :storage_aggregate_pool, as: 'storageAggregatePool'
|
1089
1087
|
property :storage_type, as: 'storageType'
|
1090
1088
|
property :workload_profile, as: 'workloadProfile'
|
1091
1089
|
end
|
@@ -1106,7 +1104,6 @@ module Google
|
|
1106
1104
|
property :protocol, as: 'protocol'
|
1107
1105
|
property :size_gb, as: 'sizeGb'
|
1108
1106
|
property :snapshots_enabled, as: 'snapshotsEnabled'
|
1109
|
-
property :storage_aggregate_pool, as: 'storageAggregatePool'
|
1110
1107
|
property :type, as: 'type'
|
1111
1108
|
property :user_note, as: 'userNote'
|
1112
1109
|
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.
|
4
|
+
version: 0.38.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-08-
|
11
|
+
date: 2023-08-27 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.38.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.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Bare Metal Solution API V2
|