google-apis-vmmigration_v1alpha1 0.13.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/vmmigration_v1alpha1/classes.rb +0 -57
- data/lib/google/apis/vmmigration_v1alpha1/gem_version.rb +3 -3
- data/lib/google/apis/vmmigration_v1alpha1/representations.rb +0 -31
- data/lib/google/apis/vmmigration_v1alpha1/service.rb +2 -79
- data/lib/google/apis/vmmigration_v1alpha1.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c722d041b17d773a9ae8da40416a754dfd3544656786799b9a565329099fb49
|
4
|
+
data.tar.gz: 01dc6b8323ae12c2ba2bca561e11c2208b73a73f2c038bde4c03227efd5094ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a47574f5dc5bb54b032579db7396644b729145398ab912096c80aa1f5c5d2111ffe6c70d0451d9a4f35a52290778da7b03d9e4a373273eba322157e6ccf34b6
|
7
|
+
data.tar.gz: 5b343d1a22e1554af7098c8ac04afe64b3c32a93e1a5287f8af4fb648c2793ea8b91034d1044a22ede45e538257d100dc8d36a73cf291e8d438371e6cd13b779
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Release history for google-apis-vmmigration_v1alpha1
|
2
2
|
|
3
|
+
### v0.16.0 (2022-07-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220714
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
8
|
+
### v0.15.0 (2022-07-01)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.8.0
|
11
|
+
* Regenerated from discovery document revision 20220616
|
12
|
+
|
13
|
+
### v0.14.0 (2022-06-20)
|
14
|
+
|
15
|
+
* Regenerated using generator version 0.7.0
|
16
|
+
|
3
17
|
### v0.13.0 (2022-06-10)
|
4
18
|
|
5
19
|
* Regenerated from discovery document revision 20220602
|
data/OVERVIEW.md
CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
|
|
79
79
|
|
80
80
|
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
81
81
|
|
82
|
-
The [product documentation](https://cloud.google.com/migrate/
|
82
|
+
The [product documentation](https://cloud.google.com/migrate/virtual-machines) may provide guidance regarding the preferred client library to use.
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
@@ -142,25 +142,6 @@ module Google
|
|
142
142
|
end
|
143
143
|
end
|
144
144
|
|
145
|
-
# Represent the source AWS VM details.
|
146
|
-
class AwsSourceVmDetails
|
147
|
-
include Google::Apis::Core::Hashable
|
148
|
-
|
149
|
-
# The firmware type of the source VM.
|
150
|
-
# Corresponds to the JSON property `firmware`
|
151
|
-
# @return [String]
|
152
|
-
attr_accessor :firmware
|
153
|
-
|
154
|
-
def initialize(**args)
|
155
|
-
update!(**args)
|
156
|
-
end
|
157
|
-
|
158
|
-
# Update properties of this object
|
159
|
-
def update!(**args)
|
160
|
-
@firmware = args[:firmware] if args.key?(:firmware)
|
161
|
-
end
|
162
|
-
end
|
163
|
-
|
164
145
|
# Request message for 'CancelCloneJob' request.
|
165
146
|
class CancelCloneJobRequest
|
166
147
|
include Google::Apis::Core::Hashable
|
@@ -1318,38 +1299,6 @@ module Google
|
|
1318
1299
|
end
|
1319
1300
|
end
|
1320
1301
|
|
1321
|
-
# Response message for 'ListReplicationCycles' request.
|
1322
|
-
class ListReplicationCyclesResponse
|
1323
|
-
include Google::Apis::Core::Hashable
|
1324
|
-
|
1325
|
-
# Output only. A token, which can be sent as `page_token` to retrieve the next
|
1326
|
-
# page. If this field is omitted, there are no subsequent pages.
|
1327
|
-
# Corresponds to the JSON property `nextPageToken`
|
1328
|
-
# @return [String]
|
1329
|
-
attr_accessor :next_page_token
|
1330
|
-
|
1331
|
-
# Output only. The list of replication cycles response.
|
1332
|
-
# Corresponds to the JSON property `replicationCycles`
|
1333
|
-
# @return [Array<Google::Apis::VmmigrationV1alpha1::ReplicationCycle>]
|
1334
|
-
attr_accessor :replication_cycles
|
1335
|
-
|
1336
|
-
# Output only. Locations that could not be reached.
|
1337
|
-
# Corresponds to the JSON property `unreachable`
|
1338
|
-
# @return [Array<String>]
|
1339
|
-
attr_accessor :unreachable
|
1340
|
-
|
1341
|
-
def initialize(**args)
|
1342
|
-
update!(**args)
|
1343
|
-
end
|
1344
|
-
|
1345
|
-
# Update properties of this object
|
1346
|
-
def update!(**args)
|
1347
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1348
|
-
@replication_cycles = args[:replication_cycles] if args.key?(:replication_cycles)
|
1349
|
-
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
1350
|
-
end
|
1351
|
-
end
|
1352
|
-
|
1353
1302
|
# Response message for 'ListSources' request.
|
1354
1303
|
class ListSourcesResponse
|
1355
1304
|
include Google::Apis::Core::Hashable
|
@@ -1525,11 +1474,6 @@ module Google
|
|
1525
1474
|
class MigratingVm
|
1526
1475
|
include Google::Apis::Core::Hashable
|
1527
1476
|
|
1528
|
-
# Represent the source AWS VM details.
|
1529
|
-
# Corresponds to the JSON property `awsSourceVmDetails`
|
1530
|
-
# @return [Google::Apis::VmmigrationV1alpha1::AwsSourceVmDetails]
|
1531
|
-
attr_accessor :aws_source_vm_details
|
1532
|
-
|
1533
1477
|
# ComputeEngineTargetDefaults is a collection of details for creating a VM in a
|
1534
1478
|
# target Compute Engine project.
|
1535
1479
|
# Corresponds to the JSON property `computeEngineTargetDefaults`
|
@@ -1650,7 +1594,6 @@ module Google
|
|
1650
1594
|
|
1651
1595
|
# Update properties of this object
|
1652
1596
|
def update!(**args)
|
1653
|
-
@aws_source_vm_details = args[:aws_source_vm_details] if args.key?(:aws_source_vm_details)
|
1654
1597
|
@compute_engine_target_defaults = args[:compute_engine_target_defaults] if args.key?(:compute_engine_target_defaults)
|
1655
1598
|
@compute_engine_vm_defaults = args[:compute_engine_vm_defaults] if args.key?(:compute_engine_vm_defaults)
|
1656
1599
|
@create_time = args[:create_time] if args.key?(:create_time)
|
@@ -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.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220714"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -52,12 +52,6 @@ module Google
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
53
53
|
end
|
54
54
|
|
55
|
-
class AwsSourceVmDetails
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
-
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
59
|
-
end
|
60
|
-
|
61
55
|
class CancelCloneJobRequest
|
62
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
57
|
|
@@ -214,12 +208,6 @@ module Google
|
|
214
208
|
include Google::Apis::Core::JsonObjectSupport
|
215
209
|
end
|
216
210
|
|
217
|
-
class ListReplicationCyclesResponse
|
218
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
-
|
220
|
-
include Google::Apis::Core::JsonObjectSupport
|
221
|
-
end
|
222
|
-
|
223
211
|
class ListSourcesResponse
|
224
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
213
|
|
@@ -465,13 +453,6 @@ module Google
|
|
465
453
|
end
|
466
454
|
end
|
467
455
|
|
468
|
-
class AwsSourceVmDetails
|
469
|
-
# @private
|
470
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
471
|
-
property :firmware, as: 'firmware'
|
472
|
-
end
|
473
|
-
end
|
474
|
-
|
475
456
|
class CancelCloneJobRequest
|
476
457
|
# @private
|
477
458
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -791,16 +772,6 @@ module Google
|
|
791
772
|
end
|
792
773
|
end
|
793
774
|
|
794
|
-
class ListReplicationCyclesResponse
|
795
|
-
# @private
|
796
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
797
|
-
property :next_page_token, as: 'nextPageToken'
|
798
|
-
collection :replication_cycles, as: 'replicationCycles', class: Google::Apis::VmmigrationV1alpha1::ReplicationCycle, decorator: Google::Apis::VmmigrationV1alpha1::ReplicationCycle::Representation
|
799
|
-
|
800
|
-
collection :unreachable, as: 'unreachable'
|
801
|
-
end
|
802
|
-
end
|
803
|
-
|
804
775
|
class ListSourcesResponse
|
805
776
|
# @private
|
806
777
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -853,8 +824,6 @@ module Google
|
|
853
824
|
class MigratingVm
|
854
825
|
# @private
|
855
826
|
class Representation < Google::Apis::Core::JsonRepresentation
|
856
|
-
property :aws_source_vm_details, as: 'awsSourceVmDetails', class: Google::Apis::VmmigrationV1alpha1::AwsSourceVmDetails, decorator: Google::Apis::VmmigrationV1alpha1::AwsSourceVmDetails::Representation
|
857
|
-
|
858
827
|
property :compute_engine_target_defaults, as: 'computeEngineTargetDefaults', class: Google::Apis::VmmigrationV1alpha1::ComputeEngineTargetDefaults, decorator: Google::Apis::VmmigrationV1alpha1::ComputeEngineTargetDefaults::Representation
|
859
828
|
|
860
829
|
property :compute_engine_vm_defaults, as: 'computeEngineVmDefaults', class: Google::Apis::VmmigrationV1alpha1::TargetVmDetails, decorator: Google::Apis::VmmigrationV1alpha1::TargetVmDetails::Representation
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module VmmigrationV1alpha1
|
23
23
|
# VM Migration API
|
24
24
|
#
|
25
|
-
# Use the Migrate
|
25
|
+
# Use the Migrate to Virtual Machines API to programmatically migrate workloads.
|
26
26
|
#
|
27
27
|
# @example
|
28
28
|
# require 'google/apis/vmmigration_v1alpha1'
|
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# Vmmigration = Google::Apis::VmmigrationV1alpha1 # Alias the module
|
31
31
|
# service = Vmmigration::VMMigrationServiceService.new
|
32
32
|
#
|
33
|
-
# @see https://cloud.google.com/migrate/
|
33
|
+
# @see https://cloud.google.com/migrate/virtual-machines
|
34
34
|
class VMMigrationServiceService < Google::Apis::Core::BaseService
|
35
35
|
# @return [String]
|
36
36
|
# API key. Your API key identifies your project and provides you with API access,
|
@@ -1696,83 +1696,6 @@ module Google
|
|
1696
1696
|
execute_or_queue_command(command, &block)
|
1697
1697
|
end
|
1698
1698
|
|
1699
|
-
# Gets details of a single ReplicationCycle.
|
1700
|
-
# @param [String] name
|
1701
|
-
# Required. The name of the ReplicationCycle.
|
1702
|
-
# @param [String] fields
|
1703
|
-
# Selector specifying which fields to include in a partial response.
|
1704
|
-
# @param [String] quota_user
|
1705
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
1706
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1707
|
-
# @param [Google::Apis::RequestOptions] options
|
1708
|
-
# Request-specific options
|
1709
|
-
#
|
1710
|
-
# @yield [result, err] Result & error if block supplied
|
1711
|
-
# @yieldparam result [Google::Apis::VmmigrationV1alpha1::ReplicationCycle] parsed result object
|
1712
|
-
# @yieldparam err [StandardError] error object if request failed
|
1713
|
-
#
|
1714
|
-
# @return [Google::Apis::VmmigrationV1alpha1::ReplicationCycle]
|
1715
|
-
#
|
1716
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1717
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1718
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1719
|
-
def get_project_location_source_migrating_vm_replication_cycle(name, fields: nil, quota_user: nil, options: nil, &block)
|
1720
|
-
command = make_simple_command(:get, 'v1alpha1/{+name}', options)
|
1721
|
-
command.response_representation = Google::Apis::VmmigrationV1alpha1::ReplicationCycle::Representation
|
1722
|
-
command.response_class = Google::Apis::VmmigrationV1alpha1::ReplicationCycle
|
1723
|
-
command.params['name'] = name unless name.nil?
|
1724
|
-
command.query['fields'] = fields unless fields.nil?
|
1725
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1726
|
-
execute_or_queue_command(command, &block)
|
1727
|
-
end
|
1728
|
-
|
1729
|
-
# Lists ReplicationCycles in a given MigratingVM.
|
1730
|
-
# @param [String] parent
|
1731
|
-
# Required. The parent, which owns this collection of ReplicationCycles.
|
1732
|
-
# @param [String] filter
|
1733
|
-
# Optional. The filter request.
|
1734
|
-
# @param [String] order_by
|
1735
|
-
# Optional. the order by fields for the result.
|
1736
|
-
# @param [Fixnum] page_size
|
1737
|
-
# Optional. The maximum number of replication cycles to return. The service may
|
1738
|
-
# return fewer than this value. If unspecified, at most 100 migrating VMs will
|
1739
|
-
# be returned. The maximum value is 100; values above 100 will be coerced to 100.
|
1740
|
-
# @param [String] page_token
|
1741
|
-
# Required. A page token, received from a previous `ListReplicationCycles` call.
|
1742
|
-
# Provide this to retrieve the subsequent page. When paginating, all other
|
1743
|
-
# parameters provided to `ListReplicationCycles` must match the call that
|
1744
|
-
# provided the page token.
|
1745
|
-
# @param [String] fields
|
1746
|
-
# Selector specifying which fields to include in a partial response.
|
1747
|
-
# @param [String] quota_user
|
1748
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
1749
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1750
|
-
# @param [Google::Apis::RequestOptions] options
|
1751
|
-
# Request-specific options
|
1752
|
-
#
|
1753
|
-
# @yield [result, err] Result & error if block supplied
|
1754
|
-
# @yieldparam result [Google::Apis::VmmigrationV1alpha1::ListReplicationCyclesResponse] parsed result object
|
1755
|
-
# @yieldparam err [StandardError] error object if request failed
|
1756
|
-
#
|
1757
|
-
# @return [Google::Apis::VmmigrationV1alpha1::ListReplicationCyclesResponse]
|
1758
|
-
#
|
1759
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1760
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1761
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1762
|
-
def list_project_location_source_migrating_vm_replication_cycles(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1763
|
-
command = make_simple_command(:get, 'v1alpha1/{+parent}/replicationCycles', options)
|
1764
|
-
command.response_representation = Google::Apis::VmmigrationV1alpha1::ListReplicationCyclesResponse::Representation
|
1765
|
-
command.response_class = Google::Apis::VmmigrationV1alpha1::ListReplicationCyclesResponse
|
1766
|
-
command.params['parent'] = parent unless parent.nil?
|
1767
|
-
command.query['filter'] = filter unless filter.nil?
|
1768
|
-
command.query['orderBy'] = order_by unless order_by.nil?
|
1769
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
1770
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
1771
|
-
command.query['fields'] = fields unless fields.nil?
|
1772
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1773
|
-
execute_or_queue_command(command, &block)
|
1774
|
-
end
|
1775
|
-
|
1776
1699
|
# Creates a new UtilizationReport.
|
1777
1700
|
# @param [String] parent
|
1778
1701
|
# Required. The Utilization Report's parent.
|
@@ -21,9 +21,9 @@ module Google
|
|
21
21
|
module Apis
|
22
22
|
# VM Migration API
|
23
23
|
#
|
24
|
-
# Use the Migrate
|
24
|
+
# Use the Migrate to Virtual Machines API to programmatically migrate workloads.
|
25
25
|
#
|
26
|
-
# @see https://cloud.google.com/migrate/
|
26
|
+
# @see https://cloud.google.com/migrate/virtual-machines
|
27
27
|
module VmmigrationV1alpha1
|
28
28
|
# Version of the VM Migration API this client connects to.
|
29
29
|
# This is NOT the gem version.
|
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.16.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-
|
11
|
+
date: 2022-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.7'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.7'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.16.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: []
|