google-cloud-cloud_dms-v1 1.3.0 → 1.3.1
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa4538b3555e4f9ac4ec4104e9c3aa7b247ba490fbddeee4a9134bd883cef2c2
|
4
|
+
data.tar.gz: ba944be163ccd8911e7fffcbb28e97895d78215266981d238a9568ca170a3b91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34aa1b6964b0e51aa45e9fdc474dcdd9ba50761e666cbf8a3049b3a280eb4a6bc74996c1997dd3628413a5b905ffa510cd9a1e67444908f2761449481a881edd
|
7
|
+
data.tar.gz: 3bd13a37c59e21478b87290bb03e6c0b0dbd65efc88eda7db105301136b3e68724c4654624584119e90e77da6fe35b2a5bdd40f7d74ffa2f7b15d57da422675d
|
@@ -1432,11 +1432,11 @@ module Google
|
|
1432
1432
|
# @param vm_creation_config [::Google::Cloud::CloudDMS::V1::VmCreationConfig, ::Hash]
|
1433
1433
|
# The VM creation configuration
|
1434
1434
|
#
|
1435
|
-
# Note: The following
|
1435
|
+
# Note: The following parameters are mutually exclusive: `vm_creation_config`, `vm_selection_config`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1436
1436
|
# @param vm_selection_config [::Google::Cloud::CloudDMS::V1::VmSelectionConfig, ::Hash]
|
1437
1437
|
# The VM selection configuration
|
1438
1438
|
#
|
1439
|
-
# Note: The following
|
1439
|
+
# Note: The following parameters are mutually exclusive: `vm_selection_config`, `vm_creation_config`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1440
1440
|
# @param vm_port [::Integer]
|
1441
1441
|
# The port that will be open on the bastion host.
|
1442
1442
|
#
|
@@ -3469,12 +3469,12 @@ module Google
|
|
3469
3469
|
# @param source_connection_profile [::String]
|
3470
3470
|
# Optional. Fully qualified (Uri) name of the source connection profile.
|
3471
3471
|
#
|
3472
|
-
# Note: The following
|
3472
|
+
# Note: The following parameters are mutually exclusive: `source_connection_profile`, `destination_connection_profile`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
3473
3473
|
# @param destination_connection_profile [::String]
|
3474
3474
|
# Optional. Fully qualified (Uri) name of the destination connection
|
3475
3475
|
# profile.
|
3476
3476
|
#
|
3477
|
-
# Note: The following
|
3477
|
+
# Note: The following parameters are mutually exclusive: `destination_connection_profile`, `source_connection_profile`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
3478
3478
|
#
|
3479
3479
|
# @yield [response, operation] Access the result along with the RPC operation
|
3480
3480
|
# @yieldparam response [::Gapic::Operation]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-cloud_dms-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: '0'
|
130
130
|
requirements: []
|
131
|
-
rubygems_version: 3.6.
|
131
|
+
rubygems_version: 3.6.9
|
132
132
|
specification_version: 4
|
133
133
|
summary: Manage Cloud Database Migration Service resources on Google Cloud Platform.
|
134
134
|
test_files: []
|