google-apis-baremetalsolution_v2 0.35.0 → 0.36.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: a05965c29c7b8fc88bbb4d699d69b6e1559d8c2fcf3b4df496242cdf3f1b5256
|
|
4
|
+
data.tar.gz: c930c86266a4ded1578b0532bff0ae82c6c83e403011f5a5525229357ffda279
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90ad4ca8e3f0829a15e580aa6841d5fe5f271081ca414014bd733052211894e9ce14d2c14f63d517f3e65c74661810079a9c8a65df1fdc89156d9d43e2ae99a8
|
|
7
|
+
data.tar.gz: 5dc559ddd5193bec7fcc35fe7dc27d6503025f8683bfbd4ef29e1438ea227b3a70716d9cae5b047f1f73ac912cedb096b38be8aad8006e8cd4b5dfae55c1905d
|
data/CHANGELOG.md
CHANGED
|
@@ -2116,6 +2116,13 @@ module Google
|
|
|
2116
2116
|
# @return [String]
|
|
2117
2117
|
attr_accessor :id
|
|
2118
2118
|
|
|
2119
|
+
# Optional. The name of the vlan attachment within vrf. This is of the form
|
|
2120
|
+
# projects/`project_number`/regions/`region`/interconnectAttachments/`
|
|
2121
|
+
# interconnect_attachment`
|
|
2122
|
+
# Corresponds to the JSON property `interconnectAttachment`
|
|
2123
|
+
# @return [String]
|
|
2124
|
+
attr_accessor :interconnect_attachment
|
|
2125
|
+
|
|
2119
2126
|
# Input only. Pairing key.
|
|
2120
2127
|
# Corresponds to the JSON property `pairingKey`
|
|
2121
2128
|
# @return [String]
|
|
@@ -2148,6 +2155,7 @@ module Google
|
|
|
2148
2155
|
# Update properties of this object
|
|
2149
2156
|
def update!(**args)
|
|
2150
2157
|
@id = args[:id] if args.key?(:id)
|
|
2158
|
+
@interconnect_attachment = args[:interconnect_attachment] if args.key?(:interconnect_attachment)
|
|
2151
2159
|
@pairing_key = args[:pairing_key] if args.key?(:pairing_key)
|
|
2152
2160
|
@peer_ip = args[:peer_ip] if args.key?(:peer_ip)
|
|
2153
2161
|
@peer_vlan_id = args[:peer_vlan_id] if args.key?(:peer_vlan_id)
|
|
@@ -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.36.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 = "20230710"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -961,6 +961,7 @@ module Google
|
|
|
961
961
|
# @private
|
|
962
962
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
963
963
|
property :id, as: 'id'
|
|
964
|
+
property :interconnect_attachment, as: 'interconnectAttachment'
|
|
964
965
|
property :pairing_key, as: 'pairingKey'
|
|
965
966
|
property :peer_ip, as: 'peerIp'
|
|
966
967
|
property :peer_vlan_id, :numeric_string => true, as: 'peerVlanId'
|
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.36.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-07-
|
|
11
|
+
date: 2023-07-16 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.36.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: []
|