public sealed class VpcPeeringConfig : IMessage<VpcPeeringConfig>, IEquatable<VpcPeeringConfig>, IDeepCloneable<VpcPeeringConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class VpcPeeringConfig.
The VPC Peering configuration is used to create VPC peering between
Datastream and the consumer's VPC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page provides documentation for the `VpcPeeringConfig` class within the Google Cloud Datastream V1 API, specifically version 2.8.0."],["The `VpcPeeringConfig` class is used to configure VPC peering between Datastream and a consumer's Virtual Private Cloud (VPC) and is implemented with multiple interfaces."],["Key properties of `VpcPeeringConfig` include `Subnet`, which represents a required free subnet for peering (CIDR of /29), and `Vpc`, representing the fully qualified VPC name."],["There are multiple versions available for the `VpcPeeringConfig`, ranging from version 1.0.0 up to the latest release at 2.9.0."],["The `VpcPeeringConfig` class has two constructors, one being an empty constructor, and another which takes another `VpcPeeringConfig` object."]]],[]]