Bare Metal Solution v2 API - Class DeleteSSHKeyRequest (1.5.0)

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.

Inheritance

object > DeleteSSHKeyRequest

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

DeleteSSHKeyRequest()

public DeleteSSHKeyRequest()

DeleteSSHKeyRequest(DeleteSSHKeyRequest)

public DeleteSSHKeyRequest(DeleteSSHKeyRequest other)
Parameter
NameDescription
otherDeleteSSHKeyRequest

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
TypeDescription
string

SshKeyName

public SshKeyName SshKeyName { get; set; }

SshKeyName-typed view over the Name resource name property.

Property Value
TypeDescription
SshKeyName