google-apis-baremetalsolution_v2 0.47.0 → 0.48.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: 07e16a0fdae179e08f1755b6004e6a11be9942aa96975b469e82eee30ceadfee
|
4
|
+
data.tar.gz: ceb1eed980e60fe828092646f159445fcfea40d751829a9d913fa009424a6c41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c1842415eb2dfcfb80918d88d7e215eceab7e11971124762c24257ba072808a82499cf09dbcb38e6753e23a51d0388bc080d4e41e9378258879b14fbb191f67
|
7
|
+
data.tar.gz: 54d9accbdef137c9c8de66d498804861c9695bc06dcac628376e4544206b468f2e36101d8251273dda946017e746072a9fbd7934f1d599cf412f5d849cd56ef8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-baremetalsolution_v2
|
2
2
|
|
3
|
+
### v0.48.0 (2024-09-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240830
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.47.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.15.0
|
@@ -1425,7 +1425,8 @@ module Google
|
|
1425
1425
|
attr_accessor :user_note
|
1426
1426
|
|
1427
1427
|
# List of VLAN attachments. As of now there are always 2 attachments, but it is
|
1428
|
-
# going to change in the future (multi vlan).
|
1428
|
+
# going to change in the future (multi vlan). Use only one of vlan_attachments
|
1429
|
+
# or vrf
|
1429
1430
|
# Corresponds to the JSON property `vlanAttachments`
|
1430
1431
|
# @return [Array<Google::Apis::BaremetalsolutionV2::IntakeVlanAttachment>]
|
1431
1432
|
attr_accessor :vlan_attachments
|
@@ -1436,6 +1437,13 @@ module Google
|
|
1436
1437
|
attr_accessor :vlan_same_project
|
1437
1438
|
alias_method :vlan_same_project?, :vlan_same_project
|
1438
1439
|
|
1440
|
+
# Optional. The name of a pre-existing Vrf that the network should be attached
|
1441
|
+
# to. Format is `vrfs/`vrf``. If vrf is specified, vlan_attachments must be
|
1442
|
+
# empty.
|
1443
|
+
# Corresponds to the JSON property `vrf`
|
1444
|
+
# @return [String]
|
1445
|
+
attr_accessor :vrf
|
1446
|
+
|
1439
1447
|
def initialize(**args)
|
1440
1448
|
update!(**args)
|
1441
1449
|
end
|
@@ -1453,6 +1461,7 @@ module Google
|
|
1453
1461
|
@user_note = args[:user_note] if args.key?(:user_note)
|
1454
1462
|
@vlan_attachments = args[:vlan_attachments] if args.key?(:vlan_attachments)
|
1455
1463
|
@vlan_same_project = args[:vlan_same_project] if args.key?(:vlan_same_project)
|
1464
|
+
@vrf = args[:vrf] if args.key?(:vrf)
|
1456
1465
|
end
|
1457
1466
|
end
|
1458
1467
|
|
@@ -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.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240830"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -837,6 +837,7 @@ module Google
|
|
837
837
|
collection :vlan_attachments, as: 'vlanAttachments', class: Google::Apis::BaremetalsolutionV2::IntakeVlanAttachment, decorator: Google::Apis::BaremetalsolutionV2::IntakeVlanAttachment::Representation
|
838
838
|
|
839
839
|
property :vlan_same_project, as: 'vlanSameProject'
|
840
|
+
property :vrf, as: 'vrf'
|
840
841
|
end
|
841
842
|
end
|
842
843
|
|
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.48.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: 2024-
|
11
|
+
date: 2024-09-15 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.48.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: []
|