public sealed class CreateConnectorRequest : IMessage<CreateConnectorRequest>, IEquatable<CreateConnectorRequest>, IDeepCloneable<CreateConnectorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Serverless VPC Access v1 API class CreateConnectorRequest.
Request for creating a Serverless VPC Access connector.
[[["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 document provides reference information for the `CreateConnectorRequest` class within the Serverless VPC Access v1 API, specifically version 2.4.0 of the Google.Cloud.VpcAccess.V1 package."],["The `CreateConnectorRequest` class is used to request the creation of a Serverless VPC Access connector, and it inherits from `object` while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one and another that accepts a `CreateConnectorRequest` object, with properties that are required for creation, `Connector`, `ConnectorId` and `Parent`, and one additional `ParentAsLocationName`."],["The documentation also includes links to previous versions of the API, ranging from version 1.0.0 to the latest version, 2.5.0."],["The `CreateConnectorRequest` class is found in the namespace `Google.Cloud.VpcAccess.V1` and is contained within the `Google.Cloud.VpcAccess.V1.dll` assembly."]]],[]]