Class: Google::Cloud::CloudDMS::V1::VpcPeeringConfig
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::VpcPeeringConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
The VPC peering configuration is used to create VPC peering with the consumer's VPC.
Instance Attribute Summary collapse
-
#subnet ⇒ ::String
Required.
-
#vpc_name ⇒ ::String
Required.
Instance Attribute Details
#subnet ⇒ ::String
Returns Required. A free subnet for peering. (CIDR of /29).
1237 1238 1239 1240 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 1237 class VpcPeeringConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vpc_name ⇒ ::String
Returns Required. Fully qualified name of the VPC that Database Migration Service will peer to.
1237 1238 1239 1240 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 1237 class VpcPeeringConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |