google-apis-vmmigration_v1alpha1 0.23.0 → 0.24.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: 7b35b47be079414e5b2c9e6d766bdaadf32095d787e2dce2a9815e3606477c6b
|
4
|
+
data.tar.gz: 21cf417ad4da8435d9e5b6f44441d7e24cbeffd7d85270685d4134c12a6aca04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 280fa6bf0f9b78fae661a455d883861dffc301e938e51cb79e9d2c9331b5f557ee0250e8499c6ba8914b5a1e947e0673505e89de02186a94a1110abf4be5677d
|
7
|
+
data.tar.gz: 1a7f3250c00ea79ad03b53f18f2538813a79410dff4c252dec768307e0253d26cd2130ac90b055c38891cf3ccf8451befacd2fb987ec17443d0cf1d0d68dd4a5
|
data/CHANGELOG.md
CHANGED
@@ -815,7 +815,7 @@ module Google
|
|
815
815
|
# @return [Array<String>]
|
816
816
|
attr_accessor :network_tags
|
817
817
|
|
818
|
-
# The
|
818
|
+
# The Google Cloud target project ID or project name.
|
819
819
|
# Corresponds to the JSON property `project`
|
820
820
|
# @return [String]
|
821
821
|
attr_accessor :project
|
@@ -1123,9 +1123,10 @@ module Google
|
|
1123
1123
|
end
|
1124
1124
|
end
|
1125
1125
|
|
1126
|
-
# DatacenterConnector message describes a connector between the Source and
|
1127
|
-
# which is installed on a vmware datacenter (an OVA vm installed
|
1128
|
-
# connect the Datacenter to
|
1126
|
+
# DatacenterConnector message describes a connector between the Source and
|
1127
|
+
# Google Cloud, which is installed on a vmware datacenter (an OVA vm installed
|
1128
|
+
# by the user) to connect the Datacenter to Google Cloud and support vm
|
1129
|
+
# migration data transfer.
|
1129
1130
|
class DatacenterConnector
|
1130
1131
|
include Google::Apis::Core::Hashable
|
1131
1132
|
|
@@ -1148,7 +1149,7 @@ module Google
|
|
1148
1149
|
attr_accessor :available_versions
|
1149
1150
|
|
1150
1151
|
# Output only. The communication channel between the datacenter connector and
|
1151
|
-
#
|
1152
|
+
# Google Cloud.
|
1152
1153
|
# Corresponds to the JSON property `bucket`
|
1153
1154
|
# @return [String]
|
1154
1155
|
attr_accessor :bucket
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VmmigrationV1alpha1
|
18
18
|
# Version of the google-apis-vmmigration_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221213"
|
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-vmmigration_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.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: 2023-01-04 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-vmmigration_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|