public interface AzureSshConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAuthorizedKey()
public abstract String getAuthorizedKey()
Required. The SSH public key data for VMs managed by Anthos. This accepts the authorized_keys file format used in OpenSSH according to the sshd(8) manual page.
string authorized_key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The authorizedKey. |
getAuthorizedKeyBytes()
public abstract ByteString getAuthorizedKeyBytes()
Required. The SSH public key data for VMs managed by Anthos. This accepts the authorized_keys file format used in OpenSSH according to the sshd(8) manual page.
string authorized_key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for authorizedKey. |