View Source GoogleApi.AppEngine.V1.Model.DebugInstanceRequest (google_api_app_engine v0.42.0)
Request message for Instances.DebugInstance.
Attributes
-
sshKey
(type:String.t
, default:nil
) - Public SSH key to add to the instance. Examples: [USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME] [USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {"userName":"[USERNAME]","expireOn":"[EXPIRE_TIME]"}For more information, see Adding and Removing SSH Keys (https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppEngine.V1.Model.DebugInstanceRequest{ sshKey: String.t() | nil }