google-apis-migrationcenter_v1alpha1 0.49.0 → 0.50.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/migrationcenter_v1alpha1/classes.rb +75 -8
- data/lib/google/apis/migrationcenter_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/migrationcenter_v1alpha1/representations.rb +48 -1
- data/lib/google/apis/migrationcenter_v1alpha1/service.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6633ef5218f31f831c0c11de003accbbafbe1a65d3b1b1b5be5848cd43e8bf1
|
|
4
|
+
data.tar.gz: d6fa0905923e7cc6b2f27289f39adf303cd397ef94c2c9d360ef754268449266
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b21e74ef0b4d4fbdb78575a2eb544cb3f16db220340249b8ed0d8ff4810f052ec37590def3f217bb413608f3f1f8a8488e9d76dfd06a662887ea34a670590ef9
|
|
7
|
+
data.tar.gz: fab433009bb09467b19b84e8b0bf857add1acc9fc50776a9876a93c24f3cef89e68bd613805793b1a6138652719f9adf2f07b5f67c78b26c1c29189d3edd744a
|
data/CHANGELOG.md
CHANGED
|
@@ -402,6 +402,11 @@ module Google
|
|
|
402
402
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails]
|
|
403
403
|
attr_accessor :aws_cloud_front_distribution_details
|
|
404
404
|
|
|
405
|
+
# Details of an AWS DynamoDB table.
|
|
406
|
+
# Corresponds to the JSON property `awsDynamodbTableDetails`
|
|
407
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails]
|
|
408
|
+
attr_accessor :aws_dynamodb_table_details
|
|
409
|
+
|
|
405
410
|
# Details of an AWS ECS cluster.
|
|
406
411
|
# Corresponds to the JSON property `awsEcsClusterDetails`
|
|
407
412
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails]
|
|
@@ -427,11 +432,21 @@ module Google
|
|
|
427
432
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails]
|
|
428
433
|
attr_accessor :aws_lambda_function_details
|
|
429
434
|
|
|
435
|
+
# Details of an AWS NAT Gateway.
|
|
436
|
+
# Corresponds to the JSON property `awsNatGatewayDetails`
|
|
437
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails]
|
|
438
|
+
attr_accessor :aws_nat_gateway_details
|
|
439
|
+
|
|
430
440
|
# Details of an AWS Redshift cluster.
|
|
431
441
|
# Corresponds to the JSON property `awsRedshiftDetails`
|
|
432
442
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails]
|
|
433
443
|
attr_accessor :aws_redshift_details
|
|
434
444
|
|
|
445
|
+
# Details of an AWS Route 53 Hosted Zone.
|
|
446
|
+
# Corresponds to the JSON property `awsRoute53HostedZoneDetails`
|
|
447
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails]
|
|
448
|
+
attr_accessor :aws_route53_hosted_zone_details
|
|
449
|
+
|
|
435
450
|
# Asset information specific for AWS S3 buckets.
|
|
436
451
|
# Corresponds to the JSON property `awsS3BucketDetails`
|
|
437
452
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails]
|
|
@@ -537,12 +552,15 @@ module Google
|
|
|
537
552
|
@assigned_groups = args[:assigned_groups] if args.key?(:assigned_groups)
|
|
538
553
|
@attributes = args[:attributes] if args.key?(:attributes)
|
|
539
554
|
@aws_cloud_front_distribution_details = args[:aws_cloud_front_distribution_details] if args.key?(:aws_cloud_front_distribution_details)
|
|
555
|
+
@aws_dynamodb_table_details = args[:aws_dynamodb_table_details] if args.key?(:aws_dynamodb_table_details)
|
|
540
556
|
@aws_ecs_cluster_details = args[:aws_ecs_cluster_details] if args.key?(:aws_ecs_cluster_details)
|
|
541
557
|
@aws_efs_file_system_details = args[:aws_efs_file_system_details] if args.key?(:aws_efs_file_system_details)
|
|
542
558
|
@aws_eks_cluster_details = args[:aws_eks_cluster_details] if args.key?(:aws_eks_cluster_details)
|
|
543
559
|
@aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
|
|
544
560
|
@aws_lambda_function_details = args[:aws_lambda_function_details] if args.key?(:aws_lambda_function_details)
|
|
561
|
+
@aws_nat_gateway_details = args[:aws_nat_gateway_details] if args.key?(:aws_nat_gateway_details)
|
|
545
562
|
@aws_redshift_details = args[:aws_redshift_details] if args.key?(:aws_redshift_details)
|
|
563
|
+
@aws_route53_hosted_zone_details = args[:aws_route53_hosted_zone_details] if args.key?(:aws_route53_hosted_zone_details)
|
|
546
564
|
@aws_s3_bucket_details = args[:aws_s3_bucket_details] if args.key?(:aws_s3_bucket_details)
|
|
547
565
|
@aws_vpc_details = args[:aws_vpc_details] if args.key?(:aws_vpc_details)
|
|
548
566
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
@@ -579,6 +597,11 @@ module Google
|
|
|
579
597
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails]
|
|
580
598
|
attr_accessor :aws_cloud_front_distribution_details
|
|
581
599
|
|
|
600
|
+
# Details of an AWS DynamoDB table.
|
|
601
|
+
# Corresponds to the JSON property `awsDynamodbTableDetails`
|
|
602
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails]
|
|
603
|
+
attr_accessor :aws_dynamodb_table_details
|
|
604
|
+
|
|
582
605
|
# Details of an AWS ECS cluster.
|
|
583
606
|
# Corresponds to the JSON property `awsEcsClusterDetails`
|
|
584
607
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails]
|
|
@@ -604,11 +627,21 @@ module Google
|
|
|
604
627
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails]
|
|
605
628
|
attr_accessor :aws_lambda_function_details
|
|
606
629
|
|
|
630
|
+
# Details of an AWS NAT Gateway.
|
|
631
|
+
# Corresponds to the JSON property `awsNatGatewayDetails`
|
|
632
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails]
|
|
633
|
+
attr_accessor :aws_nat_gateway_details
|
|
634
|
+
|
|
607
635
|
# Details of an AWS Redshift cluster.
|
|
608
636
|
# Corresponds to the JSON property `awsRedshiftDetails`
|
|
609
637
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails]
|
|
610
638
|
attr_accessor :aws_redshift_details
|
|
611
639
|
|
|
640
|
+
# Details of an AWS Route 53 Hosted Zone.
|
|
641
|
+
# Corresponds to the JSON property `awsRoute53HostedZoneDetails`
|
|
642
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails]
|
|
643
|
+
attr_accessor :aws_route53_hosted_zone_details
|
|
644
|
+
|
|
612
645
|
# Asset information specific for AWS S3 buckets.
|
|
613
646
|
# Corresponds to the JSON property `awsS3BucketDetails`
|
|
614
647
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails]
|
|
@@ -685,12 +718,15 @@ module Google
|
|
|
685
718
|
def update!(**args)
|
|
686
719
|
@attributes = args[:attributes] if args.key?(:attributes)
|
|
687
720
|
@aws_cloud_front_distribution_details = args[:aws_cloud_front_distribution_details] if args.key?(:aws_cloud_front_distribution_details)
|
|
721
|
+
@aws_dynamodb_table_details = args[:aws_dynamodb_table_details] if args.key?(:aws_dynamodb_table_details)
|
|
688
722
|
@aws_ecs_cluster_details = args[:aws_ecs_cluster_details] if args.key?(:aws_ecs_cluster_details)
|
|
689
723
|
@aws_efs_file_system_details = args[:aws_efs_file_system_details] if args.key?(:aws_efs_file_system_details)
|
|
690
724
|
@aws_eks_cluster_details = args[:aws_eks_cluster_details] if args.key?(:aws_eks_cluster_details)
|
|
691
725
|
@aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
|
|
692
726
|
@aws_lambda_function_details = args[:aws_lambda_function_details] if args.key?(:aws_lambda_function_details)
|
|
727
|
+
@aws_nat_gateway_details = args[:aws_nat_gateway_details] if args.key?(:aws_nat_gateway_details)
|
|
693
728
|
@aws_redshift_details = args[:aws_redshift_details] if args.key?(:aws_redshift_details)
|
|
729
|
+
@aws_route53_hosted_zone_details = args[:aws_route53_hosted_zone_details] if args.key?(:aws_route53_hosted_zone_details)
|
|
694
730
|
@aws_s3_bucket_details = args[:aws_s3_bucket_details] if args.key?(:aws_s3_bucket_details)
|
|
695
731
|
@aws_vpc_details = args[:aws_vpc_details] if args.key?(:aws_vpc_details)
|
|
696
732
|
@collection_type = args[:collection_type] if args.key?(:collection_type)
|
|
@@ -956,20 +992,12 @@ module Google
|
|
|
956
992
|
class AssetsExportJobNetworkDependencies
|
|
957
993
|
include Google::Apis::Core::Hashable
|
|
958
994
|
|
|
959
|
-
# Optional. When this value is set to a positive integer, network connections
|
|
960
|
-
# data will be returned for the most recent days for which data is available.
|
|
961
|
-
# When this value is unset (or set to zero), all available data is returned.
|
|
962
|
-
# Corresponds to the JSON property `maxDays`
|
|
963
|
-
# @return [Fixnum]
|
|
964
|
-
attr_accessor :max_days
|
|
965
|
-
|
|
966
995
|
def initialize(**args)
|
|
967
996
|
update!(**args)
|
|
968
997
|
end
|
|
969
998
|
|
|
970
999
|
# Update properties of this object
|
|
971
1000
|
def update!(**args)
|
|
972
|
-
@max_days = args[:max_days] if args.key?(:max_days)
|
|
973
1001
|
end
|
|
974
1002
|
end
|
|
975
1003
|
|
|
@@ -1009,6 +1037,19 @@ module Google
|
|
|
1009
1037
|
end
|
|
1010
1038
|
end
|
|
1011
1039
|
|
|
1040
|
+
# Details of an AWS DynamoDB table.
|
|
1041
|
+
class AwsDynamoDbTableDetails
|
|
1042
|
+
include Google::Apis::Core::Hashable
|
|
1043
|
+
|
|
1044
|
+
def initialize(**args)
|
|
1045
|
+
update!(**args)
|
|
1046
|
+
end
|
|
1047
|
+
|
|
1048
|
+
# Update properties of this object
|
|
1049
|
+
def update!(**args)
|
|
1050
|
+
end
|
|
1051
|
+
end
|
|
1052
|
+
|
|
1012
1053
|
# AWS EC2 specific details.
|
|
1013
1054
|
class AwsEc2PlatformDetails
|
|
1014
1055
|
include Google::Apis::Core::Hashable
|
|
@@ -1105,6 +1146,19 @@ module Google
|
|
|
1105
1146
|
end
|
|
1106
1147
|
end
|
|
1107
1148
|
|
|
1149
|
+
# Details of an AWS NAT Gateway.
|
|
1150
|
+
class AwsNatGatewayDetails
|
|
1151
|
+
include Google::Apis::Core::Hashable
|
|
1152
|
+
|
|
1153
|
+
def initialize(**args)
|
|
1154
|
+
update!(**args)
|
|
1155
|
+
end
|
|
1156
|
+
|
|
1157
|
+
# Update properties of this object
|
|
1158
|
+
def update!(**args)
|
|
1159
|
+
end
|
|
1160
|
+
end
|
|
1161
|
+
|
|
1108
1162
|
# Specific details for an AWS RDS database deployment.
|
|
1109
1163
|
class AwsRds
|
|
1110
1164
|
include Google::Apis::Core::Hashable
|
|
@@ -1131,6 +1185,19 @@ module Google
|
|
|
1131
1185
|
end
|
|
1132
1186
|
end
|
|
1133
1187
|
|
|
1188
|
+
# Details of an AWS Route 53 Hosted Zone.
|
|
1189
|
+
class AwsRoute53HostedZoneDetails
|
|
1190
|
+
include Google::Apis::Core::Hashable
|
|
1191
|
+
|
|
1192
|
+
def initialize(**args)
|
|
1193
|
+
update!(**args)
|
|
1194
|
+
end
|
|
1195
|
+
|
|
1196
|
+
# Update properties of this object
|
|
1197
|
+
def update!(**args)
|
|
1198
|
+
end
|
|
1199
|
+
end
|
|
1200
|
+
|
|
1134
1201
|
# Asset information specific for AWS S3 buckets.
|
|
1135
1202
|
class AwsS3BucketDetails
|
|
1136
1203
|
include Google::Apis::Core::Hashable
|
|
@@ -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.50.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 = "20251023"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -178,6 +178,12 @@ module Google
|
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
|
179
179
|
end
|
|
180
180
|
|
|
181
|
+
class AwsDynamoDbTableDetails
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
181
187
|
class AwsEc2PlatformDetails
|
|
182
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
189
|
|
|
@@ -214,6 +220,12 @@ module Google
|
|
|
214
220
|
include Google::Apis::Core::JsonObjectSupport
|
|
215
221
|
end
|
|
216
222
|
|
|
223
|
+
class AwsNatGatewayDetails
|
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
|
+
|
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
227
|
+
end
|
|
228
|
+
|
|
217
229
|
class AwsRds
|
|
218
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
231
|
|
|
@@ -226,6 +238,12 @@ module Google
|
|
|
226
238
|
include Google::Apis::Core::JsonObjectSupport
|
|
227
239
|
end
|
|
228
240
|
|
|
241
|
+
class AwsRoute53HostedZoneDetails
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
+
|
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
+
end
|
|
246
|
+
|
|
229
247
|
class AwsS3BucketDetails
|
|
230
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
249
|
|
|
@@ -1644,6 +1662,8 @@ module Google
|
|
|
1644
1662
|
hash :attributes, as: 'attributes'
|
|
1645
1663
|
property :aws_cloud_front_distribution_details, as: 'awsCloudFrontDistributionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails::Representation
|
|
1646
1664
|
|
|
1665
|
+
property :aws_dynamodb_table_details, as: 'awsDynamodbTableDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails::Representation
|
|
1666
|
+
|
|
1647
1667
|
property :aws_ecs_cluster_details, as: 'awsEcsClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails::Representation
|
|
1648
1668
|
|
|
1649
1669
|
property :aws_efs_file_system_details, as: 'awsEfsFileSystemDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails::Representation
|
|
@@ -1654,8 +1674,12 @@ module Google
|
|
|
1654
1674
|
|
|
1655
1675
|
property :aws_lambda_function_details, as: 'awsLambdaFunctionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails::Representation
|
|
1656
1676
|
|
|
1677
|
+
property :aws_nat_gateway_details, as: 'awsNatGatewayDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails::Representation
|
|
1678
|
+
|
|
1657
1679
|
property :aws_redshift_details, as: 'awsRedshiftDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails::Representation
|
|
1658
1680
|
|
|
1681
|
+
property :aws_route53_hosted_zone_details, as: 'awsRoute53HostedZoneDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails::Representation
|
|
1682
|
+
|
|
1659
1683
|
property :aws_s3_bucket_details, as: 'awsS3BucketDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails::Representation
|
|
1660
1684
|
|
|
1661
1685
|
property :aws_vpc_details, as: 'awsVpcDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails::Representation
|
|
@@ -1693,6 +1717,8 @@ module Google
|
|
|
1693
1717
|
hash :attributes, as: 'attributes'
|
|
1694
1718
|
property :aws_cloud_front_distribution_details, as: 'awsCloudFrontDistributionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails::Representation
|
|
1695
1719
|
|
|
1720
|
+
property :aws_dynamodb_table_details, as: 'awsDynamodbTableDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails::Representation
|
|
1721
|
+
|
|
1696
1722
|
property :aws_ecs_cluster_details, as: 'awsEcsClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails::Representation
|
|
1697
1723
|
|
|
1698
1724
|
property :aws_efs_file_system_details, as: 'awsEfsFileSystemDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails::Representation
|
|
@@ -1703,8 +1729,12 @@ module Google
|
|
|
1703
1729
|
|
|
1704
1730
|
property :aws_lambda_function_details, as: 'awsLambdaFunctionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails::Representation
|
|
1705
1731
|
|
|
1732
|
+
property :aws_nat_gateway_details, as: 'awsNatGatewayDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails::Representation
|
|
1733
|
+
|
|
1706
1734
|
property :aws_redshift_details, as: 'awsRedshiftDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails::Representation
|
|
1707
1735
|
|
|
1736
|
+
property :aws_route53_hosted_zone_details, as: 'awsRoute53HostedZoneDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails::Representation
|
|
1737
|
+
|
|
1708
1738
|
property :aws_s3_bucket_details, as: 'awsS3BucketDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails::Representation
|
|
1709
1739
|
|
|
1710
1740
|
property :aws_vpc_details, as: 'awsVpcDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails::Representation
|
|
@@ -1808,7 +1838,6 @@ module Google
|
|
|
1808
1838
|
class AssetsExportJobNetworkDependencies
|
|
1809
1839
|
# @private
|
|
1810
1840
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1811
|
-
property :max_days, as: 'maxDays'
|
|
1812
1841
|
end
|
|
1813
1842
|
end
|
|
1814
1843
|
|
|
@@ -1825,6 +1854,12 @@ module Google
|
|
|
1825
1854
|
end
|
|
1826
1855
|
end
|
|
1827
1856
|
|
|
1857
|
+
class AwsDynamoDbTableDetails
|
|
1858
|
+
# @private
|
|
1859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1860
|
+
end
|
|
1861
|
+
end
|
|
1862
|
+
|
|
1828
1863
|
class AwsEc2PlatformDetails
|
|
1829
1864
|
# @private
|
|
1830
1865
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1864,6 +1899,12 @@ module Google
|
|
|
1864
1899
|
end
|
|
1865
1900
|
end
|
|
1866
1901
|
|
|
1902
|
+
class AwsNatGatewayDetails
|
|
1903
|
+
# @private
|
|
1904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1905
|
+
end
|
|
1906
|
+
end
|
|
1907
|
+
|
|
1867
1908
|
class AwsRds
|
|
1868
1909
|
# @private
|
|
1869
1910
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1876,6 +1917,12 @@ module Google
|
|
|
1876
1917
|
end
|
|
1877
1918
|
end
|
|
1878
1919
|
|
|
1920
|
+
class AwsRoute53HostedZoneDetails
|
|
1921
|
+
# @private
|
|
1922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1923
|
+
end
|
|
1924
|
+
end
|
|
1925
|
+
|
|
1879
1926
|
class AwsS3BucketDetails
|
|
1880
1927
|
# @private
|
|
1881
1928
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -116,8 +116,8 @@ module Google
|
|
|
116
116
|
# @param [String] name
|
|
117
117
|
# The resource that owns the locations collection, if applicable.
|
|
118
118
|
# @param [Array<String>, String] extra_location_types
|
|
119
|
-
# Optional.
|
|
120
|
-
#
|
|
119
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
120
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
121
121
|
# @param [String] filter
|
|
122
122
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
123
123
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
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.50.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.50.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:
|