Class: Google::Cloud::GkeMultiCloud::V1::AzureSshConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureSshConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
SSH configuration for Azure resources.
Instance Attribute Summary collapse
-
#authorized_key ⇒ ::String
Required.
Instance Attribute Details
#authorized_key ⇒ ::String
Returns 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.
833 834 835 836 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 833 class AzureSshConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |