google-apis-vmmigration_v1 0.30.0 → 0.31.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: b716411e5336816f0fe5f826c3e0f6be7eb13844e5c9de4613ca50fa718a2be7
|
4
|
+
data.tar.gz: 83091a19e4a902c28f81581583776782393a003ee6fd0a41d3d6a6ef1e4800a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7477c8472a99cd4ad36e7324766e260d962a45d397e19cdcc7fd2a63b970c61c7b8a7a36da6bf455fe2d25390308800a482e96d38e2d76e433dde2e6381e51d
|
7
|
+
data.tar.gz: 52fbff00ebcdbd74c746ddd2d04b01df6ad1ce29dae8ffd51e8460eb39f0a6ed32674abd0e19bfb3c0e1d8567662114d54cfb02dac52bafa06004fc9d95cb9bd
|
data/CHANGELOG.md
CHANGED
@@ -2911,6 +2911,11 @@ module Google
|
|
2911
2911
|
# @return [String]
|
2912
2912
|
attr_accessor :password
|
2913
2913
|
|
2914
|
+
# The hostname of the vcenter.
|
2915
|
+
# Corresponds to the JSON property `resolvedVcenterHost`
|
2916
|
+
# @return [String]
|
2917
|
+
attr_accessor :resolved_vcenter_host
|
2918
|
+
|
2914
2919
|
# The thumbprint representing the certificate for the vcenter.
|
2915
2920
|
# Corresponds to the JSON property `thumbprint`
|
2916
2921
|
# @return [String]
|
@@ -2933,6 +2938,7 @@ module Google
|
|
2933
2938
|
# Update properties of this object
|
2934
2939
|
def update!(**args)
|
2935
2940
|
@password = args[:password] if args.key?(:password)
|
2941
|
+
@resolved_vcenter_host = args[:resolved_vcenter_host] if args.key?(:resolved_vcenter_host)
|
2936
2942
|
@thumbprint = args[:thumbprint] if args.key?(:thumbprint)
|
2937
2943
|
@username = args[:username] if args.key?(:username)
|
2938
2944
|
@vcenter_ip = args[:vcenter_ip] if args.key?(:vcenter_ip)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VmmigrationV1
|
18
18
|
# Version of the google-apis-vmmigration_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.31.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
|
@@ -1263,6 +1263,7 @@ module Google
|
|
1263
1263
|
# @private
|
1264
1264
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1265
1265
|
property :password, as: 'password'
|
1266
|
+
property :resolved_vcenter_host, as: 'resolvedVcenterHost'
|
1266
1267
|
property :thumbprint, as: 'thumbprint'
|
1267
1268
|
property :username, as: 'username'
|
1268
1269
|
property :vcenter_ip, as: 'vcenterIp'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-vmmigration_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.31.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.31.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|