public sealed class VpcAccessConnector : IMessage<VpcAccessConnector>, IEquatable<VpcAccessConnector>, IDeepCloneable<VpcAccessConnector>, IBufferMessage, IMessage
[[["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 `VpcAccessConnector` class is a specification for a VPC access connector, residing within the `Google.Cloud.AppEngine.V1` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and capabilities within the .NET ecosystem."],["There are two constructors for the `VpcAccessConnector` class: a default constructor and one that accepts another `VpcAccessConnector` object as a parameter."],["Key properties of `VpcAccessConnector` include `EgressSetting`, which determines traffic diversion, and `Name`, representing the full connector name."],["The provided content highlights different versions of the `VpcAccessConnector` class, from version 1.0.0 all the way up to the latest 2.4.0, allowing for version specific details to be found."]]],[]]