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."],[[["The latest version of the `VpcPeeringConfig` class in the DataStream v1 API is version 2.9.0, with multiple prior versions available."],["`VpcPeeringConfig` class is used to configure VPC peering between Datastream and the consumer's VPC."],["It inherits from the `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VpcPeeringConfig` class has properties for specifying the `Subnet` and `Vpc` for the peering connection, and the `VpcAsNetworksName` to access the `Vpc` in the correct format."],["The `Vpc` property requires the fully qualified name of the VPC in the format `projects/{project}/global/{networks}/{name}`."]]],[]]