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-03-21 UTC."],[[["This document provides reference information for the `VpcPeeringConfig` class within the Google Cloud Datastream V1 API, specifically for version 2.5.0."],["`VpcPeeringConfig` is used to establish VPC peering between Datastream and a consumer's VPC, enabling connectivity between these two environments."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["The `VpcPeeringConfig` class has two critical properties: `Subnet`, representing a free subnet for peering (CIDR of /29), and `Vpc`, which holds the fully qualified name of the consumer's VPC to peer with."],["There are versions of the `VpcPeeringConfig` class, with 2.9.0 as the most current version, and going as far back as version 1.0.0."]]],[]]