public sealed class CreateSSHKeyRequest : IMessage<CreateSSHKeyRequest>, IEquatable<CreateSSHKeyRequest>, IDeepCloneable<CreateSSHKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class CreateSSHKeyRequest.
Message for registering a public SSH key in a project.
[[["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 is for the `CreateSSHKeyRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.3.0, and it provides details on the class's functionality for registering public SSH keys."],["The `CreateSSHKeyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `object` class."],["The class includes properties such as `Parent`, `ParentAsLocationName`, `SshKey`, and `SshKeyId`, which are used to specify the parent location, the SSH key details, and the desired ID for the new SSH key, respectively."],["There are 8 different versions of the API available for the `CreateSSHKeyRequest` class, ranging from version 1.0.0 up to the latest version, 1.7.0, as shown in the provided version links."],["It contains two constructors: `CreateSSHKeyRequest()` and `CreateSSHKeyRequest(CreateSSHKeyRequest other)`, allowing for the creation of a new instance or a copy of an existing instance of the `CreateSSHKeyRequest`."]]],[]]