Class: Google::Cloud::BareMetalSolution::V2::CreateSSHKeyRequest

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 registering a public SSH key in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent containing the SSH keys.

Returns:

  • (::String)

    Required. The parent containing the SSH keys.



80
81
82
83
# File 'proto_docs/google/cloud/baremetalsolution/v2/ssh_key.rb', line 80

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

#ssh_key::Google::Cloud::BareMetalSolution::V2::SSHKey

Returns Required. The SSH key to register.

Returns:



80
81
82
83
# File 'proto_docs/google/cloud/baremetalsolution/v2/ssh_key.rb', line 80

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

#ssh_key_id::String

Returns Required. The ID to use for the key, which will become the final component of the key's resource name.

This value must match the regex: [a-zA-Z0-9@.-_]{1,64}.

Returns:

  • (::String)

    Required. The ID to use for the key, which will become the final component of the key's resource name.

    This value must match the regex: [a-zA-Z0-9@.-_]{1,64}



80
81
82
83
# File 'proto_docs/google/cloud/baremetalsolution/v2/ssh_key.rb', line 80

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