public sealed class VpcPeeringConfig : IMessage<VpcPeeringConfig>, IEquatable<VpcPeeringConfig>, IDeepCloneable<VpcPeeringConfig>, IBufferMessage, IMessage
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-31 UTC."],[[["The latest version available is 2.9.0, with previous versions ranging down to 1.0.0."],["`VpcPeeringConfig` is a class used to establish VPC peering between Datastream and a consumer's VPC."],["It inherits from `Object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `VpcPeeringConfig` include `Subnet` (a free subnet for peering, CIDR of /29) and `Vpc` (the fully qualified VPC name for peering)."],["The class is within the `Google.Cloud.Datastream.V1` namespace and defined in the `Google.Cloud.Datastream.V1.dll` assembly."]]],[]]