Class: Google::Cloud::BareMetalSolution::V2::DeleteSSHKeyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/baremetalsolution/v2/ssh_key.rb

Overview

Message for deleting an SSH key from a project.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the SSH key to delete. Currently, the only valid value for the location is "global".

Returns:

  • (::String)

    Required. The name of the SSH key to delete. Currently, the only valid value for the location is "global".



90
91
92
93
# File 'proto_docs/google/cloud/baremetalsolution/v2/ssh_key.rb', line 90

class DeleteSSHKeyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end