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-21 UTC."],[[["The `VpcPeeringConfig` class in the `Google.Cloud.Datastream.V1Alpha1` namespace is designed for creating VPC peering between Datastream and a consumer's Virtual Private Cloud (VPC)."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object management."],["`VpcPeeringConfig` has two constructors: a default constructor and another that accepts another `VpcPeeringConfig` instance as a parameter for copying purposes."],["It includes properties `Subnet` and `VpcName`, which are both required and are of string type, with `Subnet` representing a free subnet for peering (CIDR of /29) and `VpcName` being the fully qualified name of the VPC to peer with."],["There are multiple versions of the Datastream API, with `2.0.0-alpha05` being the latest, with the current documentation showing `1.0.0-beta02`'s `VpcPeeringConfig`."]]],[]]