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-17 UTC."],[[["This document provides reference documentation for the `VpcPeeringConfig` class within the Google Cloud Datastream v1 API, specifically for version 2.4.0."],["The `VpcPeeringConfig` class is used to establish VPC peering between Datastream and a consumer's VPC, facilitating private network communication."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["Key properties include `Subnet`, which requires a free subnet for peering (CIDR of /29), and `Vpc`, which mandates the fully qualified name of the target VPC in a specific format."],["There is a detailed history of the documentation for the VpcPeeringConfig class, with versions going all the way back to version 1.0.0, with 2.9.0 being the latest version available."]]],[]]