google-apis-baremetalsolution_v1alpha1 0.4.0 → 0.5.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: 27d405a5d2ad8ef2e6b995ea51ca6a7f4d2d392c76cf41536fbc69d41881cb85
|
|
4
|
+
data.tar.gz: d77c4bf35fee316bcfbd645565c922ec3e4e9137ce540c936c0110ed4914913d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de5df9c7b4587e153e1901b830a0d17f877fb6c094c707c7c719f00c8b4ea35d8e5227d138e36e19b333ea3b4edcba9707ac75996ad78650cd1ff25816d2bcc3
|
|
7
|
+
data.tar.gz: d6c39f4760ec3e02c223bf45d9195206af0792d527db5c519f30146d668b9760f2960a560d9746ba4815f2452324a0fcac4da0f4c335d3b655b4436f55f576f0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-baremetalsolution_v1alpha1
|
|
2
2
|
|
|
3
|
+
### v0.5.0 (2022-02-23)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220209
|
|
6
|
+
* Regenerated using generator version 0.4.1
|
|
7
|
+
|
|
3
8
|
### v0.4.0 (2021-10-27)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20211015
|
data/OVERVIEW.md
CHANGED
|
@@ -51,7 +51,7 @@ require "google/apis/baremetalsolution_v1alpha1"
|
|
|
51
51
|
client = Google::Apis::BaremetalsolutionV1alpha1::BaremetalsolutionService.new
|
|
52
52
|
|
|
53
53
|
# Authenticate calls
|
|
54
|
-
client.
|
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
|
@@ -178,7 +178,19 @@ module Google
|
|
|
178
178
|
# @return [String]
|
|
179
179
|
attr_accessor :address
|
|
180
180
|
|
|
181
|
-
#
|
|
181
|
+
# Name of the existing network to use. Will be of the format at--vlan for pre-
|
|
182
|
+
# intake UI networks like for eg, at-123456-vlan001 or any user-defined name
|
|
183
|
+
# like for eg, my-network-name for networks provisioned using intake UI. The
|
|
184
|
+
# field is exclusively filled only in case of an already existing network.
|
|
185
|
+
# Mutually exclusive with network_id.
|
|
186
|
+
# Corresponds to the JSON property `existingNetworkId`
|
|
187
|
+
# @return [String]
|
|
188
|
+
attr_accessor :existing_network_id
|
|
189
|
+
|
|
190
|
+
# Name of the network to use, within the same ProvisioningConfig request. This
|
|
191
|
+
# represents a new network being provisioned in the same request. Can have any
|
|
192
|
+
# user-defined name like for eg, my-network-name. Mutually exclusive with
|
|
193
|
+
# existing_network_id.
|
|
182
194
|
# Corresponds to the JSON property `networkId`
|
|
183
195
|
# @return [String]
|
|
184
196
|
attr_accessor :network_id
|
|
@@ -190,6 +202,7 @@ module Google
|
|
|
190
202
|
# Update properties of this object
|
|
191
203
|
def update!(**args)
|
|
192
204
|
@address = args[:address] if args.key?(:address)
|
|
205
|
+
@existing_network_id = args[:existing_network_id] if args.key?(:existing_network_id)
|
|
193
206
|
@network_id = args[:network_id] if args.key?(:network_id)
|
|
194
207
|
end
|
|
195
208
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BaremetalsolutionV1alpha1
|
|
18
18
|
# Version of the google-apis-baremetalsolution_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.4.
|
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220209"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-baremetalsolution_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.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:
|
|
11
|
+
date: 2022-02-28 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_v1alpha1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v1alpha1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v1alpha1/v0.5.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-baremetalsolution_v1alpha1
|
|
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.
|
|
78
|
+
rubygems_version: 3.3.5
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Bare Metal Solution API V1alpha1
|