google-apis-migrationcenter_v1alpha1 0.47.0 → 0.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MigrationcenterV1alpha1
|
18
18
|
# Version of the google-apis-migrationcenter_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250917"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -172,18 +172,96 @@ module Google
|
|
172
172
|
include Google::Apis::Core::JsonObjectSupport
|
173
173
|
end
|
174
174
|
|
175
|
+
class AwsCloudFrontDistributionDetails
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
175
181
|
class AwsEc2PlatformDetails
|
176
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
183
|
|
178
184
|
include Google::Apis::Core::JsonObjectSupport
|
179
185
|
end
|
180
186
|
|
187
|
+
class AwsEcsClusterDetails
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class AwsEfsFileSystemDetails
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class AwsEksClusterDetails
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class AwsElbLoadBalancerDetails
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class AwsLambdaFunctionDetails
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
181
217
|
class AwsRds
|
182
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
219
|
|
184
220
|
include Google::Apis::Core::JsonObjectSupport
|
185
221
|
end
|
186
222
|
|
223
|
+
class AwsRedshiftDetails
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class AwsS3BucketDetails
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class AwsS3BucketDetailsObjectsMetadata
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class AwsS3BucketDetailsObjectsMetadataTotalObjects
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class AwsS3BucketDetailsStorageClass
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class AwsS3BucketDetailsVersioning
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class AwsVpcDetails
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
187
265
|
class AzureVmPlatformDetails
|
188
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
267
|
|
@@ -604,6 +682,18 @@ module Google
|
|
604
682
|
include Google::Apis::Core::JsonObjectSupport
|
605
683
|
end
|
606
684
|
|
685
|
+
class HostingProviderDetails
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class HostingProviderDetailsAws
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
607
697
|
class HostsEntry
|
608
698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
699
|
|
@@ -1174,6 +1264,12 @@ module Google
|
|
1174
1264
|
include Google::Apis::Core::JsonObjectSupport
|
1175
1265
|
end
|
1176
1266
|
|
1267
|
+
class ResourceLocation
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
|
+
|
1270
|
+
include Google::Apis::Core::JsonObjectSupport
|
1271
|
+
end
|
1272
|
+
|
1177
1273
|
class RunAssetsExportJobRequest
|
1178
1274
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1179
1275
|
|
@@ -1546,6 +1642,24 @@ module Google
|
|
1546
1642
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1547
1643
|
collection :assigned_groups, as: 'assignedGroups'
|
1548
1644
|
hash :attributes, as: 'attributes'
|
1645
|
+
property :aws_cloud_front_distribution_details, as: 'awsCloudFrontDistributionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails::Representation
|
1646
|
+
|
1647
|
+
property :aws_ecs_cluster_details, as: 'awsEcsClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails::Representation
|
1648
|
+
|
1649
|
+
property :aws_efs_file_system_details, as: 'awsEfsFileSystemDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails::Representation
|
1650
|
+
|
1651
|
+
property :aws_eks_cluster_details, as: 'awsEksClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEksClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEksClusterDetails::Representation
|
1652
|
+
|
1653
|
+
property :aws_elb_load_balancer_details, as: 'awsElbLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails::Representation
|
1654
|
+
|
1655
|
+
property :aws_lambda_function_details, as: 'awsLambdaFunctionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails::Representation
|
1656
|
+
|
1657
|
+
property :aws_redshift_details, as: 'awsRedshiftDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails::Representation
|
1658
|
+
|
1659
|
+
property :aws_s3_bucket_details, as: 'awsS3BucketDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails::Representation
|
1660
|
+
|
1661
|
+
property :aws_vpc_details, as: 'awsVpcDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails::Representation
|
1662
|
+
|
1549
1663
|
property :create_time, as: 'createTime'
|
1550
1664
|
property :database_deployment_details, as: 'databaseDeploymentDetails', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetails, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetails::Representation
|
1551
1665
|
|
@@ -1554,6 +1668,8 @@ module Google
|
|
1554
1668
|
property :hidden, as: 'hidden'
|
1555
1669
|
property :hide_reason, as: 'hideReason'
|
1556
1670
|
property :hide_time, as: 'hideTime'
|
1671
|
+
property :hosting_provider_details, as: 'hostingProviderDetails', class: Google::Apis::MigrationcenterV1alpha1::HostingProviderDetails, decorator: Google::Apis::MigrationcenterV1alpha1::HostingProviderDetails::Representation
|
1672
|
+
|
1557
1673
|
property :insight_list, as: 'insightList', class: Google::Apis::MigrationcenterV1alpha1::InsightList, decorator: Google::Apis::MigrationcenterV1alpha1::InsightList::Representation
|
1558
1674
|
|
1559
1675
|
hash :labels, as: 'labels'
|
@@ -1563,6 +1679,7 @@ module Google
|
|
1563
1679
|
property :performance_data, as: 'performanceData', class: Google::Apis::MigrationcenterV1alpha1::AssetPerformanceData, decorator: Google::Apis::MigrationcenterV1alpha1::AssetPerformanceData::Representation
|
1564
1680
|
|
1565
1681
|
collection :sources, as: 'sources'
|
1682
|
+
hash :structured_attributes, as: 'structuredAttributes'
|
1566
1683
|
property :title, as: 'title'
|
1567
1684
|
property :update_time, as: 'updateTime'
|
1568
1685
|
property :virtual_machine_details, as: 'virtualMachineDetails', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails::Representation
|
@@ -1574,17 +1691,38 @@ module Google
|
|
1574
1691
|
# @private
|
1575
1692
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1576
1693
|
hash :attributes, as: 'attributes'
|
1694
|
+
property :aws_cloud_front_distribution_details, as: 'awsCloudFrontDistributionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails::Representation
|
1695
|
+
|
1696
|
+
property :aws_ecs_cluster_details, as: 'awsEcsClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails::Representation
|
1697
|
+
|
1698
|
+
property :aws_efs_file_system_details, as: 'awsEfsFileSystemDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails::Representation
|
1699
|
+
|
1700
|
+
property :aws_eks_cluster_details, as: 'awsEksClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEksClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEksClusterDetails::Representation
|
1701
|
+
|
1702
|
+
property :aws_elb_load_balancer_details, as: 'awsElbLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails::Representation
|
1703
|
+
|
1704
|
+
property :aws_lambda_function_details, as: 'awsLambdaFunctionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails::Representation
|
1705
|
+
|
1706
|
+
property :aws_redshift_details, as: 'awsRedshiftDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails::Representation
|
1707
|
+
|
1708
|
+
property :aws_s3_bucket_details, as: 'awsS3BucketDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails::Representation
|
1709
|
+
|
1710
|
+
property :aws_vpc_details, as: 'awsVpcDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails::Representation
|
1711
|
+
|
1577
1712
|
property :collection_type, as: 'collectionType'
|
1578
1713
|
property :database_deployment_details, as: 'databaseDeploymentDetails', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetails, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetails::Representation
|
1579
1714
|
|
1580
1715
|
property :database_details, as: 'databaseDetails', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDetails, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDetails::Representation
|
1581
1716
|
|
1717
|
+
property :hosting_provider_details, as: 'hostingProviderDetails', class: Google::Apis::MigrationcenterV1alpha1::HostingProviderDetails, decorator: Google::Apis::MigrationcenterV1alpha1::HostingProviderDetails::Representation
|
1718
|
+
|
1582
1719
|
hash :labels, as: 'labels'
|
1583
1720
|
property :machine_details, as: 'machineDetails', class: Google::Apis::MigrationcenterV1alpha1::MachineDetails, decorator: Google::Apis::MigrationcenterV1alpha1::MachineDetails::Representation
|
1584
1721
|
|
1585
1722
|
collection :performance_samples, as: 'performanceSamples', class: Google::Apis::MigrationcenterV1alpha1::PerformanceSample, decorator: Google::Apis::MigrationcenterV1alpha1::PerformanceSample::Representation
|
1586
1723
|
|
1587
1724
|
property :report_time, as: 'reportTime'
|
1725
|
+
hash :structured_attributes, as: 'structuredAttributes'
|
1588
1726
|
property :trace_token, as: 'traceToken'
|
1589
1727
|
property :virtual_machine_details, as: 'virtualMachineDetails', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails::Representation
|
1590
1728
|
|
@@ -1681,6 +1819,12 @@ module Google
|
|
1681
1819
|
end
|
1682
1820
|
end
|
1683
1821
|
|
1822
|
+
class AwsCloudFrontDistributionDetails
|
1823
|
+
# @private
|
1824
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1825
|
+
end
|
1826
|
+
end
|
1827
|
+
|
1684
1828
|
class AwsEc2PlatformDetails
|
1685
1829
|
# @private
|
1686
1830
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1690,12 +1834,96 @@ module Google
|
|
1690
1834
|
end
|
1691
1835
|
end
|
1692
1836
|
|
1837
|
+
class AwsEcsClusterDetails
|
1838
|
+
# @private
|
1839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1840
|
+
end
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
class AwsEfsFileSystemDetails
|
1844
|
+
# @private
|
1845
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1846
|
+
end
|
1847
|
+
end
|
1848
|
+
|
1849
|
+
class AwsEksClusterDetails
|
1850
|
+
# @private
|
1851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1852
|
+
end
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class AwsElbLoadBalancerDetails
|
1856
|
+
# @private
|
1857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1858
|
+
end
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
class AwsLambdaFunctionDetails
|
1862
|
+
# @private
|
1863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1864
|
+
end
|
1865
|
+
end
|
1866
|
+
|
1693
1867
|
class AwsRds
|
1694
1868
|
# @private
|
1695
1869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1696
1870
|
end
|
1697
1871
|
end
|
1698
1872
|
|
1873
|
+
class AwsRedshiftDetails
|
1874
|
+
# @private
|
1875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1876
|
+
end
|
1877
|
+
end
|
1878
|
+
|
1879
|
+
class AwsS3BucketDetails
|
1880
|
+
# @private
|
1881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1882
|
+
property :objects_metadata, as: 'objectsMetadata', class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetailsObjectsMetadata, decorator: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetailsObjectsMetadata::Representation
|
1883
|
+
|
1884
|
+
collection :storage_classes, as: 'storageClasses', class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetailsStorageClass, decorator: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetailsStorageClass::Representation
|
1885
|
+
|
1886
|
+
property :versioning, as: 'versioning', class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetailsVersioning, decorator: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetailsVersioning::Representation
|
1887
|
+
|
1888
|
+
end
|
1889
|
+
end
|
1890
|
+
|
1891
|
+
class AwsS3BucketDetailsObjectsMetadata
|
1892
|
+
# @private
|
1893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1894
|
+
property :total_objects, as: 'totalObjects', class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetailsObjectsMetadataTotalObjects, decorator: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetailsObjectsMetadataTotalObjects::Representation
|
1895
|
+
|
1896
|
+
end
|
1897
|
+
end
|
1898
|
+
|
1899
|
+
class AwsS3BucketDetailsObjectsMetadataTotalObjects
|
1900
|
+
# @private
|
1901
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1902
|
+
property :value, as: 'value'
|
1903
|
+
end
|
1904
|
+
end
|
1905
|
+
|
1906
|
+
class AwsS3BucketDetailsStorageClass
|
1907
|
+
# @private
|
1908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1909
|
+
property :total_bytes, :numeric_string => true, as: 'totalBytes'
|
1910
|
+
property :type, as: 'type'
|
1911
|
+
end
|
1912
|
+
end
|
1913
|
+
|
1914
|
+
class AwsS3BucketDetailsVersioning
|
1915
|
+
# @private
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1917
|
+
property :enabled, as: 'enabled'
|
1918
|
+
end
|
1919
|
+
end
|
1920
|
+
|
1921
|
+
class AwsVpcDetails
|
1922
|
+
# @private
|
1923
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1924
|
+
end
|
1925
|
+
end
|
1926
|
+
|
1699
1927
|
class AzureVmPlatformDetails
|
1700
1928
|
# @private
|
1701
1929
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1739,7 +1967,11 @@ module Google
|
|
1739
1967
|
property :bios_name, as: 'biosName'
|
1740
1968
|
property :bios_release_date, as: 'biosReleaseDate'
|
1741
1969
|
property :bios_version, as: 'biosVersion'
|
1970
|
+
property :id, as: 'id'
|
1971
|
+
property :manufacturer, as: 'manufacturer'
|
1972
|
+
property :release_time, as: 'releaseTime'
|
1742
1973
|
property :smbios_uuid, as: 'smbiosUuid'
|
1974
|
+
property :version, as: 'version'
|
1743
1975
|
end
|
1744
1976
|
end
|
1745
1977
|
|
@@ -2185,8 +2417,10 @@ module Google
|
|
2185
2417
|
class DiskEntry
|
2186
2418
|
# @private
|
2187
2419
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2420
|
+
property :capacity_bytes, :numeric_string => true, as: 'capacityBytes'
|
2188
2421
|
property :disk_label, as: 'diskLabel'
|
2189
2422
|
property :disk_label_type, as: 'diskLabelType'
|
2423
|
+
property :free_space_bytes, :numeric_string => true, as: 'freeSpaceBytes'
|
2190
2424
|
property :hw_address, as: 'hwAddress'
|
2191
2425
|
property :interface_type, as: 'interfaceType'
|
2192
2426
|
property :partitions, as: 'partitions', class: Google::Apis::MigrationcenterV1alpha1::DiskPartitionList, decorator: Google::Apis::MigrationcenterV1alpha1::DiskPartitionList::Representation
|
@@ -2386,12 +2620,15 @@ module Google
|
|
2386
2620
|
|
2387
2621
|
property :selinux, as: 'selinux', class: Google::Apis::MigrationcenterV1alpha1::Selinux, decorator: Google::Apis::MigrationcenterV1alpha1::Selinux::Representation
|
2388
2622
|
|
2623
|
+
property :selinux_mode, as: 'selinuxMode'
|
2389
2624
|
end
|
2390
2625
|
end
|
2391
2626
|
|
2392
2627
|
class GuestInstalledApplication
|
2393
2628
|
# @private
|
2394
2629
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2630
|
+
property :application_name, as: 'applicationName'
|
2631
|
+
property :install_time, as: 'installTime'
|
2395
2632
|
collection :licenses, as: 'licenses'
|
2396
2633
|
property :name, as: 'name'
|
2397
2634
|
property :path, as: 'path'
|
@@ -2414,8 +2651,11 @@ module Google
|
|
2414
2651
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2415
2652
|
property :config, as: 'config', class: Google::Apis::MigrationcenterV1alpha1::GuestConfigDetails, decorator: Google::Apis::MigrationcenterV1alpha1::GuestConfigDetails::Representation
|
2416
2653
|
|
2654
|
+
property :family, as: 'family'
|
2655
|
+
property :os_name, as: 'osName'
|
2417
2656
|
property :runtime, as: 'runtime', class: Google::Apis::MigrationcenterV1alpha1::GuestRuntimeDetails, decorator: Google::Apis::MigrationcenterV1alpha1::GuestRuntimeDetails::Representation
|
2418
2657
|
|
2658
|
+
property :version, as: 'version'
|
2419
2659
|
end
|
2420
2660
|
end
|
2421
2661
|
|
@@ -2425,6 +2665,7 @@ module Google
|
|
2425
2665
|
property :domain, as: 'domain'
|
2426
2666
|
property :installed_apps, as: 'installedApps', class: Google::Apis::MigrationcenterV1alpha1::GuestInstalledApplicationList, decorator: Google::Apis::MigrationcenterV1alpha1::GuestInstalledApplicationList::Representation
|
2427
2667
|
|
2668
|
+
property :last_boot_time, as: 'lastBootTime'
|
2428
2669
|
property :last_uptime, as: 'lastUptime', class: Google::Apis::MigrationcenterV1alpha1::Date, decorator: Google::Apis::MigrationcenterV1alpha1::Date::Representation
|
2429
2670
|
|
2430
2671
|
property :machine_name, as: 'machineName'
|
@@ -2439,6 +2680,26 @@ module Google
|
|
2439
2680
|
end
|
2440
2681
|
end
|
2441
2682
|
|
2683
|
+
class HostingProviderDetails
|
2684
|
+
# @private
|
2685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2686
|
+
property :aws, as: 'aws', class: Google::Apis::MigrationcenterV1alpha1::HostingProviderDetailsAws, decorator: Google::Apis::MigrationcenterV1alpha1::HostingProviderDetailsAws::Representation
|
2687
|
+
|
2688
|
+
property :create_time, as: 'createTime'
|
2689
|
+
property :display_name, as: 'displayName'
|
2690
|
+
property :location, as: 'location', class: Google::Apis::MigrationcenterV1alpha1::ResourceLocation, decorator: Google::Apis::MigrationcenterV1alpha1::ResourceLocation::Representation
|
2691
|
+
|
2692
|
+
property :original_id, as: 'originalId'
|
2693
|
+
end
|
2694
|
+
end
|
2695
|
+
|
2696
|
+
class HostingProviderDetailsAws
|
2697
|
+
# @private
|
2698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2699
|
+
property :owning_account_id, as: 'owningAccountId'
|
2700
|
+
end
|
2701
|
+
end
|
2702
|
+
|
2442
2703
|
class HostsEntry
|
2443
2704
|
# @private
|
2444
2705
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2920,6 +3181,8 @@ module Google
|
|
2920
3181
|
class NetworkAdapterList
|
2921
3182
|
# @private
|
2922
3183
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3184
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::NetworkAdapterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkAdapterDetails::Representation
|
3185
|
+
|
2923
3186
|
collection :network_adapters, as: 'networkAdapters', class: Google::Apis::MigrationcenterV1alpha1::NetworkAdapterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkAdapterDetails::Representation
|
2924
3187
|
|
2925
3188
|
end
|
@@ -2941,6 +3204,8 @@ module Google
|
|
2941
3204
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2942
3205
|
collection :addresses, as: 'addresses', class: Google::Apis::MigrationcenterV1alpha1::NetworkAddress, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkAddress::Representation
|
2943
3206
|
|
3207
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::NetworkAddress, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkAddress::Representation
|
3208
|
+
|
2944
3209
|
end
|
2945
3210
|
end
|
2946
3211
|
|
@@ -3476,6 +3741,13 @@ module Google
|
|
3476
3741
|
end
|
3477
3742
|
end
|
3478
3743
|
|
3744
|
+
class ResourceLocation
|
3745
|
+
# @private
|
3746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3747
|
+
property :region, as: 'region'
|
3748
|
+
end
|
3749
|
+
end
|
3750
|
+
|
3479
3751
|
class RunAssetsExportJobRequest
|
3480
3752
|
# @private
|
3481
3753
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3512,6 +3784,8 @@ module Google
|
|
3512
3784
|
class RunningProcessList
|
3513
3785
|
# @private
|
3514
3786
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3787
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::RunningProcess, decorator: Google::Apis::MigrationcenterV1alpha1::RunningProcess::Representation
|
3788
|
+
|
3515
3789
|
collection :processes, as: 'processes', class: Google::Apis::MigrationcenterV1alpha1::RunningProcess, decorator: Google::Apis::MigrationcenterV1alpha1::RunningProcess::Representation
|
3516
3790
|
|
3517
3791
|
end
|
@@ -3524,6 +3798,7 @@ module Google
|
|
3524
3798
|
property :exe_path, as: 'exePath'
|
3525
3799
|
property :name, as: 'name'
|
3526
3800
|
property :pid, :numeric_string => true, as: 'pid'
|
3801
|
+
property :service_name, as: 'serviceName'
|
3527
3802
|
property :start_mode, as: 'startMode'
|
3528
3803
|
property :state, as: 'state'
|
3529
3804
|
property :status, as: 'status'
|
@@ -3533,6 +3808,8 @@ module Google
|
|
3533
3808
|
class RunningServiceList
|
3534
3809
|
# @private
|
3535
3810
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3811
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::RunningService, decorator: Google::Apis::MigrationcenterV1alpha1::RunningService::Representation
|
3812
|
+
|
3536
3813
|
collection :services, as: 'services', class: Google::Apis::MigrationcenterV1alpha1::RunningService, decorator: Google::Apis::MigrationcenterV1alpha1::RunningService::Representation
|
3537
3814
|
|
3538
3815
|
end
|
@@ -3546,6 +3823,8 @@ module Google
|
|
3546
3823
|
property :netstat, as: 'netstat'
|
3547
3824
|
property :netstat_time, as: 'netstatTime', class: Google::Apis::MigrationcenterV1alpha1::DateTime, decorator: Google::Apis::MigrationcenterV1alpha1::DateTime::Representation
|
3548
3825
|
|
3826
|
+
property :raw_scan_result, as: 'rawScanResult'
|
3827
|
+
property :scan_time, as: 'scanTime'
|
3549
3828
|
end
|
3550
3829
|
end
|
3551
3830
|
|
@@ -3884,7 +4163,10 @@ module Google
|
|
3884
4163
|
property :esx_hyperthreading, as: 'esxHyperthreading'
|
3885
4164
|
property :esx_version, as: 'esxVersion'
|
3886
4165
|
property :osid, as: 'osid'
|
4166
|
+
property :vcenter_folder, as: 'vcenterFolder'
|
4167
|
+
property :vcenter_uri, as: 'vcenterUri'
|
3887
4168
|
property :vcenter_version, as: 'vcenterVersion'
|
4169
|
+
property :vcenter_vm_id, as: 'vcenterVmId'
|
3888
4170
|
end
|
3889
4171
|
end
|
3890
4172
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-migrationcenter_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.48.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.48.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|