Uses of Interface
com.google.cloud.baremetalsolution.v2.SSHKeyOrBuilder
-
Packages that use SSHKeyOrBuilder Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of SSHKeyOrBuilder in com.google.cloud.baremetalsolution.v2
Classes in com.google.cloud.baremetalsolution.v2 that implement SSHKeyOrBuilder Modifier and Type Class Description class
SSHKey
An SSH key, used for authorizing with the interactive serial console feature.static class
SSHKey.Builder
An SSH key, used for authorizing with the interactive serial console feature.Methods in com.google.cloud.baremetalsolution.v2 that return SSHKeyOrBuilder Modifier and Type Method Description SSHKeyOrBuilder
CreateSSHKeyRequest.Builder. getSshKeyOrBuilder()
Required.SSHKeyOrBuilder
CreateSSHKeyRequest. getSshKeyOrBuilder()
Required.SSHKeyOrBuilder
CreateSSHKeyRequestOrBuilder. getSshKeyOrBuilder()
Required.SSHKeyOrBuilder
ListSSHKeysResponse.Builder. getSshKeysOrBuilder(int index)
The SSH keys registered in the project.SSHKeyOrBuilder
ListSSHKeysResponse. getSshKeysOrBuilder(int index)
The SSH keys registered in the project.SSHKeyOrBuilder
ListSSHKeysResponseOrBuilder. getSshKeysOrBuilder(int index)
The SSH keys registered in the project.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type SSHKeyOrBuilder Modifier and Type Method Description List<? extends SSHKeyOrBuilder>
ListSSHKeysResponse.Builder. getSshKeysOrBuilderList()
The SSH keys registered in the project.List<? extends SSHKeyOrBuilder>
ListSSHKeysResponse. getSshKeysOrBuilderList()
The SSH keys registered in the project.List<? extends SSHKeyOrBuilder>
ListSSHKeysResponseOrBuilder. getSshKeysOrBuilderList()
The SSH keys registered in the project.
-