public sealed class DeleteSSHKeyRequest : IMessage<DeleteSSHKeyRequest>, IEquatable<DeleteSSHKeyRequest>, IDeepCloneable<DeleteSSHKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DeleteSSHKeyRequest.
Message for deleting an SSH key from a project.
Implements
IMessageDeleteSSHKeyRequest, IEquatableDeleteSSHKeyRequest, IDeepCloneableDeleteSSHKeyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
DeleteSSHKeyRequest()
public DeleteSSHKeyRequest()
DeleteSSHKeyRequest(DeleteSSHKeyRequest)
public DeleteSSHKeyRequest(DeleteSSHKeyRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteSSHKeyRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the SSH key to delete. Currently, the only valid value for the location is "global".
Property Value | |
---|---|
Type | Description |
string |
SshKeyName
public SshKeyName SshKeyName { get; set; }
SshKeyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SshKeyName |