Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::ListSSHKeysResponse.
Message for response of ListSSHKeys.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#ssh_keys
def ssh_keys() -> ::Array<::Google::Cloud::BareMetalSolution::V2::SSHKey>
Returns
- (::Array<::Google::Cloud::BareMetalSolution::V2::SSHKey>) — The SSH keys registered in the project.
#ssh_keys=
def ssh_keys=(value) -> ::Array<::Google::Cloud::BareMetalSolution::V2::SSHKey>
Parameter
- value (::Array<::Google::Cloud::BareMetalSolution::V2::SSHKey>) — The SSH keys registered in the project.
Returns
- (::Array<::Google::Cloud::BareMetalSolution::V2::SSHKey>) — The SSH keys registered in the project.