google-apis-vmmigration_v1 0.2.0 → 0.3.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: 36cd4440f4404dbd9e758e328f45fd2e7d6df06e9d66779c00c7fadf98262867
|
4
|
+
data.tar.gz: b9cb97afdda3df1771ddfa3069089a36fcd169ae2e9e5edb695dc111e777037e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44f872d724fba46909fecc8a90533ab1f84c7874a45465dd594d520d96cfe5dc5d1d08780d741d803c30d4e0573453a2336d4efd1a2875df5fecaeef33f233f8
|
7
|
+
data.tar.gz: d5d2a15202a2d9ae8c247d169f04908be99ee9dc1397f62a99e87e6c13bae0a6ecb541cc236b9b62af4e2d9c23646c2d076b0624ffce03f38c1cdb0b451cfe57
|
data/CHANGELOG.md
CHANGED
@@ -123,12 +123,6 @@ module Google
|
|
123
123
|
# @return [Google::Apis::VmmigrationV1::ComputeEngineTargetDetails]
|
124
124
|
attr_accessor :compute_engine_target_details
|
125
125
|
|
126
|
-
# TargetVMDetails is a collection of details for creating a VM in a target
|
127
|
-
# Compute Engine project.
|
128
|
-
# Corresponds to the JSON property `computeEngineVmDetails`
|
129
|
-
# @return [Google::Apis::VmmigrationV1::TargetVmDetails]
|
130
|
-
attr_accessor :compute_engine_vm_details
|
131
|
-
|
132
126
|
# Output only. The time the clone job was created (as an API call, not when it
|
133
127
|
# was actually created in the target).
|
134
128
|
# Corresponds to the JSON property `createTime`
|
@@ -167,7 +161,6 @@ module Google
|
|
167
161
|
# Update properties of this object
|
168
162
|
def update!(**args)
|
169
163
|
@compute_engine_target_details = args[:compute_engine_target_details] if args.key?(:compute_engine_target_details)
|
170
|
-
@compute_engine_vm_details = args[:compute_engine_vm_details] if args.key?(:compute_engine_vm_details)
|
171
164
|
@create_time = args[:create_time] if args.key?(:create_time)
|
172
165
|
@error = args[:error] if args.key?(:error)
|
173
166
|
@name = args[:name] if args.key?(:name)
|
@@ -459,12 +452,6 @@ module Google
|
|
459
452
|
# @return [Google::Apis::VmmigrationV1::ComputeEngineTargetDetails]
|
460
453
|
attr_accessor :compute_engine_target_details
|
461
454
|
|
462
|
-
# TargetVMDetails is a collection of details for creating a VM in a target
|
463
|
-
# Compute Engine project.
|
464
|
-
# Corresponds to the JSON property `computeEngineVmDetails`
|
465
|
-
# @return [Google::Apis::VmmigrationV1::TargetVmDetails]
|
466
|
-
attr_accessor :compute_engine_vm_details
|
467
|
-
|
468
455
|
# Output only. The time the cutover job was created (as an API call, not when it
|
469
456
|
# was actually created in the target).
|
470
457
|
# Corresponds to the JSON property `createTime`
|
@@ -514,7 +501,6 @@ module Google
|
|
514
501
|
# Update properties of this object
|
515
502
|
def update!(**args)
|
516
503
|
@compute_engine_target_details = args[:compute_engine_target_details] if args.key?(:compute_engine_target_details)
|
517
|
-
@compute_engine_vm_details = args[:compute_engine_vm_details] if args.key?(:compute_engine_vm_details)
|
518
504
|
@create_time = args[:create_time] if args.key?(:create_time)
|
519
505
|
@error = args[:error] if args.key?(:error)
|
520
506
|
@name = args[:name] if args.key?(:name)
|
@@ -1737,126 +1723,6 @@ module Google
|
|
1737
1723
|
end
|
1738
1724
|
end
|
1739
1725
|
|
1740
|
-
# TargetVMDetails is a collection of details for creating a VM in a target
|
1741
|
-
# Compute Engine project.
|
1742
|
-
class TargetVmDetails
|
1743
|
-
include Google::Apis::Core::Hashable
|
1744
|
-
|
1745
|
-
# AppliedLicense holds the license data returned by adaptation module report.
|
1746
|
-
# Corresponds to the JSON property `appliedLicense`
|
1747
|
-
# @return [Google::Apis::VmmigrationV1::AppliedLicense]
|
1748
|
-
attr_accessor :applied_license
|
1749
|
-
|
1750
|
-
# Output only. The VM Boot Option, as set in the source vm.
|
1751
|
-
# Corresponds to the JSON property `bootOption`
|
1752
|
-
# @return [String]
|
1753
|
-
attr_accessor :boot_option
|
1754
|
-
|
1755
|
-
# Scheduling information for VM on maintenance/restart behaviour and node
|
1756
|
-
# allocation in sole tenant nodes.
|
1757
|
-
# Corresponds to the JSON property `computeScheduling`
|
1758
|
-
# @return [Google::Apis::VmmigrationV1::ComputeScheduling]
|
1759
|
-
attr_accessor :compute_scheduling
|
1760
|
-
|
1761
|
-
# The disk type to use in the VM.
|
1762
|
-
# Corresponds to the JSON property `diskType`
|
1763
|
-
# @return [String]
|
1764
|
-
attr_accessor :disk_type
|
1765
|
-
|
1766
|
-
# A map of labels to associate with the VM.
|
1767
|
-
# Corresponds to the JSON property `labels`
|
1768
|
-
# @return [Hash<String,String>]
|
1769
|
-
attr_accessor :labels
|
1770
|
-
|
1771
|
-
# The license type to use in OS adaptation.
|
1772
|
-
# Corresponds to the JSON property `licenseType`
|
1773
|
-
# @return [String]
|
1774
|
-
attr_accessor :license_type
|
1775
|
-
|
1776
|
-
# The machine type to create the VM with.
|
1777
|
-
# Corresponds to the JSON property `machineType`
|
1778
|
-
# @return [String]
|
1779
|
-
attr_accessor :machine_type
|
1780
|
-
|
1781
|
-
# The machine type series to create the VM with.
|
1782
|
-
# Corresponds to the JSON property `machineTypeSeries`
|
1783
|
-
# @return [String]
|
1784
|
-
attr_accessor :machine_type_series
|
1785
|
-
|
1786
|
-
# The metadata key/value pairs to assign to the VM.
|
1787
|
-
# Corresponds to the JSON property `metadata`
|
1788
|
-
# @return [Hash<String,String>]
|
1789
|
-
attr_accessor :metadata
|
1790
|
-
|
1791
|
-
# The name of the VM to create.
|
1792
|
-
# Corresponds to the JSON property `name`
|
1793
|
-
# @return [String]
|
1794
|
-
attr_accessor :name
|
1795
|
-
|
1796
|
-
# List of NICs connected to this VM.
|
1797
|
-
# Corresponds to the JSON property `networkInterfaces`
|
1798
|
-
# @return [Array<Google::Apis::VmmigrationV1::NetworkInterface>]
|
1799
|
-
attr_accessor :network_interfaces
|
1800
|
-
|
1801
|
-
# A map of network tags to associate with the VM.
|
1802
|
-
# Corresponds to the JSON property `networkTags`
|
1803
|
-
# @return [Array<String>]
|
1804
|
-
attr_accessor :network_tags
|
1805
|
-
|
1806
|
-
# The project in which to create the VM.
|
1807
|
-
# Corresponds to the JSON property `project`
|
1808
|
-
# @return [String]
|
1809
|
-
attr_accessor :project
|
1810
|
-
|
1811
|
-
# Defines whether the instance has Secure Boot enabled. This can be set to true
|
1812
|
-
# only if the vm boot option is EFI.
|
1813
|
-
# Corresponds to the JSON property `secureBoot`
|
1814
|
-
# @return [Boolean]
|
1815
|
-
attr_accessor :secure_boot
|
1816
|
-
alias_method :secure_boot?, :secure_boot
|
1817
|
-
|
1818
|
-
# The service account to associate the VM with.
|
1819
|
-
# Corresponds to the JSON property `serviceAccount`
|
1820
|
-
# @return [String]
|
1821
|
-
attr_accessor :service_account
|
1822
|
-
|
1823
|
-
# The full path of the resource of type TargetProject which represents the
|
1824
|
-
# Compute Engine project in which to create this VM.
|
1825
|
-
# Corresponds to the JSON property `targetProject`
|
1826
|
-
# @return [String]
|
1827
|
-
attr_accessor :target_project
|
1828
|
-
|
1829
|
-
# The zone in which to create the VM.
|
1830
|
-
# Corresponds to the JSON property `zone`
|
1831
|
-
# @return [String]
|
1832
|
-
attr_accessor :zone
|
1833
|
-
|
1834
|
-
def initialize(**args)
|
1835
|
-
update!(**args)
|
1836
|
-
end
|
1837
|
-
|
1838
|
-
# Update properties of this object
|
1839
|
-
def update!(**args)
|
1840
|
-
@applied_license = args[:applied_license] if args.key?(:applied_license)
|
1841
|
-
@boot_option = args[:boot_option] if args.key?(:boot_option)
|
1842
|
-
@compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
|
1843
|
-
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
1844
|
-
@labels = args[:labels] if args.key?(:labels)
|
1845
|
-
@license_type = args[:license_type] if args.key?(:license_type)
|
1846
|
-
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
1847
|
-
@machine_type_series = args[:machine_type_series] if args.key?(:machine_type_series)
|
1848
|
-
@metadata = args[:metadata] if args.key?(:metadata)
|
1849
|
-
@name = args[:name] if args.key?(:name)
|
1850
|
-
@network_interfaces = args[:network_interfaces] if args.key?(:network_interfaces)
|
1851
|
-
@network_tags = args[:network_tags] if args.key?(:network_tags)
|
1852
|
-
@project = args[:project] if args.key?(:project)
|
1853
|
-
@secure_boot = args[:secure_boot] if args.key?(:secure_boot)
|
1854
|
-
@service_account = args[:service_account] if args.key?(:service_account)
|
1855
|
-
@target_project = args[:target_project] if args.key?(:target_project)
|
1856
|
-
@zone = args[:zone] if args.key?(:zone)
|
1857
|
-
end
|
1858
|
-
end
|
1859
|
-
|
1860
1726
|
# Utilization report details the utilization (CPU, memory, etc.) of selected
|
1861
1727
|
# source VMs.
|
1862
1728
|
class UtilizationReport
|
@@ -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.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211021"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -286,12 +286,6 @@ module Google
|
|
286
286
|
include Google::Apis::Core::JsonObjectSupport
|
287
287
|
end
|
288
288
|
|
289
|
-
class TargetVmDetails
|
290
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
-
|
292
|
-
include Google::Apis::Core::JsonObjectSupport
|
293
|
-
end
|
294
|
-
|
295
289
|
class UtilizationReport
|
296
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
291
|
|
@@ -366,8 +360,6 @@ module Google
|
|
366
360
|
class Representation < Google::Apis::Core::JsonRepresentation
|
367
361
|
property :compute_engine_target_details, as: 'computeEngineTargetDetails', class: Google::Apis::VmmigrationV1::ComputeEngineTargetDetails, decorator: Google::Apis::VmmigrationV1::ComputeEngineTargetDetails::Representation
|
368
362
|
|
369
|
-
property :compute_engine_vm_details, as: 'computeEngineVmDetails', class: Google::Apis::VmmigrationV1::TargetVmDetails, decorator: Google::Apis::VmmigrationV1::TargetVmDetails::Representation
|
370
|
-
|
371
363
|
property :create_time, as: 'createTime'
|
372
364
|
property :error, as: 'error', class: Google::Apis::VmmigrationV1::Status, decorator: Google::Apis::VmmigrationV1::Status::Representation
|
373
365
|
|
@@ -443,8 +435,6 @@ module Google
|
|
443
435
|
class Representation < Google::Apis::Core::JsonRepresentation
|
444
436
|
property :compute_engine_target_details, as: 'computeEngineTargetDetails', class: Google::Apis::VmmigrationV1::ComputeEngineTargetDetails, decorator: Google::Apis::VmmigrationV1::ComputeEngineTargetDetails::Representation
|
445
437
|
|
446
|
-
property :compute_engine_vm_details, as: 'computeEngineVmDetails', class: Google::Apis::VmmigrationV1::TargetVmDetails, decorator: Google::Apis::VmmigrationV1::TargetVmDetails::Representation
|
447
|
-
|
448
438
|
property :create_time, as: 'createTime'
|
449
439
|
property :error, as: 'error', class: Google::Apis::VmmigrationV1::Status, decorator: Google::Apis::VmmigrationV1::Status::Representation
|
450
440
|
|
@@ -795,32 +785,6 @@ module Google
|
|
795
785
|
end
|
796
786
|
end
|
797
787
|
|
798
|
-
class TargetVmDetails
|
799
|
-
# @private
|
800
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
801
|
-
property :applied_license, as: 'appliedLicense', class: Google::Apis::VmmigrationV1::AppliedLicense, decorator: Google::Apis::VmmigrationV1::AppliedLicense::Representation
|
802
|
-
|
803
|
-
property :boot_option, as: 'bootOption'
|
804
|
-
property :compute_scheduling, as: 'computeScheduling', class: Google::Apis::VmmigrationV1::ComputeScheduling, decorator: Google::Apis::VmmigrationV1::ComputeScheduling::Representation
|
805
|
-
|
806
|
-
property :disk_type, as: 'diskType'
|
807
|
-
hash :labels, as: 'labels'
|
808
|
-
property :license_type, as: 'licenseType'
|
809
|
-
property :machine_type, as: 'machineType'
|
810
|
-
property :machine_type_series, as: 'machineTypeSeries'
|
811
|
-
hash :metadata, as: 'metadata'
|
812
|
-
property :name, as: 'name'
|
813
|
-
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::VmmigrationV1::NetworkInterface, decorator: Google::Apis::VmmigrationV1::NetworkInterface::Representation
|
814
|
-
|
815
|
-
collection :network_tags, as: 'networkTags'
|
816
|
-
property :project, as: 'project'
|
817
|
-
property :secure_boot, as: 'secureBoot'
|
818
|
-
property :service_account, as: 'serviceAccount'
|
819
|
-
property :target_project, as: 'targetProject'
|
820
|
-
property :zone, as: 'zone'
|
821
|
-
end
|
822
|
-
end
|
823
|
-
|
824
788
|
class UtilizationReport
|
825
789
|
# @private
|
826
790
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.3.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: 2021-
|
11
|
+
date: 2021-11-01 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.3.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: []
|