class Google::Apis::AppengineV1::DebugInstanceRequest

Request message for Instances.DebugInstance.

Attributes

ssh_key[RW]

Public SSH key to add to the instance. Examples: [USERNAME]:ssh-rsa [KEY_VALUE]

USERNAME
USERNAME]:ssh-rsa [KEY_VALUE

google-ssh `“userName”:“”,

expireOn”:“”`For more information, see Adding and Removing SSH Keys (cloud.google.com/compute/docs/instances/adding-removing-ssh-keys) . Corresponds to the JSON property `sshKey` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/appengine_v1/classes.rb, line 678
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/appengine_v1/classes.rb, line 683
def update!(**args)
  @ssh_key = args[:ssh_key] if args.key?(:ssh_key)
end