google-apis-compute_alpha 0.34.0 → 0.35.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: bb6ae43ff79e2dd2871ef8b5adb9f57c1a2a753a3f2f6ba42ec3c89425052084
|
|
4
|
+
data.tar.gz: aa437dc2bb6765bc11302032850543d92713c48fd2c9b3cad734f2d2083362c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69f03cb2f679edf8aa79daa0b79666cd4f8960e4db491597538bf2046e1e85348ca10d6be138723852102f3e870cd0fdc59f04095c8095f4a29105bd457df986
|
|
7
|
+
data.tar.gz: e3312f2c75c7c6eb5d286e37bf87e4e75081be3573736bb391654f6ebfb07a874958e2090ebbabec6214a36bd689306282e4df0ab01c024a8f9d4102a8596ec9
|
data/CHANGELOG.md
CHANGED
|
@@ -13965,8 +13965,8 @@ module Google
|
|
|
13965
13965
|
# @return [String]
|
|
13966
13966
|
attr_accessor :source_snapshot_id
|
|
13967
13967
|
|
|
13968
|
-
# The type of the image used to create this disk. The default and only
|
|
13969
|
-
# RAW
|
|
13968
|
+
# The type of the image used to create this disk. The default and only valid
|
|
13969
|
+
# value is RAW.
|
|
13970
13970
|
# Corresponds to the JSON property `sourceType`
|
|
13971
13971
|
# @return [String]
|
|
13972
13972
|
attr_accessor :source_type
|
|
@@ -19320,6 +19320,12 @@ module Google
|
|
|
19320
19320
|
# @return [Fixnum]
|
|
19321
19321
|
attr_accessor :provisioned_link_count
|
|
19322
19322
|
|
|
19323
|
+
# Indicates that this is a Cross-Cloud Interconnect. This field specifies the
|
|
19324
|
+
# location outside of Google's network that the interconnect is connected to.
|
|
19325
|
+
# Corresponds to the JSON property `remoteLocation`
|
|
19326
|
+
# @return [String]
|
|
19327
|
+
attr_accessor :remote_location
|
|
19328
|
+
|
|
19323
19329
|
# Target number of physical links in the link bundle, as requested by the
|
|
19324
19330
|
# customer.
|
|
19325
19331
|
# Corresponds to the JSON property `requestedLinkCount`
|
|
@@ -19384,6 +19390,7 @@ module Google
|
|
|
19384
19390
|
@operational_status = args[:operational_status] if args.key?(:operational_status)
|
|
19385
19391
|
@peer_ip_address = args[:peer_ip_address] if args.key?(:peer_ip_address)
|
|
19386
19392
|
@provisioned_link_count = args[:provisioned_link_count] if args.key?(:provisioned_link_count)
|
|
19393
|
+
@remote_location = args[:remote_location] if args.key?(:remote_location)
|
|
19387
19394
|
@requested_link_count = args[:requested_link_count] if args.key?(:requested_link_count)
|
|
19388
19395
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
19389
19396
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeAlpha
|
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.35.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220510"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -10986,6 +10986,7 @@ module Google
|
|
|
10986
10986
|
property :operational_status, as: 'operationalStatus'
|
|
10987
10987
|
property :peer_ip_address, as: 'peerIpAddress'
|
|
10988
10988
|
property :provisioned_link_count, as: 'provisionedLinkCount'
|
|
10989
|
+
property :remote_location, as: 'remoteLocation'
|
|
10989
10990
|
property :requested_link_count, as: 'requestedLinkCount'
|
|
10990
10991
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
10991
10992
|
property :self_link, as: 'selfLink'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-compute_alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.35.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: 2022-05-
|
|
11
|
+
date: 2022-05-23 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-compute_alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.35.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|