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 `VpcPeeringConnectivity` class represents the details of a VPC in Google Cloud where a source database is located."],["This class is utilized to establish a VPC peering connection between Cloud SQL and the specified VPC."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class."],["The `VpcPeeringConnectivity` class has a constructor and a `Vpc` property, which is a string representing the VPC network name."],["The current list of versions for the `VpcPeeringConnectivity` class range from version 1.0.0 up to 2.5.0, with 2.5.0 being the latest."]]],[]]