Class: Google::Cloud::Datastream::V1::VpcPeeringConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::VpcPeeringConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
The VPC Peering configuration is used to create VPC peering between Datastream and the consumer's VPC.
Instance Attribute Summary collapse
-
#subnet ⇒ ::String
Required.
-
#vpc ⇒ ::String
Required.
Instance Attribute Details
#subnet ⇒ ::String
Returns Required. A free subnet for peering. (CIDR of /29).
155 156 157 158 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 155 class VpcPeeringConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vpc ⇒ ::String
Returns Required. Fully qualified name of the VPC that Datastream will peer to.
Format: projects/{project}/global/{networks}/{name}
.
155 156 157 158 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 155 class VpcPeeringConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |