Interface AzureSshConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AzureSshConfig
,AzureSshConfig.Builder
public interface AzureSshConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAuthorizedKey()
Required.com.google.protobuf.ByteString
getAuthorizedKeyBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAuthorizedKey
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:
- The authorizedKey.
-
getAuthorizedKeyBytes
com.google.protobuf.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:
- The bytes for authorizedKey.
-
-