Class: Google::Cloud::BareMetalSolution::V2::CreateSSHKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::CreateSSHKeyRequest
- 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
-
#parent ⇒ ::String
Required.
-
#ssh_key ⇒ ::Google::Cloud::BareMetalSolution::V2::SSHKey
Required.
-
#ssh_key_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
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}.
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 |