class Google::Apis::AppengineV1beta5::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”:“

[EXPIRE_TIME]“`For more information, see Adding and Removing SSH Keys (https:// 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_v1beta5/classes.rb, line 421
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_v1beta5/classes.rb, line 426
def update!(**args)
  @ssh_key = args[:ssh_key] if args.key?(:ssh_key)
end