public sealed class CreateEkmConnectionRequest : IMessage<CreateEkmConnectionRequest>, IEquatable<CreateEkmConnectionRequest>, IDeepCloneable<CreateEkmConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class CreateEkmConnectionRequest.
Request message for
[EkmService.CreateEkmConnection][google.cloud.kms.v1.EkmService.CreateEkmConnection].
Required. The resource name of the location associated with the
[EkmConnection][google.cloud.kms.v1.EkmConnection], in the format
projects/*/locations/*.
[[["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-04-09 UTC."],[[["This page provides reference documentation for the `CreateEkmConnectionRequest` class within the Google Cloud Key Management Service v1 API, specifically version 3.9.0, and also contains links to previous and more current versions."],["`CreateEkmConnectionRequest` is used as the request message for the `EkmService.CreateEkmConnection` method, and includes the `EkmConnection`, `EkmConnectionId`, and `Parent` properties, which are all required to create a connection."],["The class `CreateEkmConnectionRequest` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods and capabilities for message handling and object manipulation."],["The `EkmConnectionId` property must be unique within a location, adhere to the regular expression `[a-zA-Z0-9_-]{1,63}`, and the `Parent` property represents the resource name of the associated location in the format `projects/*/locations/*`."],["The documentation also includes constructors for creating new instances of the class, one being a default constructor, and the other allowing you to pass an existing instance to clone."]]],[]]