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
1271 1272 1273 1274 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 1271 class VpcPeeringConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vpc_name ⇒ ::String
1271 1272 1273 1274 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 1271 class VpcPeeringConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |