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."],[[["This webpage details the `VpcAccessConnector` class within the `Google.Cloud.AppEngine.V1` namespace, specifically focusing on version 2.0.0."],["The `VpcAccessConnector` class, which is a specification for VPC access connectors, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `EgressSetting` and `Name`, which manage traffic diversion settings and the connector's full name, respectively."],["There are multiple versions of the `VpcAccessConnector` available for use, including the latest version, 2.4.0, as well as older versions, all the way back to 1.0.0."],["The class includes two constructors, one default and one that accepts another `VpcAccessConnector` object as a parameter, for copying the information."]]],[]]