public sealed class VpcPeeringConnectivity : IMessage<VpcPeeringConnectivity>, IEquatable<VpcPeeringConnectivity>, IDeepCloneable<VpcPeeringConnectivity>, IBufferMessage, IMessage
The details of the VPC where the source database is located in Google Cloud.
We will use this information to set up the VPC peering connection between
Cloud SQL and this 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 `VpcPeeringConnectivity` class is 2.5.0, and the page lists versions ranging from 1.0.0 to 2.5.0."],["`VpcPeeringConnectivity` is a class used to manage VPC peering connections between Cloud SQL and a user-specified VPC in Google Cloud."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Vpc` property, which is a string representing the name of the VPC network for peering with the Cloud SQL private network."],["There are two constructors available, one is parameterless, and the other takes another `VpcPeeringConnectivity` object."]]],[]]