google-apis-vmmigration_v1alpha1 0.30.0 → 0.32.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: 7b30f1933d641f234b00290dbd165cdb91f20b018f02ea44f58b1124667a9b27
|
4
|
+
data.tar.gz: 4ddde56c03af91b730cae498bace2c14a8dc9a4c0f582f1cfcdf0e43db446827
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12d9db20d26ae61fa04ee99b1cd5933ab3e1fb223878ca1b471e6488fa75ed02b36137893e3af6aafb080eb350f95d096149fffb360e9df283f366eb59a676a0
|
7
|
+
data.tar.gz: ba8af6a8c279166fd0a52fd0dcde8b7269365214f6fed8765dcdbb7a6ff30628e88829230d1a627c432d7356ba9f99ecdbb3ac5078e4b4f0387275aa8f78458b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-vmmigration_v1alpha1
|
2
2
|
|
3
|
+
### v0.32.0 (2023-05-14)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230504
|
6
|
+
|
7
|
+
### v0.31.0 (2023-04-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230420
|
10
|
+
|
3
11
|
### v0.30.0 (2023-04-16)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230330
|
@@ -1772,7 +1772,7 @@ module Google
|
|
1772
1772
|
end
|
1773
1773
|
end
|
1774
1774
|
|
1775
|
-
# A resource that represents Google Cloud
|
1775
|
+
# A resource that represents a Google Cloud location.
|
1776
1776
|
class Location
|
1777
1777
|
include Google::Apis::Core::Hashable
|
1778
1778
|
|
@@ -3184,6 +3184,11 @@ module Google
|
|
3184
3184
|
# @return [String]
|
3185
3185
|
attr_accessor :password
|
3186
3186
|
|
3187
|
+
# The hostname of the vcenter.
|
3188
|
+
# Corresponds to the JSON property `resolvedVcenterHost`
|
3189
|
+
# @return [String]
|
3190
|
+
attr_accessor :resolved_vcenter_host
|
3191
|
+
|
3187
3192
|
# The thumbprint representing the certificate for the vcenter.
|
3188
3193
|
# Corresponds to the JSON property `thumbprint`
|
3189
3194
|
# @return [String]
|
@@ -3206,6 +3211,7 @@ module Google
|
|
3206
3211
|
# Update properties of this object
|
3207
3212
|
def update!(**args)
|
3208
3213
|
@password = args[:password] if args.key?(:password)
|
3214
|
+
@resolved_vcenter_host = args[:resolved_vcenter_host] if args.key?(:resolved_vcenter_host)
|
3209
3215
|
@thumbprint = args[:thumbprint] if args.key?(:thumbprint)
|
3210
3216
|
@username = args[:username] if args.key?(:username)
|
3211
3217
|
@vcenter_ip = args[:vcenter_ip] if args.key?(:vcenter_ip)
|
@@ -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.32.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 = "20230504"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1325,6 +1325,7 @@ module Google
|
|
1325
1325
|
# @private
|
1326
1326
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1327
1327
|
property :password, as: 'password'
|
1328
|
+
property :resolved_vcenter_host, as: 'resolvedVcenterHost'
|
1328
1329
|
property :thumbprint, as: 'thumbprint'
|
1329
1330
|
property :username, as: 'username'
|
1330
1331
|
property :vcenter_ip, as: 'vcenterIp'
|
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.32.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-
|
11
|
+
date: 2023-05-14 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.32.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: []
|