ProjectsLocationsSshKeys
class ProjectsLocationsSshKeys extends Resource (View source)
The "sshKeys" collection of methods.
Typical usage is:
$baremetalsolutionService = new Google\Service\Baremetalsolution(...);
$sshKeys = $baremetalsolutionService->projects_locations_sshKeys;
Methods
delete(string $name, array $optParams = [])
Deletes a public SSH key registered in the specified project.
listProjectsLocationsSshKeys(string $parent, array $optParams = [])
Lists the public SSH keys registered for the specified project. These SSH keys are used only for the interactive serial console feature.
Details
SSHKey
create(string $parent, SSHKey $postBody, array $optParams = [])
Register a public SSH key in the specified project for use with the interactive serial console feature. (sshKeys.create)
BaremetalsolutionEmpty
delete(string $name, array $optParams = [])
Deletes a public SSH key registered in the specified project.
(sshKeys.delete)
ListSSHKeysResponse
listProjectsLocationsSshKeys(string $parent, array $optParams = [])
Lists the public SSH keys registered for the specified project. These SSH keys are used only for the interactive serial console feature.
(sshKeys.listProjectsLocationsSshKeys)