public sealed class VpcPeeringConfig : IMessage<VpcPeeringConfig>, IEquatable<VpcPeeringConfig>, IDeepCloneable<VpcPeeringConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class VpcPeeringConfig.
The VPC peering configuration is used to create VPC peering with 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."],[[["This documentation details the `VpcPeeringConfig` class within the Google Cloud Database Migration v1 API, used for configuring VPC peering with a consumer's VPC."],["The latest version of this API class is version 2.5.0, with previous versions back to 1.0.0 available for review and reference."],["The `VpcPeeringConfig` class has two constructors, one default and another allowing cloning from an existing `VpcPeeringConfig` object."],["Key properties of `VpcPeeringConfig` include `Subnet`, which requires a free subnet for peering (CIDR of /29), and `VpcName`, which requires the fully qualified name of the VPC to peer with."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members like `GetHashCode`, `GetType`, and `ToString` from the `object` class."]]],[]]