Anthos Multi-Cloud V1 API - Class Google::Cloud::GkeMultiCloud::V1::AzureSshConfig (v0.6.0)

Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AzureSshConfig.

SSH configuration for Azure resources.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#authorized_key

def authorized_key() -> ::String
Returns
  • (::String) — 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.

#authorized_key=

def authorized_key=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.