Uses of Class
com.google.cloud.baremetalsolution.v2.SshKeyName
-
Packages that use SshKeyName Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of SshKeyName in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return SshKeyName Modifier and Type Method Description SshKeyName
SshKeyName.Builder. build()
static SshKeyName
SshKeyName. of(String project, String location, String sshKey)
static SshKeyName
SshKeyName. parse(String formattedString)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type SshKeyName Modifier and Type Method Description static List<SshKeyName>
SshKeyName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type SshKeyName Modifier and Type Method Description void
BareMetalSolutionClient. deleteSSHKey(SshKeyName name)
Deletes a public SSH key registered in the specified project.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type SshKeyName Modifier and Type Method Description static List<String>
SshKeyName. toStringList(List<SshKeyName> values)
-